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:device_
(Results
1 - 8
of
8
) sorted by relevance
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_keyboard.cpp
38
std::shared_ptr<VirtualKeyboard> VirtualKeyboard::
device_
{ nullptr };
namespace in OHOS::Msdp::DeviceStatus::VirtualKeyboard
42
if (
device_
== nullptr) {
in GetDevice()
48
device_
= vKeyboard;
in GetDevice()
52
return
device_
;
in GetDevice()
H
A
D
virtual_touchscreen.cpp
37
std::shared_ptr<VirtualTouchScreen> VirtualTouchScreen::
device_
= nullptr;
41
if (
device_
== nullptr) {
in GetDevice()
47
device_
= vTouch;
in GetDevice()
51
return
device_
;
in GetDevice()
H
A
D
virtual_mouse.cpp
95
std::shared_ptr<VirtualMouse> VirtualMouse::
device_
= nullptr;
member in OHOS::Msdp::DeviceStatus::VirtualMouse
99
if (
device_
== nullptr) {
in GetDevice()
105
device_
= vMouse;
in GetDevice()
109
return
device_
;
in GetDevice()
/base/usb/usb_manager/test/native/mock/src/
H
A
D
usb_device_pipe_mock_test.cpp
74
UsbDevice UsbDevicePipeMockTest::
device_
{};
108
device_
= MockUsbImpl::FindDeviceInfo(devList);
in SetUpTestCase()
703
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().front();
in HWTEST_F()
719
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().front();
in HWTEST_F()
735
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().at(1);
in HWTEST_F()
751
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().at(1);
in HWTEST_F()
767
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().front();
in HWTEST_F()
787
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().front();
in HWTEST_F()
806
UsbInterface interface =
device_
.GetConfigs().front().GetInterfaces().at(1);
in HWTEST_F()
826
UsbInterface interface =
device_
in HWTEST_F()
[all...]
/base/msdp/device_status/tools/vdev/include/
H
A
D
virtual_keyboard.h
37
static std::shared_ptr<VirtualKeyboard>
device_
;
member in OHOS::Msdp::DeviceStatus::final
H
A
D
virtual_mouse.h
43
static std::shared_ptr<VirtualMouse>
device_
;
member in OHOS::Msdp::DeviceStatus::final
H
A
D
virtual_touchscreen.h
49
static std::shared_ptr<VirtualTouchScreen>
device_
;
member in OHOS::Msdp::DeviceStatus::final
/base/usb/usb_manager/test/native/mock/include/
H
A
D
usb_device_pipe_mock_test.h
35
static UsbDevice
device_
;
member in OHOS::USB::UsbDevicePipeMockTest
Completed in 4 milliseconds