Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module_test.cc92 ConfigCache* GetConfigCachePublic() { in GetConfigCachePublic() function in testing::TestStorageModule
217 ASSERT_NE(storage->GetConfigCachePublic(), nullptr); in TEST_F()
218 ASSERT_TRUE(storage->GetConfigCachePublic()->HasSection("Metrics")); in TEST_F()
219 …ASSERT_THAT(storage->GetConfigCachePublic()->GetPersistentSections(), ElementsAre("01:02:03:ab:cd:… in TEST_F()
221 storage->GetConfigCachePublic()->GetProperty(StorageModule::kAdapterSection, "Address"), in TEST_F()
246 ASSERT_NE(storage->GetConfigCachePublic(), nullptr); in TEST_F()
250 …storage->GetConfigCachePublic()->GetProperty("01:02:03:ab:cd:ea", "name"), Optional(StrEq("hello w… in TEST_F()
251 storage->GetConfigCachePublic()->SetProperty("01:02:03:ab:cd:ea", "name", "foo"); in TEST_F()
252 …ASSERT_THAT(storage->GetConfigCachePublic()->GetProperty("01:02:03:ab:cd:ea", "name"), Optional(St… in TEST_F()
259 storage->GetConfigCachePublic()->RemoveProperty("01:02:03:ab:cd:ea", "name"); in TEST_F()
[all …]