Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc106 class TestModuleNoDependencyTwo : public Module { class
115 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()
120 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Stop()
126 const ModuleFactory TestModuleNoDependencyTwo::Factory =
127 ModuleFactory([]() { return new TestModuleNoDependencyTwo(); }); in __anona53e19f70402()
136 list->add<TestModuleNoDependencyTwo>(); in ListDependencies()
141 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()
149 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Stop()
168 EXPECT_FALSE(registry_->IsStarted<TestModuleNoDependencyTwo>()); in TEST_F()
175 EXPECT_FALSE(registry_->IsStarted<TestModuleNoDependencyTwo>()); in TEST_F()
[all …]