Home
last modified time | relevance | path

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

/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);
/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp156 * @tc.desc: test SingletonContainer::DependOn
165 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test")); in HWTEST_F()
171 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test")); in HWTEST_F()
/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
96 WLOGFD("%{public}s DependOn %{public}s", instance.c_str(), name.c_str()); in DependOn()

Completed in 2 milliseconds