Searched refs:hapPath (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/appexecfwk_lite/appexecfwk_posix/src/ |
H A D | BundleMgrTest.cpp | 75 string hapPath = g_testPath + "testjsdemo.hap";
in SetUpTestCase() local 76 Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in SetUpTestCase() 289 string hapPath = g_testPath + "testnative.hap";
in HWTEST_F() local 291 bool isInstallSuccess = Install(hapPath.c_str(), &installParam, nullptr);
in HWTEST_F() 320 string hapPath = "appexecfwk/nothishap.hap";
in HWTEST_F() local 324 bool installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in HWTEST_F() 345 string hapPath = g_testPath + "testnative.hap";
in HWTEST_F() local 349 bool installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in HWTEST_F() 369 string hapPath = "";
in HWTEST_F() local 373 bool installResult = Install(hapPath in HWTEST_F() 394 string hapPath = g_testPath + "testdemo.bin"; HWTEST_F() local 419 string hapPath = g_testPath + "errpinjie.hap"; HWTEST_F() local 475 string hapPath = g_testPath + "testnative.hap"; HWTEST_F() local 879 string hapPath = g_testPath + "testGetBundleNameWithLegal127.hap"; HWTEST_F() local 981 string hapPath = g_testPath + "frequentlyStress.hap"; HWTEST_F() local [all...] |
/test/xts/acts/ability_lite/ability_posix/src/ |
H A D | AbilityMgrTest.cpp | 133 string hapPath = g_testPath + "testnative_hispark_taurus_linux.hap";
in SetUpTestCase() local 135 string hapPath = g_testPath + "testnative_hispark_taurus_liteos.hap";
in SetUpTestCase() local 137 installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in SetUpTestCase() 941 string hapPath = g_testPath + "testnative_hispark_taurus_linux.hap";
in HWTEST_F() local 943 string hapPath = g_testPath + "testnative_hispark_taurus_liteos.hap";
in HWTEST_F() local 946 auto task = [hapPath]{
in HWTEST_F() 949 bool installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in HWTEST_F()
|
H A D | AbilityMgrTest2.cpp | 131 string hapPath = g_testPath + "testnative_hispark_aries_linux.hap";
in SetUpTestCase() local 133 string hapPath = g_testPath + "testnative_hispark_aries_liteos.hap";
in SetUpTestCase() local 135 installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in SetUpTestCase() 973 string hapPath = g_testPath + "testnative_hispark_aries_linux.hap";
in HWTEST_F() local 975 string hapPath = g_testPath + "testnative_hispark_aries_liteos.hap";
in HWTEST_F() local 978 auto task = [this, hapPath]{
in HWTEST_F() 981 bool installResult = Install(hapPath.c_str(), &installParam, TestBundleStateCallback);
in HWTEST_F()
|
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_notification_publish.cpp | 193 std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetDevattestHapPath()
|
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/scripts/ |
H A D | ohos_app_demo_check.py | 39 parser.add_argument("--hapPath", help="path of haps") 46 get_names(args.hapPath, hap_names)
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | hap_resource_test.cpp | 258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() argument 263 int32_t out = HapParser::ReadIndexFromFile(hapPath, in LoadFromHap()
|
Completed in 6 milliseconds