Lines Matching full:stringmap
81 const Stringmap& olp() const { return olp_; }
86 void set_serving_operator(const Stringmap& serving_operator);
87 const Stringmap& serving_operator() const { return serving_operator_; }
118 Stringmap* GetUserSpecifiedApn();
119 Stringmap* GetLastGoodApn();
120 virtual void SetLastGoodApn(const Stringmap& apn_info);
175 Stringmap(CellularService::*get)(Error* error),
176 bool(CellularService::*set)(const Stringmap& value, Error* error));
186 Stringmap GetApn(Error* error);
187 bool SetApn(const Stringmap& value, Error* error);
190 const Stringmap* apn_info,
194 const Stringmap* apn_info,
200 Stringmap* apn_info);
205 Stringmap* apn_info);
216 Stringmap serving_operator_;
219 Stringmap olp_;
221 Stringmap apn_info_;
222 Stringmap last_good_apn_info_;