/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_device_node.c | 30 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 D | hdf_device_object.c | 34 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 D | hdf_device.c | 33 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 D | devhost_service.c | 67 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 D | hdf_device_node_ext.c | 23 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 D | hdf_attribute_macro.c | 155 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 D | ueventd_parameter.c | 19 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | enumerator_test.cpp | 62 void AddDevice(const std::string &devNode) override in AddDevice() 66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
|
H A D | monitor_test.cpp | 62 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 D | enumerator_test.cpp | 62 void AddDevice(const std::string &devNode) override in AddDevice() 66 void RemoveDevice(const std::string &devNode) override in RemoveDevice()
|
H A D | monitor_test.cpp | 62 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 D | devhost_test.cpp | 222 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 D | getdeviceudevconfbydevnode_fuzzer.cpp | 24 const char *devNode = reinterpret_cast<const char*>(data); in FuzzGetDeviceUdevConfByDevNode() local
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 50 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 D | enumerator.cpp | 54 const std::string devNode { dent->d_name }; in ScanAndAddDevices() local
|
H A D | monitor.cpp | 147 std::string devNode { event->name }; in HandleInotifyEvent() local
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 51 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 D | enumerator.cpp | 54 const std::string devNode { dent->d_name }; in ScanAndAddDevices() local
|
H A D | monitor.cpp | 147 std::string devNode { event->name }; in HandleInotifyEvent() local
|
/ohos5.0/base/startup/init/test/fuzztest/getdevicenodepermissions_fuzzer/ |
H A D | getdevicenodepermissions_fuzzer.cpp | 28 const char *devNode = reinterpret_cast<const char*>(data + offset); in FuzzGetDeviceNodePermissions() local
|
/ohos5.0/drivers/hdf_core/framework/core/shared/include/ |
H A D | hdf_service_info.h | 22 …ic inline void HdfServiceInfoInit(struct HdfServiceInfo *info, const struct HdfDeviceNode *devNode) in HdfServiceInfoInit()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | device_service_stub.c | 165 struct HdfDeviceNode *devNode = CONTAINER_OF(dev, struct HdfDeviceNode, deviceObject); in HdfDeviceObjectCheckInterfaceDesc() local
|
/ohos5.0/base/startup/init/ueventd/standard/ |
H A D | ueventd_parameter.c | 120 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_read_cfg.c | 340 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 D | devmgr_client.c | 142 struct DeviceInfoNode *devNode = NULL; in DevmgrFreeQueryDeviceListImpl() local
|