Searched refs:SubscriberCallback (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/core/host/include/ |
H A D | hdf_service_subscriber.h | 20 struct SubscriberCallback callback; 28 struct HdfServiceSubscriber *HdfServiceSubscriberObtain(struct SubscriberCallback callback, devid_t…
|
H A D | devsvc_manager_clnt.h | 27 int DevSvcManagerClntSubscribeService(const char *svcName, struct SubscriberCallback callback);
|
H A D | hdf_service_observer.h | 27 const char *svcName, devid_t deviceId, struct SubscriberCallback callback);
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_desc.h | 179 struct SubscriberCallback { struct 291 …struct HdfDeviceObject *deviceObject, const char *serviceName, struct SubscriberCallback callback);
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_service_subscriber.c | 13 struct HdfServiceSubscriber *HdfServiceSubscriberObtain(struct SubscriberCallback callback, devid_t… in HdfServiceSubscriberObtain()
|
H A D | devsvc_manager_clnt.c | 91 int DevSvcManagerClntSubscribeService(const char *svcName, struct SubscriberCallback callback) in DevSvcManagerClntSubscribeService()
|
H A D | hdf_service_observer.c | 40 …rviceObserver *observer, const char *svcName, devid_t deviceId, struct SubscriberCallback callback) in HdfServiceObserverSubscribeService()
|
H A D | hdf_device_object.c | 31 … struct HdfDeviceObject *deviceObject, const char *serviceName, struct SubscriberCallback callback) in HdfDeviceSubscribeService()
|
/ohos5.0/drivers/hdf_core/framework/core/shared/include/ |
H A D | devsvc_manager_if.h | 22 int (*SubscribeService)(struct IDevSvcManager *, const char *, struct SubscriberCallback);
|
/ohos5.0/drivers/hdf_core/framework/core/manager/include/ |
H A D | devsvc_manager.h | 41 int DevSvcManagerClntSubscribeService(const char *svcName, struct SubscriberCallback callback);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/ |
H A D | devmgr_service_start.c | 62 static struct SubscriberCallback callback = { in HdfLoadDriverByServiceName()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/ |
H A D | devmgr_service_start.c | 64 static struct SubscriberCallback callback = { in HdfLoadDriverByServiceName()
|
/ohos5.0/drivers/hdf_core/framework/core/common/src/ |
H A D | devmgr_service_start.c | 71 static struct SubscriberCallback callback = { in DeviceManagerDispatch()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-hdf-manage.md | 97 …uct HdfDeviceObject *deviceObject, const char *serviceName, struct SubscriberCallback callback) | … 959 struct SubscriberCallback callBack;
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devsvc_manager.c | 165 …scribeService(struct IDevSvcManager *inst, const char *svcName, struct SubscriberCallback callBack) in DevSvcManagerSubscribeService()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/ |
H A D | hdf_wifi_core.c | 441 struct SubscriberCallback callback = { NULL }; in HdfWlanInitThread()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/pm/ |
H A D | hdf_pm_driver_test.c | 248 struct SubscriberCallback callback = {NULL}; in HdfPmRegisterTestListener()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-hdf-manage.md | 103 …uct HdfDeviceObject *deviceObject, const char *serviceName, struct SubscriberCallback callback) | … 976 struct SubscriberCallback callBack;
|