Home
last modified time | relevance | path

Searched refs:config3 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Diplugin_test.cpp78 IPlugin::PolicyPermissionConfig config3 = IPlugin::PolicyPermissionConfig(perms, variable
80 EXPECT_TRUE(config3.tagPermissions.size() == 2);
81 EXPECT_TRUE(config3.permissionType == IPlugin::PermissionType::NORMAL_DEVICE_ADMIN);
82 EXPECT_TRUE(config3.apiType == IPlugin::ApiType::SYSTEM);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_helper_test.cpp137 RdbStoreConfig config3(""); variable
145 int ret3 = RdbHelper::DeleteRdbStore(config3);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp92 EGLConfig config3 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI() local
159 eglWrapperDisplay->CreatePbufferSurface(config3, &attribList5); in DoSomethingInterestingWithMyAPI()