Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc40 struct device_iot_config_exist device_iot_config_exist; variable
126 bool device_iot_config_exist(const std::string& section, in device_iot_config_exist() function
129 return test::mock::device_iot_config::device_iot_config_exist(section, key); in device_iot_config_exist()
Dmock_device_iot_config.h228 struct device_iot_config_exist { struct
238 extern struct device_iot_config_exist device_iot_config_exist; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h97 bool device_iot_config_exist(const std::string& section,
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc62 bool device_iot_config_exist(const std::string& section, in device_iot_config_exist() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc1012 EXPECT_EQ(device_iot_config_exist(expected_section, expected_key), in TEST_F_WITH_FLAGS()
1025 EXPECT_EQ(device_iot_config_exist(expected_section, expected_key), in TEST_F_WITH_FLAGS()
3464 EXPECT_FALSE(device_iot_config_exist(section, key)); in TEST_F_WITH_FLAGS()