Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/chpp/test/
H A Dapp_discovery_test.cpp182 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 Dapp_notification_test.cpp243 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 Dapp_test_base.cpp79 pthread_create(&mClientWorkThread, NULL, workThread, in SetUp()
117 pthread_join(mClientWorkThread, NULL); in TearDown()
H A Dapp_req_resp_test.cpp352 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 Dapp_test_base.h50 pthread_t mClientWorkThread; variable