HomeSort by relevance Sort by last modified time
    Searched full:config_has_section (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/osi/test/
config_test.cpp 73 TEST_F(ConfigTest, config_has_section) {
75 EXPECT_TRUE(config_has_section(config, "DID"));
  /external/bluetooth/bluedroid/osi/include/
config.h 14 // not exist. In other words, |config_has_section| will return false for
42 bool config_has_section(const config_t *config, const char *section);
  /external/bluetooth/bluedroid/main/
bte_conf.c 98 if (!config_has_section(config, section_name)) {
  /external/bluetooth/bluedroid/osi/src/
config.c 69 bool config_has_section(const config_t *config, const char *section) { function

Completed in 71 milliseconds