Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/appexecfwk_lite/appexecfwk_posix/src/
DBundleMgrTest.cpp75 string hapPath = g_testPath + "testjsdemo.hap"; in SetUpTestCase() local
289 string hapPath = g_testPath + "testnative.hap"; variable
320 string hapPath = "appexecfwk/nothishap.hap"; variable
345 string hapPath = g_testPath + "testnative.hap"; variable
369 string hapPath = ""; variable
394 string hapPath = g_testPath + "testdemo.bin"; variable
419 string hapPath = g_testPath + "errpinjie.hap"; variable
475 string hapPath = g_testPath + "testnative.hap"; variable
879 string hapPath = g_testPath + "testGetBundleNameWithLegal127.hap"; variable
981 string hapPath = g_testPath + "frequentlyStress.hap"; variable
/test/xts/acts/ability_lite/ability_posix/src/
DAbilityMgrTest.cpp133 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
941 string hapPath = g_testPath + "testnative_hispark_taurus_linux.hap"; variable
943 string hapPath = g_testPath + "testnative_hispark_taurus_liteos.hap"; variable
DAbilityMgrTest2.cpp131 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
973 string hapPath = g_testPath + "testnative_hispark_aries_linux.hap"; variable
975 string hapPath = g_testPath + "testnative_hispark_aries_liteos.hap"; variable
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap()