Lines Matching refs:Error
114 class Error;
144 void Start(Error* error,
146 void Stop(Error* error, const EnabledStateChangedCallback& callback) override;
147 void Scan(ScanType scan_type, Error* error,
149 void SetSchedScan(bool enable, Error* error) override;
166 Error* error) override;
168 Error* error) override;
169 void RemoveAllWakeOnPacketConnections(Error* error) override;
238 Error* error) override;
247 bool RequestRoam(const std::string& addr, Error* error) override;
383 std::string GetBgscanMethod(const int& argument, Error* error);
384 uint16_t GetBgscanShortInterval(Error* /* error */) {
387 int32_t GetBgscanSignalThreshold(Error* /* error */) {
392 uint16_t GetRoamThreshold(Error* /* error */) /*const*/ {
395 uint16_t GetScanInterval(Error* /* error */) /*const*/ {
400 KeyValueStore GetLinkStatistics(Error* error);
402 bool GetScanPending(Error* /* error */);
404 const int& argument, const std::string& method, Error* error);
405 bool SetBgscanShortInterval(const uint16_t& seconds, Error* error);
406 bool SetBgscanSignalThreshold(const int32_t& dbm, Error* error);
407 bool SetRoamThreshold(const uint16_t& threshold, Error* /*error*/);
408 bool SetScanInterval(const uint16_t& seconds, Error* error);
409 void ClearBgscanMethod(const int& argument, Error* error);
415 // is returned, and |error| is populated.
417 Error* error);
456 int32_t(WiFi::*get)(Error* error),
457 bool(WiFi::*set)(const int32_t& value, Error* error));
461 uint16_t(WiFi::*get)(Error* error),
462 bool(WiFi::*set)(const uint16_t& value, Error* error));
466 bool(WiFi::*get)(Error* error));
475 // true if successful, otherwise returns false and populates |error|
478 const WiFiService* service, Error* error);
486 // true if successful, otherwise returns false and populates |error|
489 const WiFiService* service, Error* error);