Home | History | Annotate | Download | only in cellular

Lines Matching refs:Error

36 class Error;
57 void Connect(Error* error, const char* reason) override;
58 void Disconnect(Error* error, const char* reason) override;
60 Error* error,
62 void CompleteCellularActivation(Error* error) override;
171 std::string(CellularService::*get)(Error* error),
172 bool(CellularService::*set)(const std::string& value, Error* error));
175 Stringmap(CellularService::*get)(Error* error),
176 bool(CellularService::*set)(const Stringmap& value, Error* error));
179 bool(CellularService::*get)(Error* error),
180 bool(CellularService::*set)(const bool&, Error*));
182 std::string GetDeviceRpcId(Error* error) const override;
184 std::string CalculateActivationType(Error* error);
186 Stringmap GetApn(Error* error);
187 bool SetApn(const Stringmap& value, Error* error);
206 bool IsOutOfCredits(Error* /*error*/);