Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.h44 static const std::string kFileSourceProperty; variable
Dstorage_module.cc53 const std::string StorageModule::kFileSourceProperty = "FileSource"; member in bluetooth::storage::StorageModule
162 config->SetProperty(kInfoSection, kFileSourceProperty, std::move(file_source)); in Start()
Dstorage_module_test.cc151 …config->GetProperty(StorageModule::kInfoSection, StorageModule::kFileSourceProperty), Optional(Str… in TEST_F()