Home
last modified time | relevance | path

Searched refs:devPath_ (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp38 if (devPath_.empty()) { in Init()
42 int fd = open(devPath_.c_str(), O_RDWR | O_CLOEXEC); in Init()
110 devPath_ = devPath; in SetDevPath()
/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp72 if (devPath_.empty()) { in Init()
76 int fd = open(devPath_.c_str(), O_RDWR | O_CLOEXEC); in Init()
147 devPath_ = devPath; in SetDevPath()
H A Dfbdev_driver.h54 static inline std::string devPath_ = FB_DEV_PATH; member in Updater::FbdevDriver
/base/powermgr/battery_manager/charger/include/dev/
H A Dfbdev_driver.h55 static inline std::string devPath_ = FB_DEV_PATH; member in OHOS::PowerMgr::FbdevDriver
/base/msdp/device_status/tools/vdev/src/
H A Dv_input_device.cpp53 VInputDevice::VInputDevice(const std::string &node) : devPath_(node) {} in VInputDevice()
64 if (realpath(devPath_.c_str(), buf) == nullptr) { in Open()
65 FI_HILOGE("Not real path:%{private}s", devPath_.c_str()); in Open()
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h135 std::string devPath_; member in OHOS::Msdp::DeviceStatus::final
163 devPath_ = devPath; in SetDevPath()
227 return devPath_; in GetDevPath()
/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h124 std::string devPath_; member in OHOS::Msdp::DeviceStatus::final
194 return devPath_; in GetDevPath()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp32 const std::string devPath_ = { "/dev/input/event0" }; member
64 dev->SetDevPath(devPath_); in HWTEST_F()
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp73 if (realpath(devPath_.c_str(), buf) == nullptr) { in Open()
74 FI_HILOGE("Not real path:%{private}s", devPath_.c_str()); in Open()

Completed in 5 milliseconds