OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_has_section
(Results
1 - 5
of
5
) sorted by null
/system/bt/osi/include/
config.h
14
// not exist. In other words, |
config_has_section
| will return false for
57
bool
config_has_section
(const config_t* config, const char* section);
/system/bt/main/
bte_conf.cc
46
if (!
config_has_section
(config, section_name)) {
/system/bt/osi/test/
config_test.cc
93
TEST_F(ConfigTest,
config_has_section
) {
95
EXPECT_TRUE(
config_has_section
(config, "DID"));
140
EXPECT_FALSE(
config_has_section
(config, "DID"));
/system/bt/btif/src/
btif_config.cc
209
if (!
config_has_section
(config, "Adapter")) {
246
return
config_has_section
(config, section);
/system/bt/osi/src/
config.cc
135
bool
config_has_section
(const config_t* config, const char* section) {
function
Completed in 2823 milliseconds