OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_get_int
(Results
1 - 7
of
7
) sorted by null
/system/bt/main/
bte_conf.cc
53
config_get_int
(config, section_name, "vendorId", LMP_COMPID_BROADCOM);
54
record.vendor_id_source =
config_get_int
(
56
record.product =
config_get_int
(config, section_name, "productId", 0);
57
record.version =
config_get_int
(config, section_name, "version", 0);
stack_config.cc
100
return
config_get_int
(config, CONFIG_DEFAULT_SECTION,
bte_logmsg.cc
203
config_get_int
(config, CONFIG_DEFAULT_SECTION, functions->trc_name, -1);
/system/bt/osi/test/
config_test.cc
127
EXPECT_EQ(
config_get_int
(config, "DID", "version", 0), 0x1436);
133
EXPECT_EQ(
config_get_int
(config, "DID", "primaryRecord", 123), 123);
153
EXPECT_EQ(
config_get_int
(config, "DID", "productId", 999), 0x1200);
161
EXPECT_EQ(
config_get_int
(config, "DID", "productId", 999), 0x1200);
163
EXPECT_EQ(
config_get_int
(config, "DID", "productId", 999), 999);
/system/bt/osi/include/
config.h
68
int
config_get_int
(const config_t* config, const char* section, const char* key,
/system/bt/btif/src/
btif_config.cc
266
if (ret) *value =
config_get_int
(config, section, key, *value);
/system/bt/osi/src/
config.cc
151
int
config_get_int
(const config_t* config, const char* section, const char* key,
function
Completed in 40 milliseconds