Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc36 struct device_iot_config_get_bin device_iot_config_get_bin; variable
101 bool device_iot_config_get_bin(const std::string& section, in device_iot_config_get_bin() function
105 return test::mock::device_iot_config::device_iot_config_get_bin(section, key, value, length); in device_iot_config_get_bin()
Dmock_device_iot_config.h168 struct device_iot_config_get_bin { struct
180 extern struct device_iot_config_get_bin device_iot_config_get_bin; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h51 bool device_iot_config_get_bin(const std::string& section,
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc228 bool device_iot_config_get_bin(const std::string& section, in device_iot_config_get_bin() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2538 EXPECT_FALSE(device_iot_config_get_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2557 EXPECT_FALSE(device_iot_config_get_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2576 EXPECT_FALSE(device_iot_config_get_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2595 EXPECT_FALSE(device_iot_config_get_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2614 EXPECT_TRUE(device_iot_config_get_bin(expected_section, expected_key, value, in TEST_F_WITH_FLAGS()
3570 EXPECT_FALSE(device_iot_config_get_bin(section, key, NULL, NULL)); in TEST_F_WITH_FLAGS()