Searched refs:device_iot_config_set_str (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_device_iot_config.cc | 35 struct device_iot_config_set_str device_iot_config_set_str; variable 94 bool device_iot_config_set_str(const std::string& section, in device_iot_config_set_str() function 98 return test::mock::device_iot_config::device_iot_config_set_str(section, key, value); in device_iot_config_set_str()
|
D | mock_device_iot_config.h | 150 struct device_iot_config_set_str { struct 162 extern struct device_iot_config_set_str device_iot_config_set_str; argument
|
/packages/modules/Bluetooth/system/device/include/ |
D | device_iot_config.h | 48 bool device_iot_config_set_str(const std::string& section,
|
/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config.cc | 211 bool device_iot_config_set_str(const std::string& section, in device_iot_config_set_str() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_core.cc | 187 device_iot_config_set_str(IOT_CONF_KEY_SECTION_ADAPTER, IOT_CONF_KEY_ADDRESS, in btif_enable_bluetooth_evt()
|
/packages/modules/Bluetooth/system/device/test/ |
D | device_iot_config_test.cc | 2412 device_iot_config_set_str(expected_section, expected_key, input_value)); in TEST_F_WITH_FLAGS() 2429 device_iot_config_set_str(expected_section, expected_key, input_value)); in TEST_F_WITH_FLAGS() 3556 EXPECT_FALSE(device_iot_config_set_str(section, key, value_str)); in TEST_F_WITH_FLAGS()
|