HomeSort by relevance Sort by last modified time
    Searched refs:ToValue (Results 1 - 7 of 7) sorted by null

  /external/libbrillo/brillo/
value_conversion.cc 40 std::unique_ptr<base::Value> ToValue(int value) {
44 std::unique_ptr<base::Value> ToValue(bool value) {
48 std::unique_ptr<base::Value> ToValue(double value) {
52 std::unique_ptr<base::Value> ToValue(const char* value) {
56 std::unique_ptr<base::Value> ToValue(const std::string& value) {
value_conversion.h 106 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(int value);
107 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(bool value);
108 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(double value);
109 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(const std::string& value);
112 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(const char* value);
115 std::unique_ptr<base::Value> ToValue(
119 std::unique_ptr<base::Value> ToValue(const std::vector<T, Alloc>& list) {
122 result->Append(ToValue(value).release());
128 std::unique_ptr<base::Value> ToValue(
132 result->Set(pair.first, ToValue(pair.second).release())
    [all...]
  /external/libchrome/base/process/
process_metrics.cc 34 scoped_ptr<Value> SystemMetrics::ToValue() const {
39 res->Set("meminfo", memory_info_.ToValue());
40 res->Set("diskinfo", disk_info_.ToValue());
43 res->Set("swapinfo", swap_info_.ToValue());
process_metrics.h 266 scoped_ptr<Value> ToValue() const;
341 scoped_ptr<Value> ToValue() const;
378 scoped_ptr<Value> ToValue() const;
402 scoped_ptr<Value> ToValue() const;
process_metrics_linux.cc 558 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const {
769 scoped_ptr<Value> SystemDiskInfo::ToValue() const {
895 scoped_ptr<Value> SwapInfo::ToValue() const {
  /system/core/metricsd/
metrics_collector.cc 307 *brillo::ToValue(enabled),
  /external/libweave/src/privet/
privet_handler.cc 120 std::unique_ptr<base::ListValue> ToValue(const Container& list) {
550 ToValue(std::vector<std::string>{GetDeviceUiKind(cloud_->GetModelId())})
    [all...]

Completed in 273 milliseconds