Home
last modified time | relevance | path

Searched defs:svcName (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevsvc_manager_clnt.c57 const struct HdfObject *DevSvcManagerClntGetService(const char *svcName) in DevSvcManagerClntGetService()
74 struct HdfDeviceObject *DevSvcManagerClntGetDeviceObject(const char *svcName) in DevSvcManagerClntGetDeviceObject()
91 int DevSvcManagerClntSubscribeService(const char *svcName, struct SubscriberCallback callback) in DevSvcManagerClntSubscribeService()
108 int DevSvcManagerClntUnsubscribeService(const char *svcName) in DevSvcManagerClntUnsubscribeService()
125 void DevSvcManagerClntRemoveService(const char *svcName) in DevSvcManagerClntRemoveService()
H A Dhdf_service_observer.c40 …struct HdfServiceObserver *observer, const char *svcName, devid_t deviceId, struct SubscriberCallb… in HdfServiceObserverSubscribeService()
84 int HdfServiceObserverPublishService(struct HdfServiceObserver *observer, const char *svcName, devi… in HdfServiceObserverPublishService()
114 void HdfServiceObserverRemoveRecord(struct HdfServiceObserver *observer, const char *svcName) in HdfServiceObserverRemoveRecord()
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_lite_manager_test.cpp54 const char *svcName = "khdf_ut"; variable
125 const char *svcName = nullptr; variable
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Ddevmgr_service_start.c56 int32_t HdfLoadDriverByServiceName(const char *svcName) in HdfLoadDriverByServiceName()
69 int DeviceManagerUnloadService(const char *svcName) in DeviceManagerUnloadService()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_devsvc_manager_clnt.c20 struct HdfRemoteService *HdfManagerClntGetService(const char *svcName) in HdfManagerClntGetService()
H A Ddevmgr_service_proxy.c114 static int DevmgrServiceProxyProcessLoad(struct IDevmgrService *inst, const char *svcName, int code) in DevmgrServiceProxyProcessLoad()
134 int DevmgrServiceProxyLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyLoadDevice()
139 int DevmgrServiceProxyUnLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyUnLoadDevice()
H A Ddevsvc_manager_proxy.c152 struct HdfObject *DevSvcManagerProxyGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerProxyGetService()
181 void DevSvcManagerProxyRemoveService(struct IDevSvcManager *inst, const char *svcName, in DevSvcManagerProxyRemoveService()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Ddevmgr_service_start.c58 int32_t HdfLoadDriverByServiceName(const char *svcName) in HdfLoadDriverByServiceName()
71 int DeviceManagerUnloadService(const char *svcName) in DeviceManagerUnloadService()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c165 int DevSvcManagerSubscribeService(struct IDevSvcManager *inst, const char *svcName, struct Subscrib… in DevSvcManagerSubscribeService()
184 void DevSvcManagerRemoveService(struct IDevSvcManager *inst, const char *svcName, const struct HdfD… in DevSvcManagerRemoveService()
214 struct HdfDeviceObject *DevSvcManagerGetObject(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetObject()
254 struct HdfObject *DevSvcManagerGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetService()
H A Ddevmgr_service.c25const char *svcName, struct DevHostServiceClnt **targetHostClnt, struct HdfDeviceInfo **targetDevi… in DevmgrServiceDynamicDevInfoFound()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/
H A Ddev_attribute_serialize.c57 const char *svcName = HdfSbufReadString(sbuf); in DeviceAttributeSet() local
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_manager.c47 const char *svcName = NULL; in GetSensorServiceList() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Ddevmgr_hdi.h64 char *svcName; member
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c69 const char *svcName = NULL; in DeviceManagerDispatch() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_info.h39 const char *svcName; member
/ohos5.0/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c53 int SubscribeService(const char* svcName, unsigned char localHandle, RecvCallback recvCB) in SubscribeService()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_macro.h37 const char *svcName; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c48 char svcName[SERVICE_NAME_LEN] = {0}; in HidRegisterHdfDevice() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp1031 void HCameraHostManager::AddCameraHost(const std::string& svcName) in AddCameraHost()
1060 void HCameraHostManager::RemoveCameraHost(const std::string& svcName) in RemoveCameraHost()
1108 bool HCameraHostManager::IsCameraHostInfoAdded(const std::string& svcName) in IsCameraHostInfoAdded()