Home
last modified time | relevance | path

Searched refs:config1 (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_mount_test.cpp141 cJSON *config1 = cJSON_Parse(testJson1); in HWTEST_F() local
142 ASSERT_NE(config1, nullptr); in HWTEST_F()
143 int ret = MountAllHsp(context, config1); // bundles count != modules in HWTEST_F()
144 cJSON_Delete(config1); in HWTEST_F()
190 cJSON *config1 = cJSON_Parse(testJson1); in HWTEST_F() local
191 ASSERT_NE(config1, nullptr); in HWTEST_F()
194 int ret = MountAllHsp(&context, config1); // bundles is null in HWTEST_F()
198 cJSON_Delete(config1); in HWTEST_F()
213 cJSON *config1 = cJSON_Parse(testJson1); in HWTEST_F() local
214 ASSERT_NE(config1, nullpt in HWTEST_F()
261 cJSON *config1 = cJSON_Parse(testDataGroupStr1); HWTEST_F() local
303 cJSON *config1 = cJSON_Parse(testDataGroupStr1); HWTEST_F() local
329 cJSON *config1 = cJSON_Parse(testDataGroupStr1); HWTEST_F() local
536 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
559 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
587 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
615 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
639 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
676 cJSON *config1 = cJSON_Parse(testStr1); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/config/test/unittest/common/
H A Devent_logger_config_test.cpp58 auto config1 = std::make_unique<EventLoggerConfig>(); in HWTEST_F() local
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Diplugin_test.cpp65 IPlugin::PolicyPermissionConfig config1 = IPlugin::PolicyPermissionConfig(); in HWTEST_F() local
66 EXPECT_TRUE(config1.permissionType == IPlugin::PermissionType::UNKNOWN); in HWTEST_F()
67 EXPECT_TRUE(config1.apiType == IPlugin::ApiType::UNKNOWN); in HWTEST_F()

Completed in 2 milliseconds