/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
D | devmgr_uevent_test.cpp | 78 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 81 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 91 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 94 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 123 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 127 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 137 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 140 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 170 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 173 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); [all …]
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
D | devmgr_test.cpp | 77 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 81 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 102 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 105 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 123 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 126 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 134 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 137 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
D | service_manager_hdi_c_test.cpp | 77 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 120 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 151 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 184 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 221 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 265 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 271 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); 290 struct HdfRemoteService *sampleService2 = servmgr->GetService(servmgr, newServName); 321 sampleService2 = servmgr->GetService(servmgr, newServName); 329 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); [all …]
|
D | service_manager_hdi_test.cpp | 100 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); 138 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); 161 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); 184 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); 224 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); 230 sampleService = servmgr->GetService(TEST_SERVICE_NAME); 245 auto sampleService2 = servmgr->GetService(newServName); 272 sampleService2 = servmgr->GetService(newServName); 278 sampleService = servmgr->GetService(TEST_SERVICE_NAME); 360 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); [all …]
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
D | allocator_proxy.cpp | 54 sptr<IRemoteObject> remote = servMgr->GetService(serviceName); in Get() 61 remote = servMgr->GetService(serviceName); in Get()
|
/drivers/hdf_core/framework/core/shared/include/ |
D | devsvc_manager_if.h | 24 struct HdfObject *(*GetService)(struct IDevSvcManager *, const char *); member
|
/drivers/hdf_core/interfaces/inner_api/hdi/ |
D | servmgr_hdi.h | 68 struct HdfRemoteService *(*GetService)(struct HDIServiceManager *self, const char *serviceName); member
|
D | iservmgr_hdi.h | 86 virtual ::OHOS::sptr<IRemoteObject> GetService(const char *serviceName) = 0;
|
/drivers/hdf_core/framework/core/host/src/ |
D | devsvc_manager_clnt.c | 67 if (serviceManager == NULL || serviceManager->GetService == NULL) { in DevSvcManagerClntGetService() 71 return serviceManager->GetService(serviceManager, svcName); in DevSvcManagerClntGetService()
|
/drivers/peripheral/usb/sample/device/linux/ |
D | acm_write.c | 52 g_acmService = servmgr->GetService(servmgr, "usbfn_cdcacm"); in AcmWrite()
|
D | acm_speed_read.c | 94 g_acmService = servmgr->GetService(servmgr, "usbfn_cdcacm"); in AcmSpeedRead()
|
D | acm_speed_write.c | 96 g_acmService = servmgr->GetService(servmgr, "usbfn_cdcacm"); in AcmSpeedWrite()
|
D | acm_read.c | 70 g_acmService = servmgr->GetService(servmgr, "usbfn_cdcacm"); in AcmRead()
|
D | prop_test.c | 50 g_acmService = servmgr->GetService(servmgr, ACM_SERVICE_NAME); in DispatcherInit()
|
D | acm_test.c | 162 g_acmService = servmgr->GetService(servmgr, "usbfn_cdcacm"); in AcmTest()
|
/drivers/hdf_core/adapter/uhdf2/host/src/ |
D | devmgr_service_proxy.c | 172 if (serviceManagerIf->GetService == NULL) { in DevmgrServiceProxyCreate() 177 … (struct HdfRemoteService *)serviceManagerIf->GetService(serviceManagerIf, DEVICE_MANAGER_SERVICE); in DevmgrServiceProxyCreate()
|
D | devsvc_manager_proxy.c | 232 inst->pvtbl.GetService = DevSvcManagerProxyGetService; in DevSvcManagerProxyConstruct()
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
D | iservmgr_client.cpp | 45 sptr<IRemoteObject> GetService(const char *serviceName) override; 116 sptr<IRemoteObject> ServiceManagerProxy::GetService(const char *serviceName) in GetService() function in OHOS::HDI::ServiceManager::V1_0::ServiceManagerProxy
|
D | idevmgr_client.cpp | 183 sptr<IRemoteObject> remote = servmgr->GetService("hdf_device_manager"); in Get()
|
D | devmgr_client.c | 221 struct HdfRemoteService *remote = serviceMgr->GetService(serviceMgr, DEVICE_MANAGER_SERVICE); in HDIDeviceManagerGet()
|
D | servmgr_client.c | 213 inst->GetService = HDIServMgrGetService; in HDIServiceManagerConstruct()
|
/drivers/peripheral/usb/sample/host/src/ |
D | usbhost_ddk_test.c | 97 g_acmService = servmgr->GetService(servmgr, acmServiceName); in UsbHostDdkTestInit() 104 g_acmService = servmgr->GetService(servmgr, acmRawServiceName); in UsbHostDdkTestInit() 111 g_acmService = servmgr->GetService(servmgr, ecmServiceName); in UsbHostDdkTestInit()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
D | audio_proxy_manager.cpp | 170 struct HdfRemoteService *remote = serviceMgr->GetService(serviceMgr, HDI_SERVER_NAME); in GetAudioProxyManagerFuncs()
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_manager_proxy.c | 252 …struct HdfRemoteService *remoteOmx = serviceMgr->GetService(serviceMgr, CODEC_HDI_OMX_SERVICE_NAME… in InitCodecComponentManagerProxy()
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/ |
D | smq_test.cpp | 249 auto sampleService = servmgr->GetService(SERVICE_NAME);
|