Home
last modified time | relevance | path

Searched refs:PublishService (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_node.c55 if (nodeIf->PublishService != NULL) { in HdfDeviceNodePublishService()
56 status = nodeIf->PublishService(devNode); in HdfDeviceNodePublishService()
227 nodeIf->PublishService = HdfDeviceNodePublishPublicService; in HdfDeviceNodeConstruct()
H A Dhdf_device_object.c298 return devNode->super.PublishService(devNode); in HdfDeviceObjectPublishService()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/discovery/
H A Ddiscovery_service.h135 int PublishService(const char *pkgName, const PublishInfo *info, const IPublishCallback *cb);
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Dhdf_device_node_ext.c62 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Dhdf_device_node_ext.c58 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h28 int (*PublishService)(struct HdfDeviceNode *devNode); member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp425 int32_t ret = deviceIf->PublishService(devNode);
429 ret = deviceIf->PublishService(devNode);
434 ret = deviceIf->PublishService(devNode);
440 ret = deviceIf->PublishService(devNode);
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c112 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevice_service_stub.c132 serviceIf->PublishService = DeviceServiceStubPublishService; in DeviceServiceStubConstruct()