Home
last modified time | relevance | path

Searched refs:sampleService2 (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_c_test.cpp290 struct HdfRemoteService *sampleService2 = servmgr->GetService(servmgr, newServName); variable
302 status = sampleService2->dispatcher->Dispatch(sampleService2, SAMPLE_SERVICE_SUM, data, reply);
310 HdfRemoteServiceRecycle(sampleService2);
321 sampleService2 = servmgr->GetService(servmgr, newServName);
322 ASSERT_TRUE(sampleService2 == nullptr);
Dservice_manager_hdi_test.cpp245 auto sampleService2 = servmgr->GetService(newServName); variable
255 status = sampleService2->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option);
261 sampleService2 = nullptr;
272 sampleService2 = servmgr->GetService(newServName);
273 ASSERT_TRUE(sampleService2 == nullptr);