Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsingleton_container.cpp38 if (dependencySetMap.find(it->first) != dependencySetMap.end()) { in WM_IMPLEMENT_SINGLE_INSTANCE()
39 for (auto mid : dependencySetMap[it->first]) { in WM_IMPLEMENT_SINGLE_INSTANCE()
42 dependencySetMap.erase(it->first); in WM_IMPLEMENT_SINGLE_INSTANCE()
94 auto& instanceDependencySet = dependencySetMap[stringMap[instance]]; in DependOn()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp168 auto& testSet = singletonContainer.dependencySetMap[id];
173 auto& testSet2 = singletonContainer.dependencySetMap[id];
178 id = singletonContainer.dependencySetMap.erase(id);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsingleton_container.h77 std::map<int32_t, std::set<int32_t>> dependencySetMap; variable