Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc52 const std::string StorageModule::kInfoSection = "Info"; member in bluetooth::storage::StorageModule
162 config->SetProperty(kInfoSection, kFileSourceProperty, std::move(file_source)); in Start()
169 auto time_str = config->GetProperty(kInfoSection, kTimeCreatedProperty); in Start()
175 config->SetProperty(kInfoSection, kTimeCreatedProperty, ss.str()); in Start()
Dstorage_module_test.cc149 ASSERT_TRUE(config->HasSection(StorageModule::kInfoSection)); in TEST_F()
151 …config->GetProperty(StorageModule::kInfoSection, StorageModule::kFileSourceProperty), Optional(Str… in TEST_F()
154 …auto timestamp = config->GetProperty(StorageModule::kInfoSection, StorageModule::kTimeCreatedPrope… in TEST_F()
Dstorage_module.h43 static const std::string kInfoSection;