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:mapIter
(Results
1 - 12
of
12
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_record.cpp
144
for (auto
mapIter
= sendInfoWantParams.begin();
mapIter
!= sendInfoWantParams.end();
mapIter
++) {
in BuildSendWant()
145
std::string sendInfoWantParamKey =
mapIter
->first;
in BuildSendWant()
147
wantParams.SetParam(sendInfoWantParamKey,
mapIter
->second);
in BuildSendWant()
H
A
D
ability_connect_manager.cpp
1275
auto
mapIter
= serviceMap_.find(element);
in GetServiceRecordByElementName()
local
1276
if (
mapIter
!= serviceMap_.end()) {
in GetServiceRecordByElementName()
1277
return
mapIter
->second;
in GetServiceRecordByElementName()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
extractor.cpp
271
auto
mapIter
= extractorMap_.find(hapPath);
in GetExtractor()
local
272
if (
mapIter
!= extractorMap_.end()) {
in GetExtractor()
274
return
mapIter
->second;
in GetExtractor()
302
auto
mapIter
= extractorMap_.find(hapPath);
in DeleteExtractor()
local
303
if (
mapIter
!= extractorMap_.end()) {
in DeleteExtractor()
305
extractorMap_.erase(
mapIter
);
in DeleteExtractor()
/foundation/ability/form_fwk/services/src/
H
A
D
form_data_proxy_record.cpp
717
auto
mapIter
= resultMap->find(record.uri);
in AddSubscribeResultRecord()
local
718
if (
mapIter
== resultMap->end()) {
in AddSubscribeResultRecord()
723
mapIter
->second[record.subscribeId] = record;
in AddSubscribeResultRecord()
731
auto
mapIter
= resultMap->find(uri);
in RemoveSubscribeResultRecord()
local
732
if (
mapIter
== resultMap->end()) {
in RemoveSubscribeResultRecord()
735
auto it =
mapIter
->second.find(subscribeId);
in RemoveSubscribeResultRecord()
736
if (it !=
mapIter
->second.end()) {
in RemoveSubscribeResultRecord()
737
mapIter
->second.erase(it);
in RemoveSubscribeResultRecord()
739
if (
mapIter
->second.empty()) {
in RemoveSubscribeResultRecord()
740
resultMap->erase(
mapIter
);
in RemoveSubscribeResultRecord()
750
auto
mapIter
= resultMap->find(uri);
PrintSubscribeState()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H
A
D
resource_manager.h
85
auto
mapIter
= resourceAdapters_.find(key);
in GetResourceAdapter()
local
86
if (
mapIter
!= resourceAdapters_.end()) {
in GetResourceAdapter()
87
return
mapIter
->second;
in GetResourceAdapter()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H
A
D
wifi_p2p_service_manager.cpp
175
for (auto
mapIter
= deviceService.begin();
mapIter
!= deviceService.end(); ++
mapIter
) {
in GetDeviceServices()
176
for (auto svrInfoIter =
mapIter
->second.begin(); svrInfoIter !=
mapIter
->second.end(); ++svrInfoIter) {
in GetDeviceServices()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_hardware_thread.cpp
400
for (auto
mapIter
= modeMap->begin();
mapIter
!= modeMap->end(); ++
mapIter
) {
in PerformSetActiveMode()
401
ScreenId id =
mapIter
->first;
in PerformSetActiveMode()
402
int32_t modeId =
mapIter
->second;
in PerformSetActiveMode()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_enhance_chain_manager.cpp
333
auto
mapIter
= sceneTypeAndModeToEnhanceChainNameMap_.find(enhanceChainKey);
in GetEnhanceChainNameBySceneCode()
local
334
if (
mapIter
== sceneTypeAndModeToEnhanceChainNameMap_.end()) {
in GetEnhanceChainNameBySceneCode()
336
mapIter
= sceneTypeAndModeToEnhanceChainNameMap_.find(enhanceChainKey);
in GetEnhanceChainNameBySceneCode()
338
if (
mapIter
== sceneTypeAndModeToEnhanceChainNameMap_.end() ||
in GetEnhanceChainNameBySceneCode()
339
!enhanceChainToEnhancesMap_.count(
mapIter
->second)) {
in GetEnhanceChainNameBySceneCode()
344
return
mapIter
->second;
in GetEnhanceChainNameBySceneCode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H
A
D
mutable_span_string.cpp
598
for (auto&
mapIter
: spansMap_) {
in InsertStringAroundSpecialNode()
599
if (spansMap_.find(
mapIter
.first) == spansMap_.end()) {
in InsertStringAroundSpecialNode()
602
auto spans = spansMap_[
mapIter
.first];
in InsertStringAroundSpecialNode()
610
spansMap_[
mapIter
.first] = spans;
in InsertStringAroundSpecialNode()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_queue.cpp
135
auto
mapIter
= bufferQueueCache_.find(*it);
in PopFromFreeListLocked()
local
136
if (
mapIter
!= bufferQueueCache_.end() &&
mapIter
->second.config == config) {
in PopFromFreeListLocked()
137
if (
mapIter
->first == acquireLastFlushedBufSequence_) {
in PopFromFreeListLocked()
140
buffer =
mapIter
->second.buffer;
in PopFromFreeListLocked()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_service_event_handler.cpp
1708
auto
mapIter
= loadExistData_.find(bundleName);
in InnerProcessRebootBundleInstall()
local
1709
if (
mapIter
== loadExistData_.end()) {
in InnerProcessRebootBundleInstall()
1726
if (!hasBundleInstalled &&
mapIter
->second.IsUninstalled()) {
in InnerProcessRebootBundleInstall()
1913
auto
mapIter
= loadExistData_.find(bundleName);
in InnerProcessRebootSharedBundleInstall()
local
1914
if (
mapIter
== loadExistData_.end()) {
in InnerProcessRebootSharedBundleInstall()
1965
auto
mapIter
= loadExistData_.find(bundleName);
in InnerProcessRebootSystemHspInstall()
local
1966
if (
mapIter
== loadExistData_.end()) {
in InnerProcessRebootSystemHspInstall()
/foundation/arkui/napi/native_engine/
H
A
D
native_api.cpp
1780
Local<panda::MapIteratorRef>
mapIter
(nativeValue);
in napi_map_iterator_get_next()
1781
value =
mapIter
->Next(vm);
in napi_map_iterator_get_next()
1783
Local<panda::SendableMapIteratorRef>
mapIter
(nativeValue);
in napi_map_iterator_get_next()
1784
value =
mapIter
->Next(vm);
in napi_map_iterator_get_next()
Completed in 29 milliseconds