Searched refs:mapItem (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_layout_algorithm.cpp | 568 for (const auto& mapItem : idNodeMap_) { in CheckChain() 569 auto childWrapper = mapItem.second.layoutWrapper; in CheckChain() 578 if (flexItem->HasHorizontalChainStyle() && !IsNodeInHorizontalChain(mapItem.first, chainName)) { in CheckChain() 579 CheckHorizontalChain(mapItem.second); in CheckChain() 582 if (flexItem->HasVerticalChainStyle() && !IsNodeInVerticalChain(mapItem.first, chainName)) { in CheckChain() 583 CheckVerticalChain(mapItem.second); in CheckChain() 1142 for (const auto& mapItem : idNodeMap_) { in GetDependencyRelationship() 1143 auto childWrapper = mapItem.second.layoutWrapper; in GetDependencyRelationship() 1150 if (IsAlignRuleInChain(alignRule.first, mapItem.first)) { in GetDependencyRelationship() 1155 InsertToReliedOnMap(alignRule.second.anchor, mapItem in GetDependencyRelationship() [all...] |
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_process_skeleton.cpp | 1102 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppInfoToStubIndex() local 1103 for (auto it2 = mapItem.begin(); it2 != mapItem.end();) { in DetachAppInfoToStubIndex() 1106 it2 = mapItem.erase(it2); in DetachAppInfoToStubIndex() 1112 if (mapItem.empty()) { in DetachAppInfoToStubIndex() 1140 std::map<uint64_t, int32_t> mapItem { { stubIndex, listenFd } }; in AttachAppInfoToStubIndex() 1141 auto result = appInfoToStubIndex_.insert(std::pair<std::string, std::map<uint64_t, int32_t>>(appInfo, mapItem)); in AttachAppInfoToStubIndex() 1533 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppAuthInfoBySocketId() local 1534 for (auto it2 = mapItem.begin(); it2 != mapItem in DetachAppAuthInfoBySocketId() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 7185 auto mapItem = PROFILE_TYPE_MAP.find(profileType); in GetJsonProfile() local 7186 if (mapItem == PROFILE_TYPE_MAP.end()) { in GetJsonProfile() 7190 std::string profilePath = mapItem->second; in GetJsonProfile()
|
Completed in 25 milliseconds