Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc165 static const std::string kReadTestConfig = variable
187 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
210 ASSERT_EQ(*config, kReadTestConfig); in TEST_F()
215 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
262 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
278 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
299 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
Dlegacy_config_file_test.cc61 static const std::string kReadTestConfig = variable
85 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()