Home
last modified time | relevance | path

Searched refs:hapFiles (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp284 std::vector<std::string> hapFiles; in Init() local
285 hapFiles.emplace_back(resourceInfo.GetPackagePath()); in Init()
290 initRet = resourceManger_.InitMock(hapFiles, resourceInfo.GetSystemPackagePath(), configuration); in Init()
292 initRet = resourceManger_.Init(hapFiles, handlers); in Init()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.h47 std::vector<std::string> hapFiles; member
H A Dinstaller.cpp83 "BusinessError 401: Parameter error. parameter hapFiles is needed for code signature";
914 const std::vector<std::string> bundleFilePath = asyncCallbackInfo->hapFiles; in InstallExecuter()
1035 if (!CommonFunc::ParseStringArray(env, callbackPtr->hapFiles, args[i])) { in Install()
1064 if (callbackPtr->hapFiles.empty() && !callbackPtr->installParam.verifyCodeParams.empty()) { in Install()
1294 if (!CommonFunc::ParseStringArray(env, callbackPtr->hapFiles, args[i])) { in UpdateBundleForSelf()
1323 if (callbackPtr->hapFiles.empty() && !callbackPtr->installParam.verifyCodeParams.empty()) { in UpdateBundleForSelf()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h192 std::vector<std::string> hapFiles; member
H A Dbundle_mgr.cpp5202 asyncCallbackInfo->hapFiles = bundleFilePaths; in Install()
5227 asyncCallbackInfo->hapFiles, in Install()
5294 asyncCallbackInfo->hapFiles, in Install()

Completed in 16 milliseconds