Home
last modified time | relevance | path

Searched refs:find_error (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc335 Error find_error; in FindMatchingService() local
337 manager_->FindMatchingService(args_store, &find_error); in FindMatchingService()
338 if (find_error.ToChromeosError(error)) { in FindMatchingService()
/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc1048 Error find_error; in TEST_F() local
1049 ServiceRefPtr find_service = provider_.FindSimilarService(args, &find_error); in TEST_F()
1050 EXPECT_TRUE(find_error.IsSuccess()); in TEST_F()
/system/connectivity/shill/
Dmanager.cc2424 Error find_error; in ConfigureServiceForProfile() local
2425 service = provider->FindSimilarService(args, &find_error); in ConfigureServiceForProfile()