Home
last modified time | relevance | path

Searched refs:SetUint8 (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h109 void SetUint8(const std::string& name, uint8_t value);
Dkey_value_store.cc310 void KeyValueStore::SetUint8(const string& name, uint8_t value) { in SetUint8() function in shill::KeyValueStore
Dkey_value_store_unittest.cc195 store_.SetUint8(kKey, kValue); in TEST_F()
/system/connectivity/shill/dhcp/
Ddhcpv4_config_unittest.cc300 conf.SetUint8(DHCPv4Config::kConfigurationKeySubnetCIDR, 16); in TEST_F()