Searched refs:GetConfigCachePublic (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/gd/storage/ |
H A D | storage_module_test.cc | 92 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() 259 storage->GetConfigCachePublic()->RemoveProperty("01:02:03:ab:cd:ea", "name"); in TEST_F() 266 storage->GetConfigCachePublic()->RemoveSection("01:02:03:ab:cd:ea"); in TEST_F() [all …]
|
/aosp12/system/bt/gd/security/test/ |
H A D | fake_storage_module.h | 32 storage::ConfigCache* GetConfigCachePublic() { in GetConfigCachePublic() function
|