Lines Matching refs:CellularService
41 class CellularService : public Service {
51 CellularService(ModemInfo* modem_info,
53 ~CellularService() 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*));
211 base::WeakPtrFactory<CellularService> weak_ptr_factory_;
240 DISALLOW_COPY_AND_ASSIGN(CellularService);