Searched refs:model_id_ (Results 1 - 4 of 4) sorted by relevance

/system/weaved/buffet/
H A Dmanager.h137 std::string model_id_; member in class:buffet::final
H A Dmanager.cc313 UpdateValue(this, &Manager::model_id_, settings.model_id,
420 *id = weaved::binder_utils::ToString16(model_id_);
/system/connectivity/shill/cellular/
H A Dcellular.h252 const std::string& model_id() const { return model_id_; }
522 std::string model_id_; member in class:shill::Cellular
H A Dcellular.cc1210 store->RegisterConstString(kModelIDProperty, &model_id_);
1337 if (model_id_ == model_id)
1340 model_id_ = model_id;
1341 adaptor()->EmitStringChanged(kModelIDProperty, model_id_);

Completed in 472 milliseconds