Home
last modified time | relevance | path

Searched refs:app (Results 1 - 18 of 18) sorted by relevance

/test/xts/acts/graphic/vkgl/src/deqpgles3/
H A DDeqpgles3BaseFunc.cpp64 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 DDeqpgles2BaseFunc.cpp64 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 DKhrgles31BaseFunc.cpp64 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 DKhrgles32BaseFunc.cpp64 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 DKhrglesextBaseFunc.cpp64 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 DDeqpgles31BaseFunc.cpp64 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 DEglBaseFunc.cpp68 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 DKhrgles2BaseFunc.cpp64 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 DKhrgles3BaseFunc.cpp64 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 DRelationalStoreCustomDir.test.js246 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 Dwidget_selector.cpp66 void WidgetSelector::AddAppLocator(string app) in AddAppLocator() argument
68 appLocator_ = app; in AddAppLocator()
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.cpp269 const auto app = element.GetBundleName(); in WrapperNodeAttrToVec() local
270 widget.SetAttr(UiAttr::BUNDLENAME, app); in WrapperNodeAttrToVec()
H A Dsystem_ui_controller.cpp308 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 Dkit.py708 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 Dkit_lite.py659 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 Dohos_common.cpp200 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 Dreport.cpp204 // 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 Dutil.test.js18 import app from '@system.app'
8696 let result = proc.isModuleNamespaceObject(app);

Completed in 19 milliseconds