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.cc47 struct config_new_clone config_new_clone; variable
114 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
116 return test::mock::osi_config::config_new_clone(src); in config_new_clone()
Dmock_osi_config.h192 struct config_new_clone { struct
199 extern struct config_new_clone config_new_clone; argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc148 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument
150 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.cc129 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc141 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function