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

1 2 3 4 5 6 7 8

  /external/libchrome/base/trace_event/
process_memory_maps.cc 45 value->SetString("sa", StringPrintf(kHexFmt, region.start_address));
46 value->SetString("sz", StringPrintf(kHexFmt, region.size_in_bytes));
48 value->SetString("mf", region.mapped_file);
51 value->SetString(
53 value->SetString(
55 value->SetString(
57 value->SetString(
59 value->SetString(
61 value->SetString("sw", StringPrintf(kHexFmt, region.byte_stats_swapped));
memory_allocator_dump.cc 63 attributes_->SetString("type", kTypeScalar);
64 attributes_->SetString("units", units);
65 attributes_->SetString("value", string_conversion_buffer_);
73 attributes_->SetString("type", kTypeScalar);
74 attributes_->SetString("units", units);
83 attributes_->SetString("type", kTypeString);
84 attributes_->SetString("units", units);
85 attributes_->SetString("value", value);
91 value->SetString("guid", guid_.ToString());
process_memory_totals.cc 23 value->SetString("resident_set_bytes",
26 value->SetString("peak_resident_set_bytes",
32 value->SetString(it.first, StringPrintf("%" PRIx64, it.second));
trace_event_argument_unittest.cc 22 value->SetString("string", "string");
35 value->SetString("str.ing", "str.ing");
51 value->SetString("s1", "foo");
62 value->SetString("s0", "foo");
81 value->SetString("a", "short");
82 value->SetString("b", kLongString);
87 value->SetString("a", kLongString3);
107 dict_value->SetString("string", std::string("a") + "b");
108 dict_value->SetString("string", std::string("a") + "b");
heap_profiler_stack_frame_deduplicator.cc 80 frame_node_value->SetString("name", frame_node->frame);
83 frame_node_value->SetString("parent", stringify_buffer);
  /system/weaved/buffet/
buffet_config_unittest.cc 27 config_store.SetString("client_id", "conf_client_id");
28 config_store.SetString("client_secret", "conf_client_secret");
29 config_store.SetString("api_key", "conf_api_key");
30 config_store.SetString("oauth_url", "conf_oauth_url");
31 config_store.SetString("service_url", "conf_service_url");
32 config_store.SetString("oem_name", "conf_oem_name");
33 config_store.SetString("model_name", "conf_model_name");
34 config_store.SetString("model_id", "ABCDE");
35 config_store.SetString("polling_period_ms", "12345");
36 config_store.SetString("backup_polling_period_ms", "6589")
    [all...]
  /system/connectivity/shill/vpn/
vpn_provider_unittest.cc 100 args.SetString(kTypeProperty, kTypeVPN);
109 args.SetString(kTypeProperty, kTypeVPN);
110 args.SetString(kProviderTypeProperty, "unknown-vpn-type");
111 args.SetString(kProviderHostProperty, kHost);
112 args.SetString(kNameProperty, kName);
120 args.SetString(kTypeProperty, kTypeVPN);
121 args.SetString(kProviderTypeProperty, kProviderOpenVpn);
122 args.SetString(kProviderHostProperty, kHost);
123 args.SetString(kNameProperty, kName);
258 storage.SetString("no_type", "Name", "No Type Entry")
    [all...]
openvpn_management_server_unittest.cc 77 driver_.args()->SetString(kOpenVPNUserProperty, "jojo");
78 driver_.args()->SetString(kOpenVPNPasswordProperty, "yoyo");
79 driver_.args()->SetString(kOpenVPNOTPProperty, "123456");
86 driver_.args()->SetString(kOpenVPNUserProperty, "jojo");
87 driver_.args()->SetString(kOpenVPNTokenProperty, "toto");
94 driver_.args()->SetString(kOpenVPNUserProperty, "jojo");
95 driver_.args()->SetString(kOpenVPNPasswordProperty, "yoyo");
102 driver_.args()->SetString(kOpenVPNPinProperty, "987654");
202 driver_.args()->SetString(kOpenVPNStaticChallengeProperty, kStaticChallenge);
413 driver_.args()->SetString(kOpenVPNUserProperty, "jojo")
    [all...]
  /system/connectivity/shill/
dhcp_properties_unittest.cc 89 dhcp_properties_.properties_.SetString("Hostname", kHostname);
108 dhcp_properties_.properties_.SetString("Hostname", kHostname);
118 dhcp_properties_.properties_.SetString("Hostname", kHostname);
139 dhcp_properties_.properties_.SetString("Hostname", kHostname);
183 dhcp_properties_.properties_.SetString("Hostname", kHostname);
197 dhcp_properties_.properties_.SetString("VendorClass", kVendorClass);
198 dhcp_properties_.properties_.SetString("Hostname", "");
201 SetString(kStorageID, "DHCPProperty.VendorClass", kVendorClass))
204 SetString(kStorageID, "DHCPProperty.Hostname", ""))
211 dhcp_properties_.properties_.SetString("VendorClass", kVendorClass)
    [all...]
default_profile.cc 189 storage()->SetString(kStorageId, kStorageHostName, props_.host_name);
190 storage()->SetString(kStorageId, kStorageName, GetFriendlyName());
192 storage()->SetString(kStorageId,
197 storage()->SetString(kStorageId,
200 storage()->SetString(kStorageId,
203 storage()->SetString(kStorageId,
206 storage()->SetString(kStorageId,
209 storage()->SetString(kStorageId,
212 storage()->SetString(kStorageId,
json_store_unittest.cc 100 EXPECT_TRUE(store_->SetString("group_a", "knob_1", our_value));
183 store_->SetString("group_a", "knob_1", "value_1");
184 store_->SetString("group_b", "knob_1", "value_2");
206 ASSERT_TRUE(store_->SetString("group_a", "random_knob", "random value"));
216 ASSERT_TRUE(store_->SetString("group_a", "string_knob", "stuff goes here"));
269 EXPECT_TRUE(store_->SetString("group_a", "knob_1", "value_1"));
280 EXPECT_TRUE(store_->SetString("group_a", "knob_1", "stuff goes here"));
465 store_->SetString("group_a", "knob_1", "good-string");
895 store_->SetString("group_a", "knob_1", "watch me disappear");
909 store_->SetString("group_a", "knob_1", "watch me disappear")
    [all...]
  /external/libweave/src/
config.cc 255 dict.SetString(config_keys::kClientId, settings_.client_id);
256 dict.SetString(config_keys::kClientSecret, settings_.client_secret);
257 dict.SetString(config_keys::kApiKey, settings_.api_key);
258 dict.SetString(config_keys::kOAuthURL, settings_.oauth_url);
259 dict.SetString(config_keys::kServiceURL, settings_.service_url);
260 dict.SetString(config_keys::kXmppEndpoint, settings_.xmpp_endpoint);
261 dict.SetString(config_keys::kRefreshToken, settings_.refresh_token);
262 dict.SetString(config_keys::kCloudId, settings_.cloud_id);
263 dict.SetString(config_keys::kDeviceId, settings_.device_id);
264 dict.SetString(config_keys::kRobotAccount, settings_.robot_account)
    [all...]
utils.cc 67 output->SetString(kErrorMessageKey, error.GetMessage());
68 output->SetString(kErrorCodeKey, error.GetCode());
device_registration_info_unittest.cc 162 dict.SetString("refresh_token", test_data::kRefreshToken);
163 dict.SetString("cloud_id", test_data::kCloudId);
164 dict.SetString("robot_account", test_data::kRobotAccountEmail);
166 dict.SetString("device_id", test_data::kDeviceId);
265 json.SetString("access_token", test_data::kAccessToken);
308 json.SetString("error", "unable_to_authenticate");
337 json.SetString("error", "invalid_grant");
360 json.SetString("channel.supportedType", "xmpp");
361 json.SetString("deviceKind", "vendor");
362 json.SetString("id", test_data::kCloudId)
    [all...]
  /system/connectivity/shill/dhcp/
dhcpv6_config_unittest.cc 180 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kConfigIPAddress);
183 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix,
199 conf.SetString("UnknownKey", "UnknownValue");
269 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kIPAddress);
270 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix,
286 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kIPAddress);
287 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix,
308 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kIPAddress);
309 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix,
322 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kIPAddress)
    [all...]
  /external/libchrome/base/test/
test_pending_task.cc 39 state->SetString("posting_function", location.ToString());
44 state->SetString("nestability", "NESTABLE");
47 state->SetString("nestability", "NON_NESTABLE");
  /system/connectivity/shill/cellular/
cellular_bearer_unittest.cc 74 ipconfig_properties.SetString("address", kIPv4Address);
75 ipconfig_properties.SetString("gateway", kIPv4Gateway);
77 ipconfig_properties.SetString("dns1", kIPv4DNS[0]);
78 ipconfig_properties.SetString("dns2", kIPv4DNS[1]);
79 ipconfig_properties.SetString("dns3", kIPv4DNS[2]);
89 ipconfig_properties.SetString("address", kIPv6Address);
90 ipconfig_properties.SetString("gateway", kIPv6Gateway);
92 ipconfig_properties.SetString("dns1", kIPv6DNS[0]);
93 ipconfig_properties.SetString("dns2", kIPv6DNS[1]);
94 ipconfig_properties.SetString("dns3", kIPv6DNS[2])
    [all...]
  /system/update_engine/common/
prefs_unittest.cc 97 TEST_F(PrefsTest, SetString) {
99 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
107 EXPECT_FALSE(prefs_.SetString(kKeyWithDots, "some value"));
115 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
123 EXPECT_FALSE(prefs_.SetString(kKey, "test value"));
128 EXPECT_FALSE(prefs_.SetString(kKey, "test value"));
291 prefs_.SetString(kKey, "value");
309 prefs_.SetString(kKey, "value");
321 EXPECT_TRUE(prefs_.SetString(kKey, "value"));
323 EXPECT_TRUE(prefs_.SetString(kKey, "other value"))
    [all...]
mock_prefs.h 33 MOCK_METHOD2(SetString, bool(const std::string& key,
prefs_interface.h 54 virtual bool SetString(const std::string& key, const std::string& value) = 0;
  /system/update_engine/
weave_service.cc 102 state.SetString("_updater.currentChannel", current_channel);
103 state.SetString("_updater.trackingChannel", tracking_channel);
104 state.SetString("_updater.status", UpdateStatusToWeaveStatus(update_status));
  /external/libweave/src/privet/
privet_handler.cc 167 inner->SetString(kErrorDebugInfoKey, location.ToString());
177 parent->SetString(kStatusKey, EnumToString(state.status()));
180 parent->SetString(kStatusKey, kStatusErrorValue);
218 manifest->SetString(kInfoManifestUiDeviceKind,
220 manifest->SetString(kInfoManifestOemName, cloud.GetOemName());
221 manifest->SetString(kInfoManifestModelName, cloud.GetModelName());
245 auth->SetString(kInfoAuthAnonymousMaxScopeKey,
275 result->SetString(kInfoWifiSsidKey, wifi.GetCurrentlyConnectedSsid());
282 result->SetString(kInfoWifiHostedSsidKey, hosted_ssid);
291 gcd->SetString(kInfoIdKey, cloud.GetCloudId())
    [all...]
  /external/libbrillo/brillo/
key_value_store.h 55 void SetString(const std::string& key, const std::string& value);
  /system/update_engine/payload_generator/
fake_filesystem.cc 56 store->SetString("PAYLOAD_MINOR_VERSION", std::to_string(minor_version_));
  /system/connectivity/shill/supplicant/
wpa_supplicant_unittest.cc 68 property_map_.SetString(WPASupplicant::kInterfacePropertySubject,
83 property_map_.SetString(WPASupplicant::kInterfacePropertySubject,

Completed in 476 milliseconds

1 2 3 4 5 6 7 8