Searched refs:device_iot_config_get_str (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_device_iot_config.cc | 35 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()
|
D | mock_device_iot_config.h | 117 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/ |
D | device_iot_config.h | 41 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value,
|
/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config.cc | 171 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/ |
D | device_iot_config_test.cc | 2197 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()
|