Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc87 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
97 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
113 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
139 std::unique_ptr<config_t> config = config_new("/meow"); in TEST_F()
143 TEST_F(ConfigTest, config_new) { in TEST_F() argument
144 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
149 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
164 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
169 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
178 std::unique_ptr<config_t> config = config_new(CONFIG_FILE); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc46 struct config_new config_new; variable
110 std::unique_ptr<config_t> config_new(const char* filename) { in config_new() function
112 return test::mock::osi_config::config_new(filename); in config_new()
Dmock_osi_config.h180 struct config_new { struct
187 extern struct config_new config_new; argument
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc92 test::mock::osi_config::config_new.body = in SetUp()
127 test::mock::osi_config::config_new = {}; in TearDown()
149 test::mock::osi_config::config_new.body = [&](const char* filename) { in TEST_F_WITH_FLAGS()
197 test::mock::osi_config::config_new.body = {}; in TEST_F_WITH_FLAGS()
204 test::mock::osi_config::config_new.body = [&](const char* filename) { in TEST_F_WITH_FLAGS()
223 test::mock::osi_config::config_new.body = {}; in TEST_F_WITH_FLAGS()
235 test::mock::osi_config::config_new.body = [&](const char* filename) { in TEST_F_WITH_FLAGS()
276 test::mock::osi_config::config_new.body = {}; in TEST_F_WITH_FLAGS()
288 test::mock::osi_config::config_new.body = [&](const char* filename) { in TEST_F_WITH_FLAGS()
332 test::mock::osi_config::config_new.body = {}; in TEST_F_WITH_FLAGS()
[all …]
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config_int.cc74 config = config_new(IOT_CONFIG_FILE_PATH); in device_iot_config_module_init()
79 config = config_new(IOT_CONFIG_BACKUP_PATH); in device_iot_config_module_init()
Dinterop.cc426 if (!(config_static = config_new(INTEROP_STATIC_FILE_PATH))) { in interop_config_init()
436 if (!(config_dynamic = config_new(INTEROP_DYNAMIC_FILE_PATH))) { in interop_config_init()
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc40 std::unique_ptr<config_t> config = config_new(p_path); in bte_load_did_conf()
Dstack_config.cc75 config = config_new(path); in init()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h55 std::unique_ptr<config_t> config_new(const char* filename);
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc97 std::unique_ptr<config_t> config_new(const char* filename) { in config_new() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc137 std::unique_ptr<config_t> config_new(const char* filename) { in config_new() function