Searched refs:mClientWorkThread (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/chre/chpp/test/ |
H A D | app_discovery_test.cpp | 182 pthread_join(mClientWorkThread, NULL); in TearDown() 200 pthread_t mClientWorkThread; member in chre::__anonc6d05bab0111::AppDiscoveryTest 218 pthread_create(&mClientWorkThread, NULL, workThread, in TEST_F() 250 pthread_create(&mClientWorkThread, NULL, workThread, in TEST_F() 293 pthread_create(&mClientWorkThread, NULL, workThread, in TEST_F()
|
H A D | app_notification_test.cpp | 243 pthread_create(&mClientWorkThread, NULL, workThread, in BringUpClient() 262 pthread_join(mClientWorkThread, NULL); in TearDown() 280 pthread_t mClientWorkThread; member in chre::__anonfd6a731a0111::AppNotificationTest
|
H A D | app_test_base.cpp | 79 pthread_create(&mClientWorkThread, NULL, workThread, in SetUp() 117 pthread_join(mClientWorkThread, NULL); in TearDown()
|
H A D | app_req_resp_test.cpp | 352 pthread_create(&mClientWorkThread, NULL, workThread, in BringUpClient() 371 pthread_join(mClientWorkThread, NULL); in TearDown() 432 pthread_t mClientWorkThread; member in chre::__anonbd6951b40111::AppReqRespParamTest
|
H A D | app_test_base.h | 50 pthread_t mClientWorkThread; variable
|