Searched refs:GetModuleUnderTest (Results 1 – 9 of 9) sorted by relevance
170 Module* GetModuleUnderTest(const ModuleFactory* module) const { return Get(module); } in GetModuleUnderTest() function173 T* GetModuleUnderTest() const { in GetModuleUnderTest() function174 return static_cast<T*>(GetModuleUnderTest(&T::Factory)); in GetModuleUnderTest()
190 static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()445 static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()
214 hci = static_cast<HciLayer*>(fake_registry_.GetModuleUnderTest(&HciLayer::Factory)); in SetUp()215 upper = static_cast<DependsOnHci*>(fake_registry_.GetModuleUnderTest(&DependsOnHci::Factory)); in SetUp()
102 hci_ = static_cast<HciLayer*>(fake_registry_.GetModuleUnderTest(&HciLayer::Factory)); in SetUp()
298 controller_ = static_cast<Controller*>(fake_registry_.GetModuleUnderTest(&Controller::Factory)); in SetUp()
119 static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()1142 static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()
77 fake_registry_.GetModuleUnderTest(&RemoteNameRequestModule::Factory)); in SetUp()
293 fake_registry_.GetModuleUnderTest(&LeScanningManager::Factory)); in start_le_scanning_manager()
62 static_cast<AclScheduler*>(fake_registry_.GetModuleUnderTest(&AclScheduler::Factory)); in SetUp()