Home
last modified time | relevance | path

Searched refs:config_get_string (Results 1 – 6 of 6) sorted by relevance

/system/bt/main/
Dbte_conf.c56 …strlcpy(record.client_executable_url, config_get_string(config, section_name, "clientExecutableURL… in bte_load_did_conf()
57 …strlcpy(record.service_description, config_get_string(config, section_name, "serviceDescription", … in bte_load_did_conf()
58 …strlcpy(record.documentation_url, config_get_string(config, section_name, "documentationURL", ""),… in bte_load_did_conf()
Dstack_config.c82 …return config_get_string(config, CONFIG_DEFAULT_SECTION, BTSNOOP_LOG_PATH_KEY, "/data/misc/bluedro… in get_btsnoop_log_path()
110 return config_get_string(config, CONFIG_DEFAULT_SECTION, PTS_SMP_PAIRING_OPTIONS_KEY, NULL); in get_pts_smp_options()
/system/bt/osi/test/
Dconfig_test.cpp89 EXPECT_STRNE(config_get_string(config, CONFIG_DEFAULT_SECTION, "first_key", "one"), in TEST_F()
90 config_get_string(clone, CONFIG_DEFAULT_SECTION, "first_key", "one")); in TEST_F()
105 EXPECT_STREQ(config_get_string(config, CONFIG_DEFAULT_SECTION, "first_key", "meow"), "value"); in TEST_F()
/system/bt/btif/src/
Dbtif_config.c183 const char* time_str = config_get_string(config, INFO_SECTION, FILE_TIMESTAMP, NULL); in init()
315 const char *stored_value = config_get_string(config, section, key, NULL); in btif_config_get_str()
348 const char *value_str = config_get_string(config, section, key, NULL); in btif_config_get_bin()
374 const char *value_str = config_get_string(config, section, key, NULL); in btif_config_get_bin_length()
557 dprintf(fd, " File source: %s\n", config_get_string(config, INFO_SECTION, in btif_debug_config_dump()
/system/bt/osi/include/
Dconfig.h78 const char *config_get_string(const config_t *config, const char *section, const char *key, const c…
/system/bt/osi/src/
Dconfig.c182 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string() function