Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc137 class TestModuleTwoDependencies : public Module { class
152 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()
160 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()
166 const ModuleFactory TestModuleTwoDependencies::Factory =
167 ModuleFactory([]() { return new TestModuleTwoDependencies(); }); in __anon2fc164770502()
177 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
184 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
195 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
202 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
207 list.add<TestModuleTwoDependencies>(); in TEST_F()
[all …]