Searched defs:devicePath (Results 1 – 11 of 11) sorted by relevance
28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow()
73 std::string devicePath = devicePathPair.first; in applyConfigToDevices() local116 std::string devicePath = devicePathPair.first; in sendConfigurationComplete() local
51 std::string devicePath = kIioRootDir + devTypeDir; in findIioEnergyMeterNodes() local195 for (const auto &devicePath : mDevicePaths) { in readEnergyMeter() local
39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice()51 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
197 static std::optional<std::filesystem::path> getSysfsRootPath(const char* devicePath) { in getSysfsRootPath()1849 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked()2161 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()2277 void EventHub::closeDeviceByPathLocked(const std::string& devicePath) { in closeDeviceByPathLocked()2291 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
34 static void test(const char *devicePath) { in test()
49 std::string devicePath; member
175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes() local
77 String devicePath = extconInfo.getDevicePath(); in startObserving() local
136 std::string devicePath; in findEnergySourceToWatch() local
53 const std::string& devicePath, const ExternalCameraConfig& cfg) : in ExternalCameraDevice()