Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dapp_discovery_test.cpp183 pthread_join(mServiceWorkThread, NULL); in TearDown()
207 pthread_t mServiceWorkThread; member in chre::__anon8c21362b0111::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()
Dapp_test_base.cpp94 pthread_create(&mServiceWorkThread, NULL, workThread, in SetUp()
118 pthread_join(mServiceWorkThread, NULL); in TearDown()
Dapp_test_base.h51 pthread_t mServiceWorkThread; variable
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::__anonf88b3d9a0111::AppNotificationTest
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::__anon56c8dc340111::AppReqRespParamTest