Home
last modified time | relevance | path

Searched refs:device_iot_config_remove (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc41 struct device_iot_config_remove device_iot_config_remove; variable
132 bool device_iot_config_remove(const std::string& section, in device_iot_config_remove() function
135 return test::mock::device_iot_config::device_iot_config_remove(section, key); in device_iot_config_remove()
Dmock_device_iot_config.h243 struct device_iot_config_remove { struct
253 extern struct device_iot_config_remove device_iot_config_remove; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h99 bool device_iot_config_remove(const std::string& section,
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc317 bool device_iot_config_remove(const std::string& section, in device_iot_config_remove() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2966 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()