Searched defs:Populate (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/apmanager/
H A Derror.cc38 void Error::Populate(Type type, function in class:apmanager::Error
82 error->Populate(type, message, from_here);
/system/connectivity/shill/
H A Derror.cc70 Populate(type);
74 Populate(type, message);
79 void Error::Populate(Type type) { function in class:shill::Error
80 Populate(type, GetDefaultMessage(type));
83 void Error::Populate(Type type, const string& message) { function in class:shill::Error
89 void Error::Populate(Type type,
99 Populate(kSuccess);
103 Populate(error.type_, error.message_);
137 error->Populate(type, message, from_here);
/system/core/metricsd/uploader/
H A Dsystem_profile_cache.cc143 bool SystemProfileCache::Populate( function in class:SystemProfileCache

Completed in 227 milliseconds