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:agentIter
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H
A
D
image_source_fuzz.cpp
53
auto
agentIter
= imageSource->formatAgentMap_.begin();
in ImageSourceFuncTest001()
local
54
imageSource->CheckEncodedFormat(*(
agentIter
->second));
in ImageSourceFuncTest001()
55
imageSource->CheckFormatHint(key,
agentIter
);
in ImageSourceFuncTest001()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen_controller.cpp
681
for (auto &
agentIter
: screenAgentMap_) {
in DestroyVirtualScreen()
682
for (auto iter =
agentIter
.second.begin(); iter !=
agentIter
.second.end(); iter++) {
in DestroyVirtualScreen()
684
iter =
agentIter
.second.erase(iter);
in DestroyVirtualScreen()
690
if (
agentIter
.first != nullptr &&
agentIter
.second.empty()) {
in DestroyVirtualScreen()
691
agentIter
.first->RemoveDeathRecipient(deathRecipient_);
in DestroyVirtualScreen()
692
screenAgentMap_.erase(
agentIter
.first);
in DestroyVirtualScreen()
1275
auto
agentIter
= screenAgentMap_.find(agent);
in OnRemoteDied()
local
1276
if (
agentIter
!
in OnRemoteDied()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
3101
for (auto &
agentIter
: screenAgentMap_) {
in DestroyVirtualScreen()
3102
auto iter = std::find(
agentIter
.second.begin(),
agentIter
.second.end(), screenId);
in DestroyVirtualScreen()
3103
if (iter !=
agentIter
.second.end()) {
in DestroyVirtualScreen()
3104
iter =
agentIter
.second.erase(iter);
in DestroyVirtualScreen()
3105
if (
agentIter
.first != nullptr &&
agentIter
.second.empty()) {
in DestroyVirtualScreen()
3106
screenAgentMap_.erase(
agentIter
.first);
in DestroyVirtualScreen()
4186
auto
agentIter
= screenAgentMap_.find(agent);
in OnRemoteDied()
local
4187
if (
agentIter
!
in OnRemoteDied()
[all...]
Completed in 12 milliseconds