Searched refs:GetModuleUnderTest (Results 1 – 6 of 6) sorted by relevance
182 Module* GetModuleUnderTest(const ModuleFactory* module) const { in GetModuleUnderTest() function187 T* GetModuleUnderTest() const { in GetModuleUnderTest() function188 return static_cast<T*>(GetModuleUnderTest(&T::Factory)); in GetModuleUnderTest()
385 hci = static_cast<HciLayer*>(fake_registry_.GetModuleUnderTest(&HciLayer::Factory)); in SetUp()386 upper = static_cast<DependsOnHci*>(fake_registry_.GetModuleUnderTest(&DependsOnHci::Factory)); in SetUp()
278 controller_ = static_cast<Controller*>(fake_registry_.GetModuleUnderTest(&Controller::Factory)); in SetUp()
259 … static_cast<LeScanningManager*>(fake_registry_.GetModuleUnderTest(&LeScanningManager::Factory)); in SetUp()
326 … acl_manager_ = static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()1324 … acl_manager_ = static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()
344 …inquiry_module_ = static_cast<InquiryModule*>(fake_registry_.GetModuleUnderTest(&InquiryModule::Fa… in SetUp()