/test/xts/acts/graphic/vkgl/src/deqpgles3/ |
H A D | Deqpgles3BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/deqpgles2/ |
H A D | Deqpgles2BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles31/ |
H A D | Khrgles31BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles32/ |
H A D | Khrgles32BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrglesext/ |
H A D | KhrglesextBaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/deqpgles31/ |
H A D | Deqpgles31BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/egl/ |
H A D | EglBaseFunc.cpp | 68 de::UniquePtr<tcu::App> app(new tcu::App(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 71 if (!app->iterate()) { in RunTestKHRGLES() 75 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 76 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 77 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 78 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 79 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 80 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 81 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles2/ |
H A D | Khrgles2BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles3/ |
H A D | Khrgles3BaseFunc.cpp | 64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES() 66 if (!app->iterate()) { in RunTestKHRGLES() 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES() 71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES() 72 runResult.numExecuted = app->getResult().numExecuted; in RunTestKHRGLES() 73 runResult.numFailed = app->getResult().numFailed; in RunTestKHRGLES() 74 runResult.numNotSupported = app->getResult().numNotSupported; in RunTestKHRGLES() 75 runResult.numWarnings = app->getResult().numWarnings; in RunTestKHRGLES() 76 runResult.numWaived = app->getResult().numWaived; in RunTestKHRGLES()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCustomDir.test.js | 246 customDir: "data/app/el2/100/database/bundleName/rdb/testrdb/test/rdb"
275 customDir: "data/app/el2/100/database/bundleName/rdb/testrdb/test/rdb"
300 customDir: "data/app/el2/100/database/bundleName/rdb/testrdb/test/rdb"
663 customDir: "data/app/el2/100/database/bundleName/rdb/ttst/tee00/11/tee2288000000/#% 0t00/123323vjkdfn/48378498/nvnvnvn/88999/vvbbb/nvjdnvj/8"
692 customDir: "data/app/el2/100/database/bundleName/rdb/ttst/tee00/11/tee2288000000/#% 0t00/123323vjkdfn/48378498/nvnvnvn/88999/vvbbb/nvjdnvj/8"
717 customDir: "data/app/el2/100/database/bundleName/rdb/ttst/tee00/11/tee2288000000/#% 0t00/123323vjkdfn/48378498/nvnvnvn/88999/vvbbb/nvjdnvj/78"
750 customDir: "data/app/el2/100/database/bundleName/rdb/ttst/tee00/11/tee2288000000/#% 0t00/123323vjkdfn/48378498/nvnvnvn/88999/vvbbb/nvjdnvj/78"
780 customDir: "data/app/el2/100/database/bundleName/rdb/test"
792 customDir: "data/app/el2/100/database/bundleName/rdb/test"
815 customDir: "data/app/el [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | widget_selector.cpp | 66 void WidgetSelector::AddAppLocator(string app) in AddAppLocator() argument 68 appLocator_ = app; in AddAppLocator()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | element_node_iterator_impl.cpp | 269 const auto app = element.GetBundleName(); in WrapperNodeAttrToVec() local 270 widget.SetAttr(UiAttr::BUNDLENAME, app); in WrapperNodeAttrToVec()
|
H A D | system_ui_controller.cpp | 308 std::string app = element.GetBundleName(); in InflateWindowInfo() local 309 LOG_I("End Get Bundle Name by WindowId %{public}d, app is %{public}s", node.GetWindowId(), app.data()); in InflateWindowInfo() 310 info.bundleName_ = app; in InflateWindowInfo() 312 info.abilityName_ = (app == foreAbility.GetBundleName()) ? foreAbility.GetAbilityName() : ""; in InflateWindowInfo() 313 info.pagePath_ = (app == foreAbility.GetBundleName()) ? element.GetPagePath() : ""; in InflateWindowInfo()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 708 LOG.info("No app to install, skipping!") 710 # to disable app install alert 711 for app in self.app_list: 713 app_file = get_file_absolute_path(app, self.paths, 716 app_file = get_file_absolute_path(app, self.paths) 718 LOG.error("The app file {} does not exist".format(app)) 736 for app in self.installed_app: 737 app_name = get_app_name(app) 747 LOG.warning("Can't find app nam [all...] |
H A D | kit_lite.py | 659 LOG.info("No app to install, skipping!") 662 for app in self.app_list: 663 if app.endswith(".hap"): 673 "./bin/bm install -p %s" % app, timeout=60)
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.cpp | 200 file.open("cout.csv", ios::app); in allclose() 292 file.open("cout.csv", ios::app); in allclose_int8()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 204 // record app used to control data display in SyncInputInfo() 320 // show all app and detail in SegmentedWriteCSV() 328 // loop app show name-type statistics content in SegmentedWriteCSV() 384 // show all app and detail in SegmentedWriteJson() 398 // loop app show name-type statistics content in SegmentedWriteJson() 462 std::fstream jsonFileStream(reportFocusInputFileName_, std::ios::app); in SegmentedWriteForFocusInput()
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 18 import app from '@system.app' 8696 let result = proc.isModuleNamespaceObject(app);
|