Searched defs:config_set_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_config.h | 270 struct config_set_string { struct 280 extern struct config_set_string config_set_string; argument
|
D | mock_osi_config.cc | 54 struct config_set_string config_set_string; variable 137 void config_set_string(config_t* config, const std::string& section, const std::string& key, in config_set_string() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 207 void config_set_string(config_t* config, const std::string& section, const std::string& key, in config_set_string() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 158 void config_set_string(config_t* config, const std::string& section, const std::string& key, in config_set_string() function
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 49 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string() function
|