/system/connectivity/shill/ |
D | stub_storage.h | 109 bool SetCryptedString(const std::string& group, in SetCryptedString() function
|
D | mock_store.h | 85 MOCK_METHOD3(SetCryptedString, bool(const std::string& group,
|
D | store_interface.h | 164 virtual bool SetCryptedString(const std::string& group,
|
D | fake_store.h | 88 bool SetCryptedString(const std::string& group,
|
D | key_file_store.h | 88 bool SetCryptedString(const std::string& group,
|
D | json_store_unittest.cc | 163 EXPECT_TRUE(store_->SetCryptedString("group_a", "knob_1", our_value)); in TEST_F() 176 EXPECT_TRUE(store_->SetCryptedString("group_a", "knob_1", our_value)); in TEST_F() 223 store_->SetCryptedString("group_a", "crypted_string_knob", "s3kr!t")); in TEST_F() 347 EXPECT_TRUE(store_->SetCryptedString("group_a", "knob_1", "s3kr!t")); in TEST_F() 988 store_->SetCryptedString("group_a", "cryptedstring_knob", "s3kr!t"); in TEST_F()
|
D | eap_credentials_unittest.cc | 297 EXPECT_CALL(store, SetCryptedString(_, _, _)).Times(0); in TEST_F() 308 EXPECT_CALL(store, SetCryptedString( in TEST_F() 312 EXPECT_CALL(store, SetCryptedString( in TEST_F()
|
D | json_store.h | 89 bool SetCryptedString(const std::string& group,
|
D | fake_store.cc | 206 bool FakeStore::SetCryptedString( in SetCryptedString() function in shill::FakeStore
|
D | key_file_store.cc | 384 bool KeyFileStore::SetCryptedString(const string& group, in SetCryptedString() function in shill::KeyFileStore
|
D | key_file_store_unittest.cc | 637 TEST_F(KeyFileStoreTest, SetCryptedString) { in TEST_F() argument 641 ASSERT_TRUE(store_->SetCryptedString(kGroup, kKey, kPlainText)); in TEST_F()
|
D | json_store.cc | 622 bool JsonStore::SetCryptedString( in SetCryptedString() function in shill::JsonStore
|
D | service.cc | 1437 storage->SetCryptedString(id, key, value); in SaveString()
|
D | service_unittest.cc | 632 EXPECT_CALL(storage, SetCryptedString(storage_id_, kKey, kData)) in TEST_F()
|
/system/connectivity/shill/vpn/ |
D | vpn_driver_unittest.cc | 252 SetCryptedString(kStorageID, kPasswordProperty, kPassword)) in TEST_F() 254 EXPECT_CALL(storage, SetCryptedString(_, kOTPProperty, _)).Times(0); in TEST_F() 271 EXPECT_CALL(storage, SetCryptedString(_, kPasswordProperty, _)).Times(0); in TEST_F()
|
D | vpn_driver.cc | 121 storage->SetCryptedString(storage_id, property, value); in Save()
|
/system/connectivity/shill/wifi/ |
D | wifi_service.cc | 413 storage->SetCryptedString(id, kStoragePassphrase, passphrase_); in Save()
|