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:cItr
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H
A
D
general_device.cpp
74
std::map<std::string, std::string>::const_iterator
cItr
= nodes.find(name);
in FindDeviceNode()
local
75
if (
cItr
== nodes.cend()) {
in FindDeviceNode()
79
std::cout << "Node name : \'" <<
cItr
->second << "\'" << std::endl;
in FindDeviceNode()
81
ss << "/dev/input/" <<
cItr
->second;
in FindDeviceNode()
126
std::map<std::string, std::string>::const_iterator
cItr
= nodes.find(name);
in GetInputDeviceNodes()
local
127
if (
cItr
!= nodes.end()) {
in GetInputDeviceNodes()
128
nodes.erase(
cItr
);
in GetInputDeviceNodes()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H
A
D
event_log_helper.h
176
std::vector<int32_t>::const_iterator
cItr
= pressedKeys.cbegin();
in PrintInfoLog()
local
177
if (
cItr
!= pressedKeys.cend()) {
in PrintInfoLog()
178
std::string tmpStr = "Pressed KC: [" + std::to_string(*(
cItr
++));
in PrintInfoLog()
179
for (;
cItr
!= pressedKeys.cend(); ++
cItr
) {
in PrintInfoLog()
180
tmpStr += ("," + std::to_string(*
cItr
));
in PrintInfoLog()
243
std::vector<int32_t>::const_iterator
cItr
= pressedKeys.cbegin();
in Print()
local
244
if (
cItr
!= pressedKeys.cend()) {
in Print()
245
std::string tmpStr = "Pressed keyCode: [" + std::to_string(*(
cItr
++));
in Print()
246
for (;
cItr
!
in Print()
312
std::vector<int32_t>::const_iterator
cItr
= pressedKeys.cbegin();
PrintInfoLog()
local
440
std::vector<int32_t>::const_iterator
cItr
= pressedKeys.cbegin();
Print()
local
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
transform_point_test.cpp
197
std::map<std::string, std::string>::const_iterator
cItr
= nodes.find(name);
in GetInputDeviceNodes()
local
198
if (
cItr
!= nodes.end()) {
in GetInputDeviceNodes()
199
nodes.erase(
cItr
);
in GetInputDeviceNodes()
227
std::map<std::string, std::string>::const_iterator
cItr
= nodes.find(dev);
in SetupVirtualStylus()
local
228
if (
cItr
== nodes.cend()) {
in SetupVirtualStylus()
232
MMI_HILOGD("Node name : \'%{public}s\'.",
cItr
->second.c_str());
in SetupVirtualStylus()
234
ss << "/dev/input/" <<
cItr
->second;
in SetupVirtualStylus()
/foundation/multimodalinput/input/service/monitor/src/
H
A
D
event_monitor_handler.cpp
663
std::set<SessionHandler>::const_iterator
cItr
= monitors_.cbegin();
in OnSessionLost()
local
664
while (
cItr
!= monitors_.cend()) {
in OnSessionLost()
665
if (
cItr
->session_ != session) {
in OnSessionLost()
666
++
cItr
;
in OnSessionLost()
668
cItr
= monitors_.erase(
cItr
);
in OnSessionLost()
Completed in 4 milliseconds