Home
last modified time | relevance | path

Searched refs:DevSvcManagerClntGetService (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_devsvc_manager_clnt.c22 return (struct HdfRemoteService *)DevSvcManagerClntGetService(svcName); in HdfManagerClntGetService()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Demmc_test.h30 return (struct EmmcTester *)DevSvcManagerClntGetService("EMMC_TEST"); in GetEmmcTester()
H A Dhdmi_test.h36 return (struct HdmiTester *)DevSvcManagerClntGetService("HDMI_TEST"); in GetHdmiTester()
H A Dsdio_test.h37 return (struct SdioTester *)DevSvcManagerClntGetService("SDIO_TEST"); in GetSdioTest()
H A Dmipi_dsi_test.h37 return (struct MipiDsiTest *)DevSvcManagerClntGetService("PLATFORM_MIPI_DSI_TEST"); in MipiDsiTestServiceGet()
H A Dmipi_csi_test.h60 return (struct MipiCsiTest *)DevSvcManagerClntGetService("PLATFORM_MIPI_CSI_TEST"); in MipiCsiTestServiceGet()
H A Di2s_test.h54 return (struct I2sTest *)DevSvcManagerClntGetService("I2S_TEST"); in GetI2sTest()
H A Dregulator_test.h63 return (struct RegulatorTest *)DevSvcManagerClntGetService("REGULATOR_TEST"); in GetRegulatorTest()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_desc.h262 const struct HdfObject *DevSvcManagerClntGetService(const char *svcName);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c30 return (void *)DevSvcManagerClntGetService(name); in UartGetObjGetByBusNum()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_if.c42 obj = (struct WatchdogCntlr *)DevSvcManagerClntGetService(serviceName); in WatchdogGetById()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_if.c23 host = (struct RtcHost *)DevSvcManagerClntGetService("HDF_PLATFORM_RTC"); in RtcOpen()
H A Drtc_service.c116 host = (struct RtcHost *)DevSvcManagerClntGetService("HDF_PLATFORM_RTC"); in RtcAlarmServiceCallback()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if.c35 cntlr = (struct SpiCntlr *)DevSvcManagerClntGetService(name); in SpiGetCntlrByBusNum()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevsvc_manager_clnt.c57 const struct HdfObject *DevSvcManagerClntGetService(const char *svcName) in DevSvcManagerClntGetService() function
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_002/c_target/foo/v1_0/
H A Difoo_ext.h.txt59 return (struct IFooExt *)DevSvcManagerClntGetService(serviceName);
H A Difoo.h.txt66 return (struct IFoo *)DevSvcManagerClntGetService(serviceName);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2s/
H A Di2s_if.c36 cntlr = (struct I2sCntlr *)DevSvcManagerClntGetService(name); in I2sGetCntlrByBusNum()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pwm/
H A Dpwm_if.c33 pwm = (void *)DevSvcManagerClntGetService(name); in PwmGetDevByNum()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-hdf-manage.md96 | const struct HdfObject *DevSvcManagerClntGetService(const char *svcName) | 获取驱动的服务。 …
927 (const struct ISampleDriverService *)DevSvcManagerClntGetService("sample_driver");
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md102 | const struct HdfObject *DevSvcManagerClntGetService(const char *svcName) | Obtains a driver servi…
944 (const struct ISampleDriverService *)DevSvcManagerClntGetService("sample_driver");