OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_section_end
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
config.h
106
// sections, the iterator will equal the return value of |
config_section_end
|.
117
const config_section_node_t *
config_section_end
(const config_t *config);
120
// equal the value of |
config_section_end
|. |iter| may not be NULL and must be
127
// equal the value returned by |
config_section_end
|.
/system/bt/osi/test/
config_test.cpp
190
TEST_F(ConfigTest,
config_section_end
) {
195
EXPECT_EQ(section,
config_section_end
(config));
/system/bt/btif/src/
btif_config.c
420
return (const btif_config_section_iter_t *)
config_section_end
(config);
511
while (snode !=
config_section_end
(conf)) {
569
while (snode !=
config_section_end
(config)) {
/system/bt/osi/src/
config.c
261
const config_section_node_t *
config_section_end
(const config_t *config) {
function
Completed in 712 milliseconds