Searched refs:SetUint64 (Results 1 – 15 of 15) sorted by relevance
/system/connectivity/shill/ |
D | stub_storage.h | 89 bool SetUint64(const std::string& group, in SetUint64() function
|
D | mock_store.h | 73 MOCK_METHOD3(SetUint64, bool(const std::string& group,
|
D | store_interface.h | 136 virtual bool SetUint64(const std::string& group,
|
D | key_file_store.h | 76 bool SetUint64(const std::string& group,
|
D | fake_store.h | 74 bool SetUint64(const std::string& group,
|
D | json_store.h | 75 bool SetUint64(const std::string& group,
|
D | json_store_unittest.cc | 134 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()
|
D | fake_store.cc | 186 bool FakeStore::SetUint64( in SetUint64() function in shill::FakeStore
|
D | key_file_store.cc | 325 bool KeyFileStore::SetUint64( in SetUint64() function in shill::KeyFileStore
|
D | key_file_store_unittest.cc | 491 TEST_F(KeyFileStoreTest, SetUint64) { in TEST_F() argument 496 ASSERT_TRUE(store_->SetUint64(kGroup, kKey, kValue)); in TEST_F()
|
D | json_store.cc | 581 bool JsonStore::SetUint64( in SetUint64() function in shill::JsonStore
|
D | device.cc | 492 storage->SetUint64(id, kStorageReceiveByteCount, GetReceiveByteCount()); in Save() 493 storage->SetUint64(id, kStorageTransmitByteCount, GetTransmitByteCount()); in Save()
|
D | device_unittest.cc | 586 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/ |
D | wifi_service.cc | 418 storage->SetUint64(id, kStorageRoamThreshold, in Save()
|
D | wifi_service_unittest.cc | 2268 SetUint64(StrEq(kStorageId), WiFiService::kStorageRoamThreshold, in TEST_F()
|