Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/chpp/test/
H A Dapp_discovery_test.cpp183 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 Dapp_notification_test.cpp253 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 Dapp_test_base.cpp94 pthread_create(&mServiceWorkThread, NULL, workThread, in SetUp()
118 pthread_join(mServiceWorkThread, NULL); in TearDown()
H A Dapp_req_resp_test.cpp362 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 Dapp_test_base.h51 pthread_t mServiceWorkThread; variable