Home
last modified time | relevance | path

Searched refs:kTestConfigSaveDelay (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/storage/
H A Dstorage_module_test.cc45 static const std::chrono::milliseconds kTestConfigSaveDelay = std::chrono::milliseconds(100); variable
48 kTestConfigSaveDelay + std::chrono::milliseconds(1000);
137 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()
212 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()
241 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()
291 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()
309 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()
/aosp12/system/bt/gd/security/test/
H A Dfake_storage_module.h26 static const std::chrono::milliseconds kTestConfigSaveDelay = std::chrono::milliseconds(100); variable
30 …FakeStorageModule() : storage::StorageModule("/tmp/temp_config.txt", kTestConfigSaveDelay, 100, fa… in FakeStorageModule()