Searched refs:config_get_int (Results 1 – 7 of 7) sorted by relevance
/system/bt/main/ |
D | bte_conf.cc | 53 config_get_int(*config, section_name, "vendorId", LMP_COMPID_GOOGLE); in bte_load_did_conf() 54 record.vendor_id_source = config_get_int( in bte_load_did_conf() 56 record.product = config_get_int(*config, section_name, "productId", 0); in bte_load_did_conf() 57 record.version = config_get_int(*config, section_name, "version", 0); in bte_load_did_conf()
|
D | stack_config.cc | 107 return config_get_int(*config, CONFIG_DEFAULT_SECTION, in get_pts_smp_failure_case()
|
D | bte_logmsg.cc | 237 int value = config_get_int(*config, CONFIG_DEFAULT_SECTION, in load_levels_from_config()
|
/system/bt/osi/test/ |
D | config_test.cc | 199 EXPECT_EQ(config_get_int(*config, "DID", "version", 0), 0x1436); in TEST_F() 204 EXPECT_EQ(config_get_int(*config, "DID", "primaryRecord", 123), 123); in TEST_F() 235 EXPECT_EQ(config_get_int(*config, "DID", "productId", 999), 0x1200); in TEST_F() 242 EXPECT_EQ(config_get_int(*config, "DID", "productId", 999), 0x1200); in TEST_F() 244 EXPECT_EQ(config_get_int(*config, "DID", "productId", 999), 999); in TEST_F()
|
/system/bt/osi/include/ |
D | config.h | 79 int config_get_int(const config_t& config, const std::string& section,
|
/system/bt/osi/src/ |
D | config.cc | 151 int config_get_int(const config_t& config, const std::string& section, in config_get_int() function
|
/system/bt/test/stub/ |
D | osi.cc | 111 int config_get_int(const config_t& config, const std::string& section, in config_get_int() function
|