Home
last modified time | relevance | path

Searched defs: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
1120 for (const auto& mapItem : idNodeMap_) { in GetDependencyRelationship() local
1204 for (const auto& mapItem : idNodeMap_) { in PreTopologicalLoopDetection() local
1271 for (const auto& mapItem : idNodeMap_) { in TopologicalSort() local
/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
1146 std::map<uint64_t, int32_t> mapItem { { stubIndex, listenFd } }; in AttachAppInfoToStubIndex() local
1539 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppAuthInfoBySocketId() local
/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