@@ -382,7 +382,6 @@ class MockInteractionModelApp : public chip::app::ReadClient::Callback
382
382
mError = CHIP_NO_ERROR;
383
383
mReceivedAttributePaths .clear ();
384
384
mReceivedListSizes .clear ();
385
-
386
385
}
387
386
388
387
bool CapturesMatchExactly (chip::Span<const AttributeCaptureAssertion> captures)
@@ -432,14 +431,14 @@ class MockInteractionModelApp : public chip::app::ReadClient::Callback
432
431
433
432
int32_t mOnSubscriptionEstablishedCount = 0 ;
434
433
int32_t mOnResubscriptionsAttempted = 0 ;
435
- int mNumDataElementIndex = 0 ;
436
- bool mGotEventResponse = false ;
437
- int mNumReadEventFailureStatusReceived = 0 ;
438
- int mNumAttributeResponse = 0 ;
439
- int mNumArrayItems = 0 ;
440
- bool mGotReport = false ;
441
- bool mReadError = false ;
442
- chip::app::ReadHandler * mpReadHandler = nullptr ;
434
+ int mNumDataElementIndex = 0 ;
435
+ bool mGotEventResponse = false ;
436
+ int mNumReadEventFailureStatusReceived = 0 ;
437
+ int mNumAttributeResponse = 0 ;
438
+ int mNumArrayItems = 0 ;
439
+ bool mGotReport = false ;
440
+ bool mReadError = false ;
441
+ chip::app::ReadHandler * mpReadHandler = nullptr ;
443
442
chip::app::StatusIB mLastStatusReceived ;
444
443
CHIP_ERROR mError = CHIP_NO_ERROR;
445
444
std::vector<chip::app::ConcreteAttributePath> mReceivedAttributePaths ;
@@ -4683,7 +4682,7 @@ void TestReadInteraction::TestSubscribeClientReceiveInvalidSubscribeResponseMess
4683
4682
4684
4683
readPrepareParams.mMinIntervalFloorSeconds = 2 ;
4685
4684
readPrepareParams.mMaxIntervalCeilingSeconds = 5 ;
4686
- readPrepareParams.mIsPeerLIT = true ;
4685
+ readPrepareParams.mIsPeerLIT = true ;
4687
4686
4688
4687
{
4689
4688
app::ReadClient readClient (chip::app::InteractionModelEngine::GetInstance (), &GetExchangeManager (), delegate,
@@ -4740,7 +4739,7 @@ void TestReadInteraction::TestSubscribeClientReceiveInvalidSubscribeResponseMess
4740
4739
EXPECT_EQ (delegate.mOnResubscriptionsAttempted , 1 );
4741
4740
4742
4741
InteractionModelEngine::GetInstance ()->OnActiveModeNotification (
4743
- ScopedNodeId (readClient.GetPeerNodeId (), readClient.GetFabricIndex ()));
4742
+ ScopedNodeId (readClient.GetPeerNodeId (), readClient.GetFabricIndex ()));
4744
4743
DrainAndServiceIO ();
4745
4744
EXPECT_EQ (callback.mOnSubscriptionEstablishedCount , 1 );
4746
4745
}
0 commit comments