Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc129 class TestModuleTwoDependencies : public Module { class
144 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Start()
152 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleTwoDependencies>()); in Stop()
158 const ModuleFactory TestModuleTwoDependencies::Factory =
159 ModuleFactory([]() { return new TestModuleTwoDependencies(); }); in __anona53e19f70502()
169 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
176 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
187 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
194 EXPECT_FALSE(registry_->IsStarted<TestModuleTwoDependencies>()); in TEST_F()
199 list.add<TestModuleTwoDependencies>(); in TEST_F()
[all …]