Searched refs:SAMPLE_SERVICE_SUM (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi.h | 42 SAMPLE_SERVICE_SUM, enumerator
|
H A D | sample_hdi_service_stub.cpp | 227 case SAMPLE_SERVICE_SUM: in SampleServiceOnRemoteRequest()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_c_test.cpp | 179 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_SUM, data, reply); 315 status = sampleService2->dispatcher->Dispatch(sampleService2, SAMPLE_SERVICE_SUM, data, reply);
|
H A D | service_manager_hdi_test.cpp | 181 int status = sampleService->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); 264 status = sampleService2->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option);
|