File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ class ClusterStateCacheT : protected ReadClient::Callback
102
102
* @param [in] callback the derived callback which inherit from ReadClient::Callback
103
103
* @param [in] highestReceivedEventNumber optional highest received event number, if cache receive the events with the number
104
104
* less than or equal to this value, skip those events
105
- * @param [in] cacheData boolean to decide whether this cache would store attribute/event data/status,
106
- * the default is true.
107
105
*/
108
106
ClusterStateCacheT (Callback & callback, Optional<EventNumber> highestReceivedEventNumber = Optional<EventNumber>::Missing()) :
109
107
mCallback (callback), mBufferedReader (*this )
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ class CommandSender final : public Messaging::ExchangeDelegate
136
136
* The CommandSender object MUST continue to exist after this call is completed. The application shall wait until it
137
137
* receives an OnDone call to destroy the object.
138
138
*
139
- * @param[in] apCommandSender The command sender object that initiated the command transaction.
139
+ * @param[in] commandSender The command sender object that initiated the command transaction.
140
140
* @param[in] aResponseData Information pertaining to the response.
141
141
*/
142
142
virtual void OnResponse (CommandSender * commandSender, const ResponseData & aResponseData) {}
@@ -149,7 +149,7 @@ class CommandSender final : public Messaging::ExchangeDelegate
149
149
* The CommandSender object MUST continue to exist after this call is completed. The application shall wait until it
150
150
* receives an OnDone call to destroy the object.
151
151
*
152
- * @param apCommandSender The CommandSender object that initiated the transaction.
152
+ * @param commandSender The CommandSender object that initiated the transaction.
153
153
* @param aNoResponseData Details about the request without a response.
154
154
*/
155
155
virtual void OnNoResponse (CommandSender * commandSender, const NoResponseData & aNoResponseData) {}
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ class DLL_EXPORT DeviceController : public AbstractDnssdDiscoveryController
375
375
* @param[in] noc NOC in CHIP certificate format.
376
376
* @param[in] icac ICAC in CHIP certificate format. If no icac is present, an empty
377
377
* ByteSpan should be passed.
378
- * @param[in] externalOperationalKeypair External operational keypair. If null, use keypair in OperationalKeystore.
378
+ * @param[in] operationalKeypair External operational keypair. If null, use keypair in OperationalKeystore.
379
379
* @param[in] operationalKeypairExternalOwned If true, external operational keypair must outlive the fabric.
380
380
* If false, the keypair is copied and owned in heap of a FabricInfo.
381
381
*
You can’t perform that action at this time.
0 commit comments