Searched refs:config_remove_key (Results 1 – 3 of 3) sorted by relevance
233 TEST_F(ConfigTest, config_remove_key) { in TEST_F() argument236 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()
134 bool config_remove_key(config_t* config, const std::string& section,
246 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() function