Searched refs:device_iot_config_remove (Results 1 – 5 of 5) sorted by relevance
41 struct device_iot_config_remove device_iot_config_remove; variable132 bool device_iot_config_remove(const std::string& section, in device_iot_config_remove() function135 return test::mock::device_iot_config::device_iot_config_remove(section, key); in device_iot_config_remove()
243 struct device_iot_config_remove { struct253 extern struct device_iot_config_remove device_iot_config_remove; argument
99 bool device_iot_config_remove(const std::string& section,
317 bool device_iot_config_remove(const std::string& section, in device_iot_config_remove() function
2966 EXPECT_EQ(device_iot_config_remove(expected_section, expected_key), in TEST_F_WITH_FLAGS()2979 EXPECT_EQ(device_iot_config_remove(expected_section, expected_key), in TEST_F_WITH_FLAGS()3591 EXPECT_FALSE(device_iot_config_remove(section, key)); in TEST_F_WITH_FLAGS()