Home
last modified time | relevance | path

Searched refs:HdfRemoteServiceSetInterfaceDesc (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_remote_adapter_test.cpp128 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 Dservice_manager_hdi_c_test.cpp94 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 Dhdf_remote_service.h138 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_service.c56 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor) in HdfRemoteServiceSetInterfaceDesc() function
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dservstat_listener.c84 if (!HdfRemoteServiceSetInterfaceDesc(stub->remote, SERVSTAT_LISTENER_INTERFACE_DESCRIPTOR)) { in HdiServiceStatusListenerNewInstance()
H A Ddevmgr_client.c234 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IDeviceManager.V1_0")) { in HDIDeviceManagerGet()
H A Dservmgr_client.c233 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IServiceManager.V1_0")) { in HDIServiceManagerGet()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
H A Ddevmgrservicestub_fuzzer.cpp51 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, g_devmgrInterfaceToken)) { in GetDevmgrServiceStubInstance()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
H A Ddevsvcmanagerstub_fuzzer.cpp54 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, g_svcmgrInterfaceToken)) { in GetDevSvcManagerStubInstance()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevice_service_stub.c89 !HdfRemoteServiceSetInterfaceDesc(fullService->remote, service->interfaceDesc)) { in DeviceServiceStubPublishService()
H A Ddevmgr_service_proxy.c190 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IDeviceManager.V1_0")) { in DevmgrServiceProxyCreate()
H A Ddevsvc_manager_proxy.c256 if (!HdfRemoteServiceSetInterfaceDesc(remote, "HDI.IServiceManager.V1_0")) { in DevSvcManagerProxyCreate()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Dservstat_listener_holder.c151 if (!HdfRemoteServiceSetInterfaceDesc(listenerRemote, "HDI.IServiceStatusListener.V1_0")) { in ServStatListenerHolderCreate()
H A Ddevmgr_service_stub.c264 if (!HdfRemoteServiceSetInterfaceDesc(remoteService, "HDI.IDeviceManager.V1_0")) { in DevmgrServiceStubStartService()
/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dacm_test.c169 if (HdfRemoteServiceSetInterfaceDesc(g_acmService, "hdf.usb.usbfn") == false) { in AcmTest()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_manager.cpp178 if (!HdfRemoteServiceSetInterfaceDesc(remote, "ohos.hdi.audio_bluetooth_service")) { in GetAudioProxyManagerFuncs()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_proxy.c257 if (!HdfRemoteServiceSetInterfaceDesc(remote, "ohos.hdi.codec_service")) { in CodecCallbackTypeGet()
H A Dcodec_callback_type_stub.c268 if (!HdfRemoteServiceSetInterfaceDesc(stub->service.remote, "ohos.hdi.codec_service")) { in CodecCallbackTypeStubGetInstance()
H A Dcodec_component_manager_proxy.c257 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 Dfoo_callback_stub.c.txt136 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IFOOCALLBACK_INTERFACE_DESC);
H A Dfoo_callback_proxy.c.txt175 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 Daudio_callback_stub.c.txt227 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IAUDIOCALLBACK_INTERFACE_DESC);
H A Daudio_callback_proxy.c.txt261 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 Daudio_callback_stub.c.txt227 (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 Dhostapd_callback_stub.c.txt265 (void)HdfRemoteServiceSetInterfaceDesc(stub->remote, IHOSTAPDCALLBACK_INTERFACE_DESC);

123