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:deviceList_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
get_device_node.cpp
46
std::string deviceName =
deviceList_
[targetName];
in GetDeviceNodeName()
67
deviceList_
["mouse"] = "Virtual Mouse";
in InitDeviceInfo()
68
deviceList_
["touch"] = "Virtual TouchScreen";
in InitDeviceInfo()
69
deviceList_
["finger"] = "Virtual Finger";
in InitDeviceInfo()
70
deviceList_
["pad"] = "Virtual Touchpad";
in InitDeviceInfo()
71
deviceList_
["pen"] = "Virtual Stylus";
in InitDeviceInfo()
72
deviceList_
["gamePad"] = "Virtual GamePad";
in InitDeviceInfo()
73
deviceList_
["joystick"] = "Virtual Joystick";
in InitDeviceInfo()
74
deviceList_
["remoteControl"] = "Virtual RemoteControl";
in InitDeviceInfo()
75
deviceList_
["kno
in InitDeviceInfo()
[all...]
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
input_device_manager.cpp
43
deviceList_
.PushBack(device);
in Add()
51
ListNode<InputDevice*>* node =
deviceList_
.Begin();
in Remove()
52
while (node !=
deviceList_
.End()) {
in Remove()
54
deviceList_
.Remove(node);
in Remove()
63
ListNode<InputDevice*>* node =
deviceList_
.Begin();
in Callback()
64
while (node !=
deviceList_
.End()) {
in Callback()
72
deviceList_
.Clear();
in Clear()
77
auto& devices = GetInstance()->
deviceList_
;
in OnViewLifeEvent()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_gatt_server_callback.cpp
63
for (auto it = NapiGattServer::
deviceList_
.begin(); it != NapiGattServer::
deviceList_
.end(); ++it) {
in OnConnectionStateUpdate()
71
NapiGattServer::
deviceList_
.push_back(device.GetDeviceAddr());
in OnConnectionStateUpdate()
75
for (auto it = NapiGattServer::
deviceList_
.begin(); it != NapiGattServer::
deviceList_
.end(); ++it) {
in OnConnectionStateUpdate()
78
NapiGattServer::
deviceList_
.erase(it);
in OnConnectionStateUpdate()
H
A
D
napi_bluetooth_gatt_server.cpp
31
std::vector<std::string> NapiGattServer::
deviceList_
;
H
A
D
napi_bluetooth_ble.cpp
1044
auto status = ConvertStringVectorToJS(env, result, NapiGattServer::
deviceList_
);
in GetConnectedBLEDevices()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_credential_auth_status_req.h
34
return
deviceList_
;
in GetDeviceList()
44
deviceList_
= deviceList;
in SetDeviceList()
88
std::string
deviceList_
;
member in OHOS::DistributedHardware::IpcNotifyCredentialAuthStatusReq
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H
A
D
input_device_manager.h
69
List<InputDevice*>
deviceList_
;
member in OHOS::InputDeviceManager
/foundation/multimodalinput/input/tools/event_inject/include/
H
A
D
get_device_node.h
36
std::map<std::string, std::string>
deviceList_
;
member in OHOS::MMI::GetDeviceNode
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_gatt_server.h
55
static std::vector<std::string>
deviceList_
;
member in OHOS::Bluetooth::NapiGattServer
Completed in 6 milliseconds