Searched refs:g_testService (Results 1 – 1 of 1) sorted by relevance
14 static struct HdfIoService *g_testService = NULL; variable20 g_testService = HdfIoServiceBind(HDF_TEST_SERVICE_NAME); in HdfTestOpenService()21 if (g_testService == NULL) { in HdfTestOpenService()48 if (g_testService != NULL) { in HdfTestCloseService()49 HdfIoServiceRecycle(g_testService); in HdfTestCloseService()50 g_testService = NULL; in HdfTestCloseService()59 CHECK_TEST_NULL_PTR_RETURN(g_testService); in HdfTestSendMsgToService()68 ret = g_testService->dispatcher->Dispatch(&g_testService->object, 0, g_msg, g_reply); in HdfTestSendMsgToService()