Home
last modified time | relevance | path

Searched refs:SetUint64 (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/
Dstub_storage.h89 bool SetUint64(const std::string& group, in SetUint64() function
Dmock_store.h73 MOCK_METHOD3(SetUint64, bool(const std::string& group,
Dstore_interface.h136 virtual bool SetUint64(const std::string& group,
Dkey_file_store.h76 bool SetUint64(const std::string& group,
Dfake_store.h74 bool SetUint64(const std::string& group,
Djson_store.h75 bool SetUint64(const std::string& group,
Djson_store_unittest.cc134 EXPECT_TRUE(store_->SetUint64("group_a", "knob_1", our_value)); in TEST_F()
219 ASSERT_TRUE(store_->SetUint64("group_a", "uint64_knob", 1)); in TEST_F()
320 EXPECT_TRUE(store_->SetUint64("group_a", "knob_1", 1)); in TEST_F()
984 store_->SetUint64( in TEST_F()
Dfake_store.cc186 bool FakeStore::SetUint64( in SetUint64() function in shill::FakeStore
Dkey_file_store.cc325 bool KeyFileStore::SetUint64( in SetUint64() function in shill::KeyFileStore
Dkey_file_store_unittest.cc491 TEST_F(KeyFileStoreTest, SetUint64) { in TEST_F() argument
496 ASSERT_TRUE(store_->SetUint64(kGroup, kKey, kValue)); in TEST_F()
Djson_store.cc581 bool JsonStore::SetUint64( in SetUint64() function in shill::JsonStore
Ddevice.cc492 storage->SetUint64(id, kStorageReceiveByteCount, GetReceiveByteCount()); in Save()
493 storage->SetUint64(id, kStorageTransmitByteCount, GetTransmitByteCount()); in Save()
Ddevice_unittest.cc586 EXPECT_CALL(storage, SetUint64(id, Device::kStorageReceiveByteCount, _)) in TEST_F()
588 EXPECT_CALL(storage, SetUint64(id, Device::kStorageTransmitByteCount, _)) in TEST_F()
2611 SetUint64(_, Device::kStorageReceiveByteCount, expected_rx)) in ExpectSavedCounts()
2614 SetUint64(_, Device::kStorageTransmitByteCount, expected_tx)) in ExpectSavedCounts()
/system/connectivity/shill/wifi/
Dwifi_service.cc418 storage->SetUint64(id, kStorageRoamThreshold, in Save()
Dwifi_service_unittest.cc2268 SetUint64(StrEq(kStorageId), WiFiService::kStorageRoamThreshold, in TEST_F()