Home
last modified time | relevance | path

Searched defs:config_set_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.h270 struct config_set_string { struct
280 extern struct config_set_string config_set_string; argument
Dmock_osi_config.cc54 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/
Dconfig.cc207 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/
Dosi.cc158 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.c49 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string() function