Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc57 const std::string StorageModule::kAdapterSection = "Adapter"; member in bluetooth::storage::StorageModule
151 if (!config || !config->HasSection(kAdapterSection)) { in Start()
156 if (!config || !config->HasSection(kAdapterSection)) { in Start()
223 return AdapterConfig(&pimpl_->cache_, &pimpl_->memory_only_cache_, kAdapterSection); in GetAdapterConfig()
Dstorage_module.h48 static const std::string kAdapterSection; variable
Dstorage_module_test.cc221 storage->GetConfigCachePublic()->GetProperty(StorageModule::kAdapterSection, "Address"), in TEST_F()