Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:devPath_
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
fbdev_driver.cpp
38
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
D
fbdev_driver.cpp
72
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
D
fbdev_driver.h
54
static inline std::string
devPath_
= FB_DEV_PATH;
member in Updater::FbdevDriver
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
fbdev_driver.h
55
static inline std::string
devPath_
= FB_DEV_PATH;
member in OHOS::PowerMgr::FbdevDriver
/base/msdp/device_status/tools/vdev/src/
H
A
D
v_input_device.cpp
53
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
D
device.h
135
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
D
v_input_device.h
124
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
D
device_test.cpp
32
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
D
device.cpp
73
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