Searched refs:mServiceWorkThread (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/chre/chpp/test/ |
H A D | app_discovery_test.cpp | 183 pthread_join(mServiceWorkThread, NULL); in TearDown() 207 pthread_t mServiceWorkThread; member in chre::__anonc6d05bab0111::AppDiscoveryTest 224 pthread_create(&mServiceWorkThread, NULL, workThread, in TEST_F() 261 pthread_create(&mServiceWorkThread, NULL, workThread, in TEST_F() 304 pthread_create(&mServiceWorkThread, NULL, workThread, in TEST_F()
|
H A D | app_notification_test.cpp | 253 pthread_create(&mServiceWorkThread, NULL, workThread, in BringUpService() 263 pthread_join(mServiceWorkThread, NULL); in TearDown() 287 pthread_t mServiceWorkThread; member in chre::__anonfd6a731a0111::AppNotificationTest
|
H A D | app_test_base.cpp | 94 pthread_create(&mServiceWorkThread, NULL, workThread, in SetUp() 118 pthread_join(mServiceWorkThread, NULL); in TearDown()
|
H A D | app_req_resp_test.cpp | 362 pthread_create(&mServiceWorkThread, NULL, workThread, in BringUpService() 372 pthread_join(mServiceWorkThread, NULL); in TearDown() 439 pthread_t mServiceWorkThread; member in chre::__anonbd6951b40111::AppReqRespParamTest
|
H A D | app_test_base.h | 51 pthread_t mServiceWorkThread; variable
|