Searched refs:IsStarted (Results 1 – 13 of 13) sorted by relevance
61 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Start()67 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Stop()91 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Start()94 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Start()99 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Stop()102 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Stop()125 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()130 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Stop()153 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Start()154 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()[all …]
36 bool IsStarted() const { in IsStarted() function37 return registry_.IsStarted(&T::Factory); in IsStarted()
130 bool IsStarted() const { in IsStarted() function131 return IsStarted(&T::Factory); in IsStarted()134 bool IsStarted(const ModuleFactory* factory) const;
64 bool ModuleRegistry::IsStarted(const ModuleFactory* module) const { in IsStarted() function in bluetooth::ModuleRegistry
38 MOCK_CONST_METHOD0(IsStarted, bool());
47 bool IsStarted() { return work_state_ == Started; } in IsStarted() function
665 if (workload != nullptr && !workload->IsStarted() && !workload->Start()) { in DoRecording()
137 virtual bool IsStarted() const;
259 bool NetlinkManager::IsStarted() const { in IsStarted() function in android::wificond::NetlinkManager
117 if (!netlink_manager_->IsStarted()) { in NetlinkUtils()
271 return GetStackManager()->IsStarted<Dumpsys>(); in IsDumpsysModuleStarted()
51 if (!netlink_manager_->IsStarted()) { in ScanUtils()
387 ASSERT_TRUE(fake_registry_.IsStarted<HciLayer>()); in SetUp()