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:sIter
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
key_event_input_subscribe_manager.cpp
60
std::set<int32_t>::const_iterator
sIter
= sPrekeys.cbegin();
in operator <()
local
62
for (;
sIter
!= sPrekeys.cend() && tIter != tPrekeys.cend(); ++
sIter
, ++tIter) {
in operator <()
63
if (*
sIter
!= *tIter) {
in operator <()
64
return (*
sIter
< *tIter);
in operator <()
67
if (
sIter
!= sPrekeys.cend() || tIter != tPrekeys.cend()) {
in operator <()
/foundation/multimodalinput/input/service/monitor/src/
H
A
D
event_monitor_handler.cpp
287
auto [
sIter
, isOk] = monitors_.insert(monitor);
in AddMonitor()
311
auto [
sIter
, isOk] = monitors_.insert(handler);
in UpdateEventTypeMonitor()
331
auto [
sIter
, isOk] = monitors_.insert(monitor);
in UpdateActionsTypeMonitor()
389
auto [
sIter
, isOk] = monitors_.insert(handler);
in RemoveMonitor()
550
auto
sIter
= states_.find(pointerEvent->GetDeviceId());
in UpdateConsumptionState()
local
551
if (
sIter
== states_.end()) {
in UpdateConsumptionState()
557
sIter
= tIter;
in UpdateConsumptionState()
559
ConsumptionState &state =
sIter
->second;
in UpdateConsumptionState()
/foundation/multimodalinput/input/service/interceptor/src/
H
A
D
event_interceptor_handler.cpp
327
auto
sIter
= interceptors_.emplace(iterIndex, interceptor);
in AddInterceptor()
local
328
if (
sIter
== interceptors_.end()) {
in AddInterceptor()
354
auto
sIter
= interceptors_.emplace(iterIndex, interceptor);
in RemoveInterceptor()
local
355
if (
sIter
== interceptors_.end()) {
in RemoveInterceptor()
Completed in 3 milliseconds