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:mapIt
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/player_framework/services/services/player/subscriber/
H
A
D
account_subscriber.cpp
58
auto
mapIt
= userMap_.find(userId);
in DispatchEvent()
local
59
if (
mapIt
== userMap_.end()) {
in DispatchEvent()
62
for (auto receiver :
mapIt
->second) {
in DispatchEvent()
97
auto
mapIt
= userMap_.find(userId);
in RegisterCommonEventReceiver()
local
98
if (
mapIt
== userMap_.end()) {
in RegisterCommonEventReceiver()
104
auto receiverIt = std::find(
mapIt
->second.begin(),
mapIt
->second.end(),
in RegisterCommonEventReceiver()
106
if (receiverIt !=
mapIt
->second.end()) {
in RegisterCommonEventReceiver()
110
mapIt
->second.push_back(receiver);
in RegisterCommonEventReceiver()
121
auto
mapIt
in UnregisterCommonEventReceiver()
local
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H
A
D
avmetadata_collector.cpp
228
auto
mapIt
= meta->Find(Tag::MEDIA_COVER);
in GetArtPicture()
local
229
if (
mapIt
== meta->end()) {
in GetArtPicture()
232
if (Any::IsSameTypeWith<std::vector<uint8_t>>(
mapIt
->second)) {
in GetArtPicture()
233
coverAddr = AnyCast<std::vector<uint8_t>>(
mapIt
->second);
in GetArtPicture()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_service.cpp
283
for (auto
mapIt
= mapDBinderStubRegisters_.begin();
mapIt
!= mapDBinderStubRegisters_.end();) {
in DeleteDBinderStub()
284
if (
mapIt
->second == reinterpret_cast<binder_uintptr_t>((*it).GetRefPtr())) {
in DeleteDBinderStub()
285
mapIt
= mapDBinderStubRegisters_.erase(
mapIt
);
in DeleteDBinderStub()
287
++
mapIt
;
in DeleteDBinderStub()
Completed in 7 milliseconds