Lines Matching refs:Error
307 Error e; in Stop()
360 Error error; in InitializeProfiles()
374 void Manager::CreateProfile(const string& name, string* path, Error* error) { in CreateProfile()
378 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in CreateProfile()
384 Error::PopulateAndLog(FROM_HERE, error, Error::kAlreadyExists, in CreateProfile()
413 Error::PopulateAndLog(FROM_HERE, error, Error::kInternalError, in CreateProfile()
431 const Profile::Identifier& ident, string* path, Error* error) { in PushProfileInternal()
433 Error::PopulateAndLog(FROM_HERE, error, Error::kAlreadyExists, in PushProfileInternal()
445 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in PushProfileInternal()
512 void Manager::PushProfile(const string& name, string* path, Error* error) { in PushProfile()
516 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in PushProfile()
526 Error* error) { in InsertUserProfile()
531 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in InsertUserProfile()
583 Error unused_error; in OnProfilesChanged()
590 void Manager::PopProfile(const string& name, Error* error) { in PopProfile()
594 Error::PopulateAndLog( in PopProfile()
595 FROM_HERE, error, Error::kNotFound, "Profile stack is empty"); in PopProfile()
600 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in PopProfile()
605 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, in PopProfile()
612 void Manager::PopAnyProfile(Error* error) { in PopAnyProfile()
616 Error::PopulateAndLog( in PopAnyProfile()
617 FROM_HERE, error, Error::kNotFound, "Profile stack is empty"); in PopAnyProfile()
623 void Manager::PopAllUserProfiles(Error* /*error*/) { in PopAllUserProfiles() argument
630 void Manager::RemoveProfile(const string& name, Error* error) { in RemoveProfile()
633 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in RemoveProfile()
639 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in RemoveProfile()
689 Error* error) { in ClaimDevice()
694 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ClaimDevice()
700 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ClaimDevice()
708 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ClaimDevice()
723 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ClaimDevice()
742 Error* error) { in ReleaseDevice()
748 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ReleaseDevice()
754 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ReleaseDevice()
761 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ReleaseDevice()
782 bool Manager::SetupApModeInterface(string* out_interface_name, Error* error) { in SetupApModeInterface()
785 Error::PopulateAndLog(FROM_HERE, error, Error::kOperationFailed, in SetupApModeInterface()
794 Error* error) { in SetupStationModeInterface()
797 Error::PopulateAndLog(FROM_HERE, error, Error::kOperationFailed, in SetupStationModeInterface()
868 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in GetServiceWithStorageIdentifier()
882 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
886 Error::PopulateAndLog( in CreateTemporaryServiceFromProfile()
887 FROM_HERE, error, Error::kInternalError, in CreateTemporaryServiceFromProfile()
909 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, in CreateTemporaryServiceFromProfile()
919 const std::string& guid, Error* error) { in GetServiceWithGUID()
930 error->Populate(Error::kNotFound, error_string); in GetServiceWithGUID()
945 RpcIdentifier Manager::GetDefaultServiceRpcIdentifier(Error* /*error*/) { in GetDefaultServiceRpcIdentifier() argument
956 Error error; in IsTechnologyInList()
1071 Error* error) { in SetProfileForService()
1074 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in SetProfileForService()
1087 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in SetProfileForService()
1090 Error::PopulateAndLog(FROM_HERE, error, Error::kInternalError, in SetProfileForService()
1098 Error* error, in SetEnabledStateForTechnology()
1104 error->Populate(Error::kInvalidArguments, "Unknown technology"); in SetEnabledStateForTechnology()
1108 error->Populate(Error::kPermissionDenied, in SetEnabledStateForTechnology()
1118 Error device_error(Error::kOperationInitiated); in SetEnabledStateForTechnology()
1138 error->Populate(Error::kOperationInitiated); in SetEnabledStateForTechnology()
1147 Error error; in UpdateEnabledTechnologies()
1153 Error error; in UpdateUninitializedTechnologies()
1228 Error error; in RegisterDevice()
1243 Error unused_error; in RegisterDevice()
1284 vector<string> Manager::ClaimedDevices(Error* error) { in ClaimedDevices()
1306 Error error; in EmitDeviceProperties()
1328 bool Manager::SetDisableWiFiVHT(const bool& disable_wifi_vht, Error* error) { in SetDisableWiFiVHT()
1336 bool Manager::GetDisableWiFiVHT(Error* error) { in GetDisableWiFiVHT()
1342 Error* error) { in SetProhibitedTechnologies()
1350 Error unused_error(Error::kOperationInitiated); in SetProhibitedTechnologies()
1366 const Error& error) { in OnTechnologyProhibited()
1371 string Manager::GetProhibitedTechnologies(Error* error) { in GetProhibitedTechnologies()
1549 Error* error) { in VerifyDestination()
1551 error->Populate(Error::kOperationFailed, in VerifyDestination()
1578 error->Populate(Error::kOperationFailed, in VerifyDestination()
1591 const Error& error, in VerifyToEncryptLink()
1599 Error encrypt_error; in VerifyToEncryptLink()
1616 Error* error) { in VerifyAndEncryptData()
1633 Error* error) { in VerifyAndEncryptCredentials()
1635 error->Populate(Error::kNotImplemented, "Not implemented"); in VerifyAndEncryptCredentials()
1677 OnSuspendActionsComplete(Error(Error::kSuccess)); in OnSuspendImminent()
1709 OnDarkResumeActionsComplete(Error(Error::kSuccess)); in OnDarkSuspendImminent()
1722 void Manager::OnSuspendActionsComplete(const Error& error) { in OnSuspendActionsComplete()
1728 void Manager::OnDarkResumeActionsComplete(const Error& error) { in OnDarkResumeActionsComplete()
1755 RpcIdentifier(Manager::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifier()
1764 RpcIdentifiers(Manager::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifiers()
1773 string(Manager::*get)(Error* error), in HelpRegisterDerivedString() argument
1774 bool(Manager::*set)(const string&, Error*)) { in HelpRegisterDerivedString()
1782 Strings(Manager::*get)(Error*)) { in HelpRegisterConstDerivedStrings() argument
1790 bool(Manager::*get)(Error* error), in HelpRegisterDerivedBool() argument
1791 bool(Manager::*set)(const bool&, Error*)) { in HelpRegisterDerivedBool()
1841 Error error; in SortServicesTask()
1884 Error error; in DevicePresenceStatusCheck()
1978 void Manager::ConnectToBestServices(Error* /*error*/) { in ConnectToBestServices() argument
2016 Error error; in ConnectToBestServicesTask()
2062 void Manager::CreateConnectivityReport(Error* /*error*/) { in CreateConnectivityReport() argument
2100 string Manager::CalculateState(Error* /*error*/) { in CalculateState() argument
2125 vector<string> Manager::AvailableTechnologies(Error* /*error*/) { in AvailableTechnologies() argument
2134 vector<string> Manager::ConnectedTechnologies(Error* /*error*/) { in ConnectedTechnologies() argument
2152 string Manager::DefaultTechnology(Error* /*error*/) { in DefaultTechnology() argument
2157 vector<string> Manager::EnabledTechnologies(Error* /*error*/) { in EnabledTechnologies() argument
2167 vector<string> Manager::UninitializedTechnologies(Error* /*error*/) { in UninitializedTechnologies() argument
2171 RpcIdentifiers Manager::EnumerateDevices(Error* /*error*/) { in EnumerateDevices() argument
2185 RpcIdentifiers Manager::EnumerateProfiles(Error* /*error*/) { in EnumerateProfiles() argument
2193 RpcIdentifiers Manager::EnumerateAvailableServices(Error* /*error*/) { in EnumerateAvailableServices() argument
2203 RpcIdentifiers Manager::EnumerateCompleteServices(Error* /*error*/) { in EnumerateCompleteServices() argument
2211 RpcIdentifiers Manager::EnumerateWatchedServices(Error* /*error*/) { in EnumerateWatchedServices() argument
2223 string Manager::GetActiveProfileRpcIdentifier(Error* /*error*/) { in GetActiveProfileRpcIdentifier() argument
2227 string Manager::GetCheckPortalList(Error* /*error*/) { in GetCheckPortalList() argument
2232 bool Manager::SetCheckPortalList(const string& portal_list, Error* error) { in SetCheckPortalList()
2241 string Manager::GetIgnoredDNSSearchPaths(Error* /*error*/) { in GetIgnoredDNSSearchPaths() argument
2246 Error* /*error*/) { in SetIgnoredDNSSearchPaths() argument
2261 ServiceRefPtr Manager::GetService(const KeyValueStore& args, Error* error) { in GetService()
2280 Error* error) { in GetServiceInner()
2291 Error::PopulateAndLog( in GetServiceInner()
2292 FROM_HERE, error, Error::kInvalidArguments, kErrorTypeRequired); in GetServiceInner()
2299 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, in GetServiceInner()
2310 Error* error) { in ConfigureService()
2317 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ConfigureService()
2352 Error::PopulateAndLog(FROM_HERE, error, Error::kInternalError, in ConfigureService()
2366 Error::PopulateAndLog(FROM_HERE, error, Error::kInternalError, in ConfigureService()
2380 const string& profile_rpcid, const KeyValueStore& args, Error* error) { in ConfigureServiceForProfile()
2382 Error::PopulateAndLog( in ConfigureServiceForProfile()
2383 FROM_HERE, error, Error::kInvalidArguments, kErrorTypeRequired); in ConfigureServiceForProfile()
2391 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, in ConfigureServiceForProfile()
2400 Error::PopulateAndLog(FROM_HERE, error, Error::kNotFound, in ConfigureServiceForProfile()
2405 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in ConfigureServiceForProfile()
2416 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, in ConfigureServiceForProfile()
2424 Error find_error; in ConfigureServiceForProfile()
2477 Error* error) { in SetupServiceInProfile()
2484 Error* error) { in FindMatchingService()
2490 error->Populate(Error::kNotFound, "Matching service was not found"); in FindMatchingService()
2521 void Manager::RecheckPortal(Error* /*error*/) { in RecheckPortal() argument
2545 const string& technology, Error* error) { in RequestScan()
2553 Error::PopulateAndLog(FROM_HERE, error, Error::kInvalidArguments, in RequestScan()
2558 void Manager::SetSchedScan(bool enable, Error* error) { in SetSchedScan()
2573 void Manager::SetTechnologyOrder(const string& order, Error* error) { in SetTechnologyOrder()