Home
last modified time | relevance | path

Searched refs:config_new_empty (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc48 struct config_new_empty config_new_empty; variable
118 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function
120 return test::mock::osi_config::config_new_empty(); in config_new_empty()
Dmock_osi_config.h204 struct config_new_empty { struct
209 extern struct config_new_empty config_new_empty; argument
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc87 test::mock::osi_config::config_new_empty.body = in SetUp()
126 test::mock::osi_config::config_new_empty = {}; in TearDown()
153 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()
198 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()
208 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()
224 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()
239 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()
277 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()
295 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()
333 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()
[all …]
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config_int.cc85 config = config_new_empty(); in device_iot_config_module_init()
113 config = config_new_empty(); in device_iot_config_module_init()
Ddevice_iot_config.cc353 config = config_new_empty(); in device_iot_config_clear()
Dinterop.cc431 if (!config_static && !(config_static = config_new_empty())) { in interop_config_init()
441 if (!config_dynamic && !(config_dynamic = config_new_empty())) { in interop_config_init()
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc133 TEST_F(ConfigTest, config_new_empty) { in TEST_F() argument
134 std::unique_ptr<config_t> config = config_new_empty(); in TEST_F()
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc93 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function
100 std::unique_ptr<config_t> config = config_new_empty(); in config_new()
130 std::unique_ptr<config_t> ret = config_new_empty(); in config_new_clone()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h49 std::unique_ptr<config_t> config_new_empty(void);
/packages/modules/Bluetooth/system/main/
Dstack_config.cc78 config = config_new_empty(); in init()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc145 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function