Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc35 struct device_iot_config_get_str device_iot_config_get_str; variable
85 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value, in device_iot_config_get_str() function
88 return test::mock::device_iot_config::device_iot_config_get_str(section, key, value, size_bytes); in device_iot_config_get_str()
Dmock_device_iot_config.h117 struct device_iot_config_get_str { struct
128 extern struct device_iot_config_get_str device_iot_config_get_str; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h41 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value,
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc171 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value, in device_iot_config_get_str() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2197 device_iot_config_get_str(expected_section, expected_key, get_value_str, &size_bytes)); in TEST_F()
2216 device_iot_config_get_str(expected_section, expected_key, get_value_str, &size_bytes)); in TEST_F()