Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/update/updater/services/ui/driver/
H A Dsurface_dev.cpp55 … bool isFbDevice = std::find_if(fbDeviceList_.begin(), fbDeviceList_.end(), [] (auto &devicePath) { in GetDevType()
93 void SurfaceDev::AddFbDevice(const std::string &devicePath) in AddFbDevice()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c338 const char *devicePath = DEVICE_PATH; in EventListeners() local
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp533 bool InputHub::IsDeviceRegistered(const std::string &devicePath) in IsDeviceRegistered()
545 int32_t InputHub::OpenInputDeviceLocked(const std::string &devicePath) in OpenInputDeviceLocked()
1123 void InputHub::CloseDeviceByPathLocked(const std::string &devicePath) in CloseDeviceByPathLocked()
1142 InputHub::Device* InputHub::GetDeviceByPathLocked(const std::string &devicePath) in GetDeviceByPathLocked()
1365 void InputHub::RecordDeviceLog(const std::string &devicePath, const InputDevice &identifier) in RecordDeviceLog()
/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dinnerkits_unittest.cpp214 char devicePath[MAX_BUFFER_LEN] = {0}; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp283 …utedInputNodeManager::SetPathForVirDev(const DhUniqueID &dhUniqueId, const std::string &devicePath) in SetPathForVirDev()
299 bool DistributedInputNodeManager::MatchAndSavePhysicalPath(const std::string &devicePath, in MatchAndSavePhysicalPath()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_device_handler.c167 const char *devicePath = dirname(deviceNodeBuffer); in CreateDeviceNode() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
H A Ddistributed_input_sourceinject_test.cpp450 std::string devicePath = ""; variable
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp138 bool ConfigureReadAhead(const string &devicePath) in ConfigureReadAhead()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp302 int OpenInputDeviceFdByPath(const std::string &devicePath) in OpenInputDeviceFdByPath()