Searched refs:find_error (Results 1 – 3 of 3) sorted by relevance
335 Error find_error; in FindMatchingService() local337 manager_->FindMatchingService(args_store, &find_error); in FindMatchingService()338 if (find_error.ToChromeosError(error)) { in FindMatchingService()
1048 Error find_error; in TEST_F() local1049 ServiceRefPtr find_service = provider_.FindSimilarService(args, &find_error); in TEST_F()1050 EXPECT_TRUE(find_error.IsSuccess()); in TEST_F()
2424 Error find_error; in ConfigureServiceForProfile() local2425 service = provider->FindSimilarService(args, &find_error); in ConfigureServiceForProfile()