Home
last modified time | relevance | path

Searched defs:devNode (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_node.c30 static int HdfDeviceNodePublishLocalService(struct HdfDeviceNode *devNode) in HdfDeviceNodePublishLocalService()
44 static int HdfDeviceNodePublishService(struct HdfDeviceNode *devNode) in HdfDeviceNodePublishService()
65 int DeviceDriverBind(struct HdfDeviceNode *devNode) in DeviceDriverBind()
90 int HdfDeviceLaunchNode(struct HdfDeviceNode *devNode) in HdfDeviceLaunchNode()
152 int HdfDeviceNodePublishPublicService(struct HdfDeviceNode *devNode) in HdfDeviceNodePublishPublicService()
169 int HdfDeviceNodeRemoveService(struct HdfDeviceNode *devNode) in HdfDeviceNodeRemoveService()
179 static void HdfDeviceUnlaunchNode(struct HdfDeviceNode *devNode) in HdfDeviceUnlaunchNode()
220 void HdfDeviceNodeConstruct(struct HdfDeviceNode *devNode) in HdfDeviceNodeConstruct()
233 void HdfDeviceNodeDestruct(struct HdfDeviceNode *devNode) in HdfDeviceNodeDestruct()
262 struct HdfDeviceNode *devNode = NULL; in HdfDeviceNodeNewInstance() local
[all …]
H A Dhdf_device_object.c34 struct HdfDeviceNode *devNode = NULL; in HdfDeviceSubscribeService() local
52 struct HdfDeviceNode *devNode = NULL; in HdfDeviceGetServiceName() local
64 struct HdfDeviceNode *devNode = NULL; in HdfPmRegisterPowerListener() local
75 struct HdfDeviceNode *devNode = NULL; in HdfPmUnregisterPowerListener() local
86 struct HdfDeviceNode *devNode = NULL; in HdfPmAcquireDevice() local
102 struct HdfDeviceNode *devNode = NULL; in HdfPmReleaseDevice() local
119 struct HdfDeviceNode *devNode = NULL; in HdfPmAcquireDeviceAsync() local
133 struct HdfDeviceNode *devNode = NULL; in HdfPmReleaseDeviceAsync() local
148 struct HdfDeviceNode *devNode = NULL; in HdfPmSetMode() local
220 struct HdfDeviceNode *devNode = CONTAINER_OF(dev, struct HdfDeviceNode, deviceObject); in HdfDeviceObjectRelease() local
[all …]
H A Dhdf_device.c33 struct HdfDeviceNode *devNode = NULL; in FindUsableDevNodeId() local
79 static int HdfDeviceAttach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceAttach()
105 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceDetach()
131 struct HdfDeviceNode *devNode = NULL; in HdfDeviceGetDeviceNode() local
145 struct HdfDeviceNode *devNode = HdfDeviceGetDeviceNode(device, devid); in HdfDeviceDetachWithDevid() local
166 struct HdfDeviceNode *devNode = NULL; in HdfDeviceDestruct() local
H A Ddevhost_service.c67 struct HdfDeviceNode *devNode = NULL; in DevHostServiceAddDevice() local
125 struct HdfDeviceNode *devNode = NULL; in DevHostServiceDelDevice() local
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c23 struct HdfDeviceNode *devNode = NULL; in DeviceNodeExtDispatch() local
52 static int DeviceNodeExtPublishService(struct HdfDeviceNode *devNode) in DeviceNodeExtPublishService()
91 int DeviceNodeExtRemoveService(struct HdfDeviceNode *devNode) in DeviceNodeExtRemoveService()
H A Dhdf_attribute_macro.c155 const struct HdfDeviceNodeType *devNode = NULL; in GetDevcieNodeList() local
188 struct HdfDeviceNodeType *devNode = NULL; in AttributeManagerFreeHost() local
/ohos5.0/base/startup/init/ueventd/lite/
H A Dueventd_parameter.c19 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Denumerator_test.cpp62 void AddDevice(const std::string &devNode) override in AddDevice()
66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
H A Dmonitor_test.cpp62 void AddDevice(const std::string &devNode) override in AddDevice()
66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Denumerator_test.cpp62 void AddDevice(const std::string &devNode) override in AddDevice()
66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
H A Dmonitor_test.cpp62 void AddDevice(const std::string &devNode) override in AddDevice()
66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp222 struct HdfDeviceNode *devNode = HdfDeviceNodeNewInstance(&deviceInfo, &driver); variable
281 struct HdfDeviceNode *devNode = HdfDeviceNodeNewInstance(&deviceInfo, &driver); variable
325 struct HdfDeviceNode *devNode = HdfDeviceNodeNewInstance(&deviceInfo, &driver); variable
372 struct HdfDeviceNode *devNode = HdfDeviceNodeNewInstance(&deviceInfo, &driver); variable
423 struct HdfDeviceNode *devNode = reinterpret_cast<struct HdfDeviceNode *>(&service); variable
/ohos5.0/base/startup/init/test/fuzztest/getdeviceudevconfbydevnode_fuzzer/
H A Dgetdeviceudevconfbydevnode_fuzzer.cpp24 const char *devNode = reinterpret_cast<const char*>(data); in FuzzGetDeviceUdevConfByDevNode() local
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp50 void DeviceManager::HotplugHandler::AddDevice(const std::string &devNode) in AddDevice()
55 void DeviceManager::HotplugHandler::RemoveDevice(const std::string &devNode) in RemoveDevice()
158 int32_t DeviceManager::ParseDeviceId(const std::string &devNode) in ParseDeviceId()
172 std::shared_ptr<IDevice> DeviceManager::AddDevice(const std::string &devNode) in AddDevice()
222 std::shared_ptr<IDevice> DeviceManager::RemoveDevice(const std::string &devNode) in RemoveDevice()
H A Denumerator.cpp54 const std::string devNode { dent->d_name }; in ScanAndAddDevices() local
H A Dmonitor.cpp147 std::string devNode { event->name }; in HandleInotifyEvent() local
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp51 void DeviceManager::HotplugHandler::AddDevice(const std::string &devNode) in AddDevice()
56 void DeviceManager::HotplugHandler::RemoveDevice(const std::string &devNode) in RemoveDevice()
159 int32_t DeviceManager::ParseDeviceId(const std::string &devNode) in ParseDeviceId()
173 std::shared_ptr<IDevice> DeviceManager::AddDevice(const std::string &devNode) in AddDevice()
222 std::shared_ptr<IDevice> DeviceManager::RemoveDevice(const std::string &devNode) in RemoveDevice()
H A Denumerator.cpp54 const std::string devNode { dent->d_name }; in ScanAndAddDevices() local
H A Dmonitor.cpp147 std::string devNode { event->name }; in HandleInotifyEvent() local
/ohos5.0/base/startup/init/test/fuzztest/getdevicenodepermissions_fuzzer/
H A Dgetdevicenodepermissions_fuzzer.cpp28 const char *devNode = reinterpret_cast<const char*>(data + offset); in FuzzGetDeviceNodePermissions() local
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_service_info.h22 …ic inline void HdfServiceInfoInit(struct HdfServiceInfo *info, const struct HdfDeviceNode *devNode) in HdfServiceInfoInit()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevice_service_stub.c165 struct HdfDeviceNode *devNode = CONTAINER_OF(dev, struct HdfDeviceNode, deviceObject); in HdfDeviceObjectCheckInterfaceDesc() local
/ohos5.0/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c120 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_read_cfg.c340 struct DeviceUdevConf *GetDeviceUdevConfByDevNode(const char *devNode) in GetDeviceUdevConfByDevNode()
359 int GetDeviceNodePermissions(const char *devNode, uid_t *uid, gid_t *gid, mode_t *mode) in GetDeviceNodePermissions()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Ddevmgr_client.c142 struct DeviceInfoNode *devNode = NULL; in DevmgrFreeQueryDeviceListImpl() local

12