Home
last modified time | relevance | path

Searched refs:demoService (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCServiceTest.cpp52 DemoService *demoService = (DemoService *)service; in Initialize() local
53 demoService->identity = identity; in Initialize()
55 demoService->serviceStatus = TRUE; in Initialize()
DLiteIPCFeatureTest.cpp42 DemoService *demoService = (DemoService *)service; in Initialize() local
43 demoService->identity = identity; in Initialize()
44 demoService->serviceStatus = TRUE; in Initialize()
DTaskpoolNoTaskTest.cpp66 DemoService *demoService = (DemoService *)service; in Initialize() local
67 demoService->identity = identity; in Initialize()
DTaskpoolSpecifiedTaskTest.cpp124 DemoService *demoService = (DemoService *)service; in Initialize() local
125 demoService->identity = identity; in Initialize()
132 DemoService *demoService = (DemoService *)service; in MessageHandle() local
133 demoService->serviceCalledCount++; in MessageHandle()
DTaskpoolSharedTaskTest.cpp130 DemoService *demoService = (DemoService *)service; in Initialize() local
131 demoService->identity = identity; in Initialize()
138 DemoService *demoService = (DemoService *)service; in MessageHandle() local
139 demoService->serviceCalledCount++; in MessageHandle()
DTaskpoolSingleTaskTest.cpp176 DemoService *demoService = (DemoService *)service; in Initialize() local
177 demoService->identity = identity; in Initialize()
199 DemoService *demoService = (DemoService *)service; in MessageHandle() local
200 demoService->serviceCalledCount++; in MessageHandle()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dtaskpool_specifiedtask_func_test.c127 DemoService *demoService = (DemoService *)service; in Initialize() local
128 demoService->identity = identity; in Initialize()
136 DemoService *demoService = (DemoService *)service; in MessageHandle() local
137 demoService->serviceCalledCount++; in MessageHandle()
Dtaskpool_sharedtask_func_test.c134 DemoService *demoService = (DemoService *)service; in Initialize() local
135 demoService->identity = identity; in Initialize()
143 DemoService *demoService = (DemoService *)service; in MessageHandle() local
144 demoService->serviceCalledCount++; in MessageHandle()
Dtaskpool_singletask_func_test.c176 DemoService *demoService = (DemoService *)service; in Initialize() local
177 demoService->identity = identity; in Initialize()
193 DemoService *demoService = (DemoService *)service; in MessageHandle() local
194 demoService->serviceCalledCount++; in MessageHandle()