/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_remote_adapter_test.cpp | 128 bool status = HdfRemoteServiceSetInterfaceDesc(service, "ohos.hdi.foo.v1_1.ifoo"); 146 int status = HdfRemoteServiceSetInterfaceDesc(service, "ohos.hdi.foo.v1_1.ifoo"); 164 int status = HdfRemoteServiceSetInterfaceDesc(service, "ohos.hdi.foo.v1_1.ifoo");
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_c_test.cpp | 94 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 136 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 167 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 200 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 237 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 286 ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 305 ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); 458 bool res = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC);
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/ipc/ |
H A D | hdf_remote_service.h | 138 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor);
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
H A D | hdf_remote_service.c | 56 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor) in HdfRemoteServiceSetInterfaceDesc() function
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | servstat_listener.c | 84 if (!HdfRemoteServiceSetInterfaceDesc(stub->remote, SERVSTAT_LISTENER_INTERFACE_DESCRIPTOR)) { in HdiServiceStatusListenerNewInstance()
|
H A D | devmgr_client.c | 234 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IDeviceManager.V1_0")) { in HDIDeviceManagerGet()
|
H A D | servmgr_client.c | 233 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IServiceManager.V1_0")) { in HDIServiceManagerGet()
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/ |
H A D | devmgrservicestub_fuzzer.cpp | 51 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, g_devmgrInterfaceToken)) { in GetDevmgrServiceStubInstance()
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/ |
H A D | devsvcmanagerstub_fuzzer.cpp | 54 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, g_svcmgrInterfaceToken)) { in GetDevSvcManagerStubInstance()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | device_service_stub.c | 89 !HdfRemoteServiceSetInterfaceDesc(fullService->remote, service->interfaceDesc)) { in DeviceServiceStubPublishService()
|
H A D | devmgr_service_proxy.c | 190 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IDeviceManager.V1_0")) { in DevmgrServiceProxyCreate()
|
H A D | devsvc_manager_proxy.c | 256 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IServiceManager.V1_0")) { in DevSvcManagerProxyCreate()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | servstat_listener_holder.c | 151 if (!HdfRemoteServiceSetInterfaceDesc(listenerRemote, "HDI.IServiceStatusListener.V1_0")) { in ServStatListenerHolderCreate()
|
H A D | devmgr_service_stub.c | 264 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, "HDI.IDeviceManager.V1_0")) { in DevmgrServiceStubStartService()
|
/ohos5.0/drivers/peripheral/usb/sample/device/linux/ |
H A D | acm_test.c | 169 if (HdfRemoteServiceSetInterfaceDesc(g_acmService, "hdf.usb.usbfn") == false) { in AcmTest()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_manager.cpp | 178 if (!HdfRemoteServiceSetInterfaceDesc(remote, "ohos.hdi.audio_bluetooth_service")) { in GetAudioProxyManagerFuncs()
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_callback_type_proxy.c | 257 if (!HdfRemoteServiceSetInterfaceDesc(remote, "ohos.hdi.codec_service")) { in CodecCallbackTypeGet()
|
H A D | codec_callback_type_stub.c | 268 if (!HdfRemoteServiceSetInterfaceDesc(stub->service.remote, "ohos.hdi.codec_service")) { in CodecCallbackTypeStubGetInstance()
|
H A D | codec_component_manager_proxy.c | 257 if (!HdfRemoteServiceSetInterfaceDesc(remoteOmx, "ohos.hdi.codec_service")) { in InitCodecComponentManagerProxy()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_007/c_target/foo/v1_0/ |
H A D | foo_callback_stub.c.txt | 136 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IFOOCALLBACK_INTERFACE_DESC);
|
H A D | foo_callback_proxy.c.txt | 175 if (!HdfRemoteServiceSetInterfaceDesc(remote, IFOOCALLBACK_INTERFACE_DESC)) {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/ |
H A D | audio_callback_stub.c.txt | 227 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IAUDIOCALLBACK_INTERFACE_DESC);
|
H A D | audio_callback_proxy.c.txt | 261 if (!HdfRemoteServiceSetInterfaceDesc(remote, IAUDIOCALLBACK_INTERFACE_DESC)) {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/ |
H A D | audio_callback_stub.c.txt | 227 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IAUDIOCALLBACK_INTERFACE_DESC);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/ |
H A D | hostapd_callback_stub.c.txt | 265 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IHOSTAPDCALLBACK_INTERFACE_DESC);
|