Searched refs:config_new_empty (Results 1 – 11 of 11) sorted by relevance
48 struct config_new_empty config_new_empty; variable118 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function120 return test::mock::osi_config::config_new_empty(); in config_new_empty()
204 struct config_new_empty { struct209 extern struct config_new_empty config_new_empty; argument
87 test::mock::osi_config::config_new_empty.body = in SetUp()126 test::mock::osi_config::config_new_empty = {}; in TearDown()153 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()198 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()208 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()224 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()239 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()277 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()295 test::mock::osi_config::config_new_empty.body = [&](void) { in TEST_F_WITH_FLAGS()333 test::mock::osi_config::config_new_empty.body = {}; in TEST_F_WITH_FLAGS()[all …]
85 config = config_new_empty(); in device_iot_config_module_init()113 config = config_new_empty(); in device_iot_config_module_init()
353 config = config_new_empty(); in device_iot_config_clear()
431 if (!config_static && !(config_static = config_new_empty())) { in interop_config_init()441 if (!config_dynamic && !(config_dynamic = config_new_empty())) { in interop_config_init()
133 TEST_F(ConfigTest, config_new_empty) { in TEST_F() argument134 std::unique_ptr<config_t> config = config_new_empty(); in TEST_F()
93 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function100 std::unique_ptr<config_t> config = config_new_empty(); in config_new()130 std::unique_ptr<config_t> ret = config_new_empty(); in config_new_clone()
49 std::unique_ptr<config_t> config_new_empty(void);
78 config = config_new_empty(); in init()
145 std::unique_ptr<config_t> config_new_empty(void) { in config_new_empty() function