Home
last modified time | relevance | path

Searched refs:DependOn (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp165 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test"));
171 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test"));
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsingleton_delegator.h45 SingletonContainer::GetInstance().DependOn(nameT, nameS); in Dep()
H A Dsingleton_container.h38 void* DependOn(const std::string& instance, const std::string& name);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsingleton_container.cpp92 void* SingletonContainer::DependOn(const std::string& instance, const std::string& name) in DependOn() function in OHOS::Rosen::SingletonContainer