Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc51 struct config_new_empty config_new_empty; variable
121 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function
123 return test::mock::osi_config::config_new_empty(); in config_new_empty()
Dmock_osi_config.h218 struct config_new_empty { struct
223 extern struct config_new_empty config_new_empty; argument
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc95 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function
102 std::unique_ptr<config_t> config = config_new_empty(); in config_new()
133 std::unique_ptr<config_t> ret = config_new_empty(); in config_new_clone()
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc137 TEST_F(ConfigTest, config_new_empty) { in TEST_F() argument
138 std::unique_ptr<config_t> config = config_new_empty(); in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config_transcode.cc51 std::unique_ptr<config_t> config = config_new_empty(); in btif_config_transcode()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h49 std::unique_ptr<config_t> config_new_empty(void);
/packages/modules/Bluetooth/system/main/
Dstack_config.cc77 config = config_new_empty(); in init()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc137 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function