Searched refs:portal_list (Results 1 – 9 of 9) sorted by relevance
9 (_, portal_list) = sys.argv12 flim.SetCheckPortalList(portal_list)
70 std::string portal_list; member
283 const string portal_list("technology1,technology2"); in TEST_F() local287 .WillOnce(DoAll(SetArgumentPointee<2>(portal_list), Return(true))); in TEST_F()339 EXPECT_EQ(portal_list, manager_props.check_portal_list); in TEST_F()
217 settings.portal_list = cl->GetSwitchValueASCII(switches::kPortalList); in main()
71 manager_->SetStartupPortalList(settings_.portal_list); in ApplySettings()
113 MOCK_METHOD1(SetStartupPortalList, void(const std::string& portal_list));
229 settings.portal_list = "wimax"; in TEST_F()
320 virtual void SetStartupPortalList(const std::string& portal_list);663 bool SetCheckPortalList(const std::string& portal_list, Error* error);
969 void Manager::SetStartupPortalList(const string& portal_list) { in SetStartupPortalList() argument970 startup_portal_list_ = portal_list; in SetStartupPortalList()2232 bool Manager::SetCheckPortalList(const string& portal_list, Error* error) { in SetCheckPortalList() argument2234 if (props_.check_portal_list == portal_list) { in SetCheckPortalList()2237 props_.check_portal_list = portal_list; in SetCheckPortalList()