OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_has_section
(Results
1 - 5
of
5
) sorted by null
/system/bt/osi/test/
config_test.cpp
96
TEST_F(ConfigTest,
config_has_section
) {
98
EXPECT_TRUE(
config_has_section
(config, "DID"));
141
EXPECT_FALSE(
config_has_section
(config, "DID"));
/system/bt/main/
bte_conf.c
45
if (!
config_has_section
(config, section_name)) {
/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/btif/src/
btif_config.c
225
if (!
config_has_section
(config, "Adapter")) {
266
bool ret =
config_has_section
(config, section);
/system/bt/osi/src/
config.c
136
bool
config_has_section
(const config_t *config, const char *section) {
function
Completed in 548 milliseconds