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:GetDevPath
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H
A
D
crown_transform_processor_test.cpp
69
MMI_HILOGD("Device node name: %{public}s", vCrown_.
GetDevPath
().c_str());
in SetupCrown()
70
ASSERT_TRUE(libinput_.AddPath(vCrown_.
GetDevPath
()));
in SetupCrown()
82
libinput_.RemovePath(vCrown_.
GetDevPath
());
in CloseCrown()
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H
A
D
general_device.h
40
std::string
GetDevPath
() const;
H
A
D
v_input_device.h
85
std::string
GetDevPath
() const;
191
inline std::string VInputDevice::
GetDevPath
() const
in GetDevPath()
function in OHOS::MMI::VInputDevice
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H
A
D
disk_info_test_mock.h
36
MOCK_METHOD0(
GetDevPath
, std::string(void));
H
A
D
disk_info_test.cpp
441
* @tc.desc: Verify the
GetDevPath
function.
464
EXPECT_CALL(*mock,
GetDevPath
()).WillOnce(testing::Return(devPath));
in HWTEST_F()
465
std::string ret = mock->
GetDevPath
();
in HWTEST_F()
634
diskInfo->
GetDevPath
();
in HWTEST_F()
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H
A
D
general_device.cpp
43
std::string GeneralDevice::
GetDevPath
() const
in GetDevPath()
function in OHOS::MMI::GeneralDevice
45
return (vDev_ != nullptr ? vDev_->
GetDevPath
() : std::string());
in GetDevPath()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_transform_processor_test.cpp
72
std::cout << "device node name: " << vTouchscreen_.
GetDevPath
() << std::endl;
in SetupTouchscreen()
73
ASSERT_TRUE(libinput_.AddPath(vTouchscreen_.
GetDevPath
()));
in SetupTouchscreen()
84
std::cout << "device node name: " << vUwbRemoteControl_.
GetDevPath
() << std::endl;
in SetupUwbRemoteControl()
85
ASSERT_TRUE(libinput_.AddPath(vUwbRemoteControl_.
GetDevPath
()));
in SetupUwbRemoteControl()
95
libinput_.RemovePath(vTouchscreen_.
GetDevPath
());
in CloseTouchscreen()
101
libinput_.RemovePath(vUwbRemoteControl_.
GetDevPath
());
in CloseUwbRemoteControl()
H
A
D
touchpad_transform_processor_test.cpp
73
std::cout << "device node name: " << vTouchpad_.
GetDevPath
() << std::endl;
in SetupTouchpad()
74
ASSERT_TRUE(libinput_.AddPath(vTouchpad_.
GetDevPath
()));
in SetupTouchpad()
86
libinput_.RemovePath(vTouchpad_.
GetDevPath
());
in CloseTouchpad()
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_device.h
70
virtual std::string
GetDevPath
() const = 0;
/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H
A
D
disk_info.h
53
std::string
GetDevPath
() const;
/foundation/multimodalinput/input/service/key_event_normalize/test/
H
A
D
key_event_normalize_test.cpp
67
std::cout << "device node name: " << vKeyboard_.
GetDevPath
() << std::endl;
in SetupKeyboard()
68
ASSERT_TRUE(libinput_.AddPath(vKeyboard_.
GetDevPath
()));
in SetupKeyboard()
79
libinput_.RemovePath(vKeyboard_.
GetDevPath
());
in CloseKeyboard()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_event_normalize_test.cpp
71
std::cout << "device node name: " << vMouse_.
GetDevPath
() << std::endl;
in SetupMouse()
72
ASSERT_TRUE(libinput_.AddPath(vMouse_.
GetDevPath
()));
in SetupMouse()
84
libinput_.RemovePath(vMouse_.
GetDevPath
());
in CloseMouse()
H
A
D
mouse_transform_processor_test.cpp
80
std::cout << "device node name: " << vMouse_.
GetDevPath
() << std::endl;
in SetupMouse()
81
ASSERT_TRUE(libinput_.AddPath(vMouse_.
GetDevPath
()));
in SetupMouse()
84
std::cout << "device node name: " << vTouchpad_.
GetDevPath
() << std::endl;
in SetupMouse()
85
ASSERT_TRUE(libinput_.AddPath(vTouchpad_.
GetDevPath
()));
in SetupMouse()
97
libinput_.RemovePath(vMouse_.
GetDevPath
());
in CloseMouse()
99
libinput_.RemovePath(vTouchpad_.
GetDevPath
());
in CloseMouse()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H
A
D
device_manager.cpp
153
return ((item.second != nullptr) && (item.second->
GetDevPath
() == devPath));
in FindDevice()
230
if (dev->
GetDevPath
() == devPath) {
in RemoveDevice()
245
FI_HILOGI("Add device %{public}d:%{public}s", dev->GetId(), dev->
GetDevPath
().c_str());
in OnDeviceAdded()
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
input_event_handler_test.cpp
76
std::cout << "device node name: " << vTouchpad_.
GetDevPath
() << std::endl;
in SetupTouchpad()
77
ASSERT_TRUE(libinput_.AddPath(vTouchpad_.
GetDevPath
()));
in SetupTouchpad()
88
libinput_.RemovePath(vTouchpad_.
GetDevPath
());
in CloseTouchpad()
H
A
D
event_normalize_handler_test.cpp
67
std::cout << "device node name: " << vTouchpad_.
GetDevPath
() << std::endl;
in SetupTouchpad()
68
ASSERT_TRUE(libinput_.AddPath(vTouchpad_.
GetDevPath
()));
in SetupTouchpad()
79
libinput_.RemovePath(vTouchpad_.
GetDevPath
());
in CloseTouchpad()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H
A
D
device.h
82
std::string
GetDevPath
() const override;
225
inline std::string Device::
GetDevPath
() const
in GetDevPath()
function in OHOS::Msdp::DeviceStatus::Device
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
input_device_mgr.cpp
216
FI_HILOGI(" device %{public}d:%{public}s", device->GetId(), device->
GetDevPath
().c_str());
in DispDeviceInfo()
246
packet << device->GetId() << device->
GetDevPath
() << device->GetSysPath() << device->GetBus() <<
in SerializeDevice()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H
A
D
disk_info.cpp
60
std::string DiskInfo::
GetDevPath
() const
in GetDevPath()
function in OHOS::StorageDaemon::DiskInfo
Completed in 15 milliseconds