OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btif_config_get_str
(Results
1 - 4
of
4
) sorted by null
/system/bt/btif/include/
btif_config.h
42
bool
btif_config_get_str
(const std::string& section, const std::string& key,
/system/bt/btif/src/
btif_storage.cc
296
ret =
btif_config_get_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME,
299
ret =
btif_config_get_str
("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME,
311
ret =
btif_config_get_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE,
344
if (
btif_config_get_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value,
[
all
...]
btif_config.cc
292
bool
btif_config_get_str
(const std::string& section, const std::string& key,
function
btif_core.cc
417
if ((
btif_config_get_str
("Adapter", "Address", val, &val_size) == 0) ||
[
all
...]
Completed in 91 milliseconds