Searched defs:deviceNode (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_device_handler.c | 41 static inline void AdjustDeviceNodePermissions(const char *deviceNode, uid_t uid, gid_t gid, mode_t… in AdjustDeviceNodePermissions() 55 static void CreateSymbolLinks(const char *deviceNode, char **symLinks) in CreateSymbolLinks() 148 static int CreateDeviceNode(const struct Uevent *uevent, const char *deviceNode, char **symLinks, b… in CreateDeviceNode() 204 static int RemoveDeviceNode(const char *deviceNode, char **symLinks) in RemoveDeviceNode() 358 static void HandleDeviceNode(const struct Uevent *uevent, const char *deviceNode, bool isBlock) in HandleDeviceNode() 473 char deviceNode[DEVICE_FILE_SIZE] = {}; in HandleBlockDeviceEvent() local 507 char deviceNode[DEVICE_FILE_SIZE] = {}; in HandleOtherDeviceEvent() local
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | manage_inject_device.cpp | 40 std::string deviceNode; in TransformJsonData() local 76 std::string deviceNode = inputEventArray.target; in SendEventToDeviceNode() local
|
H A D | get_device_node.cpp | 33 …eNode::GetDeviceNodeName(const std::string &targetName, uint16_t devIndex, std::string &deviceNode) in GetDeviceNodeName()
|
H A D | injection_tools_help_func.cpp | 119 std::string deviceNode = argv[optind]; in SendEventOption() local
|
H A D | injection_event_dispatch.cpp | 250 std::string deviceNode = injectArgvs_[SEND_EVENT_DEV_NODE_INDEX]; in OnSendEvent() local
|
/ohos5.0/drivers/hdf_core/framework/core/common/src/ |
H A D | hdf_attribute_macro.c | 135 static bool GetDeviceNodeInfo(const struct HdfDeviceNodeType *deviceNode, struct HdfDeviceInfo *dev… in GetDeviceNodeInfo() 205 struct HdfDeviceNodeType *deviceNode = NULL; in HdfAttributeManagerGetDeviceList() local
|
H A D | hdf_attribute.c | 159 static bool GetDeviceNodeInfo(const struct DeviceResourceNode *deviceNode, struct HdfDeviceInfo *de… in GetDeviceNodeInfo()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | device_service_stub.c | 114 int DeviceServiceStubRemoveService(struct HdfDeviceNode *deviceNode) in DeviceServiceStubRemoveService()
|
H A D | devhost_service_full.c | 90 struct HdfDeviceNode *deviceNode = NULL; in DevHostServiceFullDispatchPowerState() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_device_parser.cpp | 80 xmlNode *deviceNode = node; in ParseDevicePrivacyInfo() local
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | devhost_service.c | 169 struct HdfDeviceNode *deviceNode = NULL; in ApplyDevicesPowerState() local
|
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/ |
H A D | hdf_vnode_adapter.c | 797 struct HdfDeviceNode *deviceNode = NULL; in HdfDeviceSendEvent() local
|