Home
last modified time | relevance | path

Searched refs:device_iot_config_set_str (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc38 struct device_iot_config_set_str device_iot_config_set_str; variable
93 bool device_iot_config_set_str(const std::string& section, const std::string& key, in device_iot_config_set_str() function
96 return test::mock::device_iot_config::device_iot_config_set_str(section, key, value); in device_iot_config_set_str()
Dmock_device_iot_config.h134 struct device_iot_config_set_str { struct
143 extern struct device_iot_config_set_str device_iot_config_set_str; argument
/aosp_15_r20/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h43 bool device_iot_config_set_str(const std::string& section, const std::string& key,
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc228 bool device_iot_config_set_str(const std::string& section, const std::string& key, in device_iot_config_set_str() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc176 device_iot_config_set_str(IOT_CONF_KEY_SECTION_ADAPTER, IOT_CONF_KEY_ADDRESS, bdstr); in btif_enable_bluetooth_evt()
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2296 EXPECT_TRUE(device_iot_config_set_str(expected_section, expected_key, input_value)); in TEST_F_WITH_FLAGS()
2312 EXPECT_TRUE(device_iot_config_set_str(expected_section, expected_key, input_value)); in TEST_F_WITH_FLAGS()
3380 EXPECT_FALSE(device_iot_config_set_str(section, key, value_str)); in TEST_F_WITH_FLAGS()