Searched refs:config_remove_key (Results 1 – 4 of 4) sorted by relevance
/system/bt/osi/test/ |
D | config_test.cc | 233 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument 236 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F() 243 EXPECT_TRUE(config_remove_key(config.get(), "DID", "productId")); in TEST_F()
|
/system/bt/osi/include/ |
D | config.h | 134 bool config_remove_key(config_t* config, const std::string& section,
|
/system/bt/osi/src/ |
D | config.cc | 246 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|
/system/bt/test/stub/ |
D | osi.cc | 83 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function
|