Home
last modified time | relevance | path

Searched refs:config_new_clone (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc50 struct config_new_clone config_new_clone; variable
117 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
119 return test::mock::osi_config::config_new_clone(src); in config_new_clone()
Dmock_osi_config.h206 struct config_new_clone { struct
213 extern struct config_new_clone config_new_clone; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc152 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument
154 std::unique_ptr<config_t> clone = config_new_clone(*config); in TEST_F()
/packages/modules/Bluetooth/system/osi/include/
Dconfig.h65 std::unique_ptr<config_t> config_new_clone(const config_t& src);
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc132 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc133 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function