Searched refs:kInfoSection (Results 1 – 3 of 3) sorted by relevance
52 const std::string StorageModule::kInfoSection = "Info"; member in bluetooth::storage::StorageModule162 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()
149 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()
43 static const std::string kInfoSection;