Home
last modified time | relevance | path

Searched refs:device_iot_config_has_section (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc39 struct device_iot_config_has_section device_iot_config_has_section; variable
121 bool device_iot_config_has_section(const std::string& section) { in device_iot_config_has_section() function
123 return test::mock::device_iot_config::device_iot_config_has_section(section); in device_iot_config_has_section()
Dmock_device_iot_config.h217 struct device_iot_config_has_section { struct
223 extern struct device_iot_config_has_section device_iot_config_has_section; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h96 bool device_iot_config_has_section(const std::string& section);
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc52 bool device_iot_config_has_section(const std::string& section) { in device_iot_config_has_section() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc975 EXPECT_EQ(device_iot_config_has_section(expected_section), return_value); in TEST_F_WITH_FLAGS()
986 EXPECT_EQ(device_iot_config_has_section(expected_section), return_value); in TEST_F_WITH_FLAGS()
3457 EXPECT_FALSE(device_iot_config_has_section(section)); in TEST_F_WITH_FLAGS()