Searched refs:DependOn (Results 1 – 4 of 4) sorted by relevance
165 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test"));171 ASSERT_EQ(nullptr, singletonContainer.DependOn("test", "test"));
45 SingletonContainer::GetInstance().DependOn(nameT, nameS); in Dep()
38 void* DependOn(const std::string& instance, const std::string& name);
92 void* SingletonContainer::DependOn(const std::string& instance, const std::string& name) in DependOn() function in OHOS::Rosen::SingletonContainer