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:callbackIt
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H
A
D
napi_callbacks_manager.h
140
auto
callbackIt
= callbacks.begin();
in DelObservers()
local
141
while (
callbackIt
!= callbacks.end()) {
in DelObservers()
142
if (!(*(
callbackIt
->observer_) == *observer)) {
in DelObservers()
143
callbackIt
++;
in DelObservers()
146
callbackIt
= callbacks.erase(
callbackIt
);
in DelObservers()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H
A
D
callbacks_manager.h
150
auto
callbackIt
= callbacks.begin();
in DelLocalObservers()
local
151
while (
callbackIt
!= callbacks.end()) {
in DelLocalObservers()
152
if (
callbackIt
->subscriber_ != subscriber) {
in DelLocalObservers()
153
callbackIt
++;
in DelLocalObservers()
156
callbackIt
= callbacks.erase(
callbackIt
);
in DelLocalObservers()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_focus_test_ng.cpp
1720
auto
callbackIt
= callbackMap.find(callbackId);
in HWTEST_F()
local
1721
auto& callback =
callbackIt
->second;
in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
exif_info.cpp
431
auto
callbackIt
= [](const ExifTag &key, std::string &value) {
in DumpTagsMap()
local
439
tags.Iterate(
callbackIt
);
in DumpTagsMap()
Completed in 8 milliseconds