Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc144 class TestModuleTwoDependencies : public Module { class
159 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()
167 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()
175 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anon252741950502()
176 return new TestModuleTwoDependencies(); in __anon252741950502()
232 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
239 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
250 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
257 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
262 list.add<TestModuleTwoDependencies>(); in TEST_F()
[all …]