HomeSort by relevance Sort by last modified time
    Searched refs:Populate (Results 1 - 25 of 67) sorted by null

1 2 3

  /system/core/metricsd/uploader/
system_profile_setter.h 30 virtual bool Populate(metrics::ChromeUserMetricsExtension* profile_proto) = 0;
system_profile_cache.h 48 // The cache is populated lazily. The only method needed is Populate.
56 bool Populate(metrics::ChromeUserMetricsExtension* metrics_proto) override;
metrics_log.cc 89 return profile_setter->Populate(uma_proto());
  /system/core/metricsd/uploader/mock/
mock_system_profile_setter.h 29 bool Populate(metrics::ChromeUserMetricsExtension* profile_proto) override {
  /system/connectivity/shill/
error.cc 70 Populate(type);
74 Populate(type, message);
79 void Error::Populate(Type type) {
80 Populate(type, GetDefaultMessage(type));
83 void Error::Populate(Type type, const string& message) {
89 void Error::Populate(Type type,
99 Populate(kSuccess);
103 Populate(error.type_, error.message_);
137 error->Populate(type, message, from_here);
error.h 75 void Populate(Type type); // Uses the default message for |type|.
76 void Populate(Type type, const std::string& message);
77 void Populate(Type type,
100 // populate it.
dns_client.cc 254 error_.Populate(Error::kOperationFailed, kErrorNoData);
257 error_.Populate(Error::kOperationFailed, kErrorFormErr);
260 error_.Populate(Error::kOperationFailed, kErrorServerFail);
263 error_.Populate(Error::kOperationFailed, kErrorNotFound);
266 error_.Populate(Error::kOperationFailed, kErrorNotImp);
269 error_.Populate(Error::kOperationFailed, kErrorRefused);
275 error_.Populate(Error::kOperationFailed, kErrorBadQuery);
278 error_.Populate(Error::kOperationFailed, kErrorNetRefused);
281 error_.Populate(Error::kOperationTimeout, kErrorTimedOut);
284 error_.Populate(Error::kOperationFailed, kErrorUnknown)
    [all...]
static_ip_parameters.cc 313 error->Populate(Error::kNotFound, "Property is not set");
320 error->Populate(Error::kNotFound, "Property is not set");
327 error->Populate(Error::kNotFound, "Property is not set");
338 error->Populate(Error::kInvalidArguments, "Property is read-only");
347 error->Populate(Error::kNotFound, "Property is not set");
359 error->Populate(Error::kNotFound, "Property is not set");
371 error->Populate(Error::kNotFound, "Property is not set");
383 error->Populate(Error::kNotFound, "Property is not set");
395 error->Populate(Error::kNotFound, "Property is not set");
407 error->Populate(Error::kNotFound, "Property is not set")
    [all...]
result_aggregator.cc 65 error_.Populate(Error::kOperationTimeout);
crypto_util_proxy.cc 340 e.Populate(Error::kInternalError, "Failed parsing shim result.");
357 e->Populate(Error::kInternalError, "Internal shim error.");
360 e->Populate(Error::kInternalError, "Shim is out of memory.");
363 e->Populate(Error::kOperationFailed, "Invalid credentials.");
366 e->Populate(Error::kInvalidArguments, "Invalid arguments.");
369 e->Populate(Error::kInternalError, "Unknown error.");
387 e.Populate(Error::kInternalError, "Failed parsing shim result.");
399 e.Populate(Error::kInternalError,
property_accessor.h 93 error->Populate(Error::kInvalidArguments, "Property is read-only");
99 error->Populate(Error::kInvalidArguments, "Property is read-only");
119 error->Populate(Error::kPermissionDenied, "Property is write-only");
193 error->Populate(Error::kInvalidArguments, "Property is read-only");
248 error->Populate(Error::kPermissionDenied, "Property is write-only");
281 error->Populate(Error::kInvalidArguments, "Property is read-only");
287 error->Populate(Error::kInvalidArguments, "Property is read-only");
337 error->Populate(Error::kInvalidArguments, "Property is read-only");
dhcp_properties.cc 139 error->Populate(Error::kNotFound, "Property is not set");
149 error->Populate(Error::kNotFound, "Property is not set");
property_observer_unittest.cc 55 error->Populate(Error::kPermissionDenied);
testing.h 102 error_arg->Populate(error_type_);
  /device/google/contexthub/util/nanotool/
resetreasonevent.cpp 29 event->Populate(buffer);
logevent.cpp 27 event->Populate(buffer);
nanomessage.h 70 virtual bool Populate(const std::vector<uint8_t>& buffer) = 0;
78 bool Populate(const std::vector<uint8_t>& buffer) override;
111 bool Populate(const std::vector<uint8_t>& buffer) override;
135 // Construct and populate a concrete ReadEventResponse from the given buffer
139 bool Populate(const std::vector<uint8_t>& buffer) override;
apptohostevent.cpp 29 event->Populate(buffer);
  /system/connectivity/shill/dbus/
chromeos_third_party_vpn_dbus_adaptor.cc 101 e.Populate(Error::kInvalidArguments, error_message);
118 e.Populate(Error::kInvalidArguments, error_message);
121 e.Populate(Error::kNotSupported, "Connection state is not supported");
134 e.Populate(Error::kWrongState, error_message);
  /system/connectivity/apmanager/
error.cc 38 void Error::Populate(Type type,
82 error->Populate(type, message, from_here);
error.h 47 void Populate(Type type,
61 // populate it.
  /system/connectivity/shill/cellular/
cellular_error.cc 66 return error->Populate(type, msg);
68 return error->Populate(type);
cellular_error_mm1.cc 83 return error->Populate(type, msg);
85 return error->Populate(type);
  /art/runtime/
imtable.h 63 void Populate(ArtMethod** data, size_t pointer_size) {
  /system/connectivity/shill/vpn/
vpn_service.cc 123 error->Populate(Error::kNotSupported);
215 error->Populate(Error::kNotSupported);
217 error->Populate(Error::kOperationFailed);
254 error->Populate(Error::kOperationFailed);

Completed in 5458 milliseconds

1 2 3