Searched refs:SetUint16 (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/ |
D | key_value_store_unittest.cc | 186 store_.SetUint16(kKey, kValue); in TEST_F() 268 store_.SetUint16(kUint16Key, kUint16Value); in TEST_F() 462 first.SetUint16("uint16Key", 1); in TEST_F() 463 second.SetUint16("uint16OtherKey", 1); in TEST_F() 468 first.SetUint16("uint16Key", 1); in TEST_F() 469 second.SetUint16("uint16Key", 2); in TEST_F() 513 first.SetUint16("uint16Key", 1); in TEST_F() 525 second.SetUint16("uint16Key", 1); in TEST_F() 566 donor.SetUint16(kUint16Key, kUint16Value); in TEST_F() 621 store.SetUint16(kUint16Key, kUint16Value); in TEST_F()
|
D | key_value_store.h | 108 void SetUint16(const std::string& name, uint16_t value);
|
D | key_value_store.cc | 306 void KeyValueStore::SetUint16(const string& name, uint16_t value) { in SetUint16() function in shill::KeyValueStore
|
/system/connectivity/shill/dhcp/ |
D | dhcpv4_config_unittest.cc | 321 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 600); in TEST_F() 347 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 576); in TEST_F() 359 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 1499); in TEST_F() 369 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 577); in TEST_F()
|
/system/connectivity/shill/wifi/ |
D | wifi_endpoint.cc | 289 args.SetUint16(WPASupplicant::kBSSPropertyFrequency, frequency); in MakeEndpoint()
|
D | wifi_unittest.cc | 1416 bss_properties.SetUint16(WPASupplicant::kBSSPropertyFrequency, frequency); in CreateBSSProperties()
|