Searched refs:IsDeviceBlackListed (Results 1 – 7 of 7) sorted by relevance
45 MOCK_METHOD1(IsDeviceBlackListed, bool(const std::string& device_name));
85 virtual bool IsDeviceBlackListed(const std::string& device_name);
154 bool DeviceInfo::IsDeviceBlackListed(const string& device_name) { in IsDeviceBlackListed() function in shill::DeviceInfo653 if (IsDeviceBlackListed(link_name)) { in AddLinkMsgHandler()
4929 EXPECT_TRUE(manager()->device_info()->IsDeviceBlackListed(kDeviceName)); in TEST_F()
148 if (modem_info_->manager()->device_info()->IsDeviceBlackListed(link_name_)) { in CreateDeviceFromModemProperties()
208 EXPECT_CALL(device_info_, IsDeviceBlackListed(kLinkName)) in TEST_F()
335 if (device_info->IsDeviceBlackListed(link_name)) { in CreateDevice()