Home
last modified time | relevance | path

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

/system/media/brillo/audio/audioservice/test/
Daudio_volume_handler_test.cpp65 KeyValueStore kv_store; in TEST_F() local
66 kv_store.Load(volume_file_path_); in TEST_F()
72 ASSERT_TRUE(kv_store.GetString(handler_.kCurrentIndexKey_ + "." + in TEST_F()
110 KeyValueStore kv_store; in TEST_F() local
111 kv_store.SetString("foo", "100"); in TEST_F()
112 kv_store.Save(volume_file_path_); in TEST_F()