Home
last modified time | relevance | path

Searched refs:mClientState (Results 1 – 1 of 1) sorted by relevance

/system/chre/chpp/test/
Dclients_test.cpp43 mClientState = in SetUp()
45 chppClientInit(mClientState, CHPP_HANDLE_NEGOTIATED_RANGE_START); in SetUp()
60 struct ChppClientState *mClientState; member in ClientsTest
151 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
152 chppClientTimestampRequest(mClientState, &mRRState, reqHeader, in TEST_F()
157 ASSERT_TRUE(chppClientTimestampResponse(mClientState, &mRRState, respHeader)); in TEST_F()
165 chppAllocClientRequestCommand(mClientState, 0 /* command */); in TEST_F()
166 chppClientTimestampRequest(mClientState, &mRRState, reqHeader, in TEST_F()
171 ASSERT_TRUE(chppClientTimestampResponse(mClientState, &mRRState, respHeader)); in TEST_F()
173 chppClientTimestampResponse(mClientState, &mRRState, respHeader)); in TEST_F()
[all …]