Home
last modified time | relevance | path

Searched refs:mapItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp537 for (const auto& mapItem : idNodeMap_) { in CheckChain() local
538 auto childWrapper = mapItem.second.layoutWrapper; in CheckChain()
548 CheckHorizontalChain(mapItem.second); in CheckChain()
552 CheckVerticalChain(mapItem.second); in CheckChain()
1120 for (const auto& mapItem : idNodeMap_) { in GetDependencyRelationship() local
1204 for (const auto& mapItem : idNodeMap_) { in PreTopologicalLoopDetection() local
1209 visitedNode.push(mapItem.first); in PreTopologicalLoopDetection()
1210 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()
1217 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()
1271 for (const auto& mapItem : idNodeMap_) { in TopologicalSort() local
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1108 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppInfoToStubIndex() local
1109 for (auto it2 = mapItem.begin(); it2 != mapItem.end();) { in DetachAppInfoToStubIndex()
1112 it2 = mapItem.erase(it2); in DetachAppInfoToStubIndex()
1118 if (mapItem.empty()) { in DetachAppInfoToStubIndex()
1146 std::map<uint64_t, int32_t> mapItem { { stubIndex, listenFd } }; in AttachAppInfoToStubIndex() local
1147 … appInfoToStubIndex_.insert(std::pair<std::string, std::map<uint64_t, int32_t>>(appInfo, mapItem)); in AttachAppInfoToStubIndex()
1539 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppAuthInfoBySocketId() local
1540 for (auto it2 = mapItem.begin(); it2 != mapItem.end();) { in DetachAppAuthInfoBySocketId()
1543 it2 = mapItem.erase(it2); in DetachAppAuthInfoBySocketId()
1549 if (mapItem.empty()) { in DetachAppAuthInfoBySocketId()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7132 auto mapItem = PROFILE_TYPE_MAP.find(profileType); in GetJsonProfile() local
7133 if (mapItem == PROFILE_TYPE_MAP.end()) { in GetJsonProfile()
7137 std::string profilePath = mapItem->second; in GetJsonProfile()