Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc37 struct device_iot_config_set_bin device_iot_config_set_bin; variable
108 bool device_iot_config_set_bin(const std::string& section, in device_iot_config_set_bin() function
112 return test::mock::device_iot_config::device_iot_config_set_bin(section, key, value, length); in device_iot_config_set_bin()
Dmock_device_iot_config.h186 struct device_iot_config_set_bin { struct
198 extern struct device_iot_config_set_bin device_iot_config_set_bin; argument
/packages/modules/Bluetooth/system/device/include/
Ddevice_iot_config.h54 bool device_iot_config_set_bin(const std::string& section,
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc279 bool device_iot_config_set_bin(const std::string& section, in device_iot_config_set_bin() function
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2750 EXPECT_TRUE(device_iot_config_set_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2770 EXPECT_TRUE(device_iot_config_set_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2790 EXPECT_TRUE(device_iot_config_set_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
2811 EXPECT_FALSE(device_iot_config_set_bin(expected_section, expected_key, in TEST_F_WITH_FLAGS()
3577 EXPECT_FALSE(device_iot_config_set_bin(section, key, NULL, 0)); in TEST_F_WITH_FLAGS()