Searched refs:config_new_clone (Results 1 – 4 of 4) sorted by relevance
78 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument80 std::unique_ptr<config_t> clone = config_new_clone(*config); in TEST_F()
60 std::unique_ptr<config_t> config_new_clone(const config_t& src);
100 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
541 std::unique_ptr<config_t> config_paired = config_new_clone(*config); in btif_config_write()