Home
last modified time | relevance | path

Searched defs:hapPath (Results 126 - 150 of 150) sorted by relevance

123456

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/
H A Dmedialibrary_datamanager_test.cpp68 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1354 RState ResourceManagerImpl::IsLoadHap(std::string &hapPath) in IsLoadHap() argument
H A Dhap_manager.cpp603 std::string hapPath = qd->GetIndexPath(); in GetFilePathFromHap() local
628 std::string hapPath = qd->GetIndexPath(); in GetAbilityExtractor() local
754 int32_t HapManager::GetValidHapPath(std::string &hapPath) in GetValidHapPath() argument
889 bool HapManager::IsLoadHap(std::string &hapPath) in IsLoadHap() argument
1008 std::string hapPath = (*resIter)->GetIndexPath(); RemoveResource() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp161 void WebviewControllerImpl::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() argument
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp525 std::string hapPath = ""; in SetPkgContextInfoMap() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp428 bool JsRuntime::LoadRepairPatch(const std::string& hqfFile, const std::string& hapPath) in LoadRepairPatch() argument
910 LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk) LoadJsBundle() argument
943 LoadJsModule(const std::string& path, const std::string& hapPath, const std::string& srcEntrance) LoadJsModule() argument
970 LoadModule(const std::string& moduleName, const std::string& modulePath, const std::string& hapPath, bool esmodule, bool useCommonChunk, const std::string& srcEntrance) LoadModule() argument
1062 RunScript(const std::string& srcPath, const std::string& hapPath, bool useCommonChunk, const std::string& srcEntrance) RunScript() argument
1134 RunSandboxScript(const std::string& path, const std::string& hapPath) RunSandboxScript() argument
1335 ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::string& content) ReadSourceMapData() argument
1578 UpdatePkgContextInfoJson(std::string moduleName, std::string hapPath, std::string packageName) UpdatePkgContextInfoJson() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp832 std::string hapPath; in InitOthersResourceManagerInner() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp382 auto hapPath = Container::Current()->GetHapPath(); in MediaPlay() local
407 auto hapPath = Container::Current()->GetHapPath(); in RawFilePlay() local
431 auto hapPath = Container::Current()->GetHapPath(); in RelativePathPlay() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1330 ErrCode InstalldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
196 ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) ProcessBundleInstallNative() argument
[all...]
H A Dinstalld_operator.cpp1480 const std::string hapPath = checkEncryptionParam.modulePath; in CheckHapEncryption() local
1736 ErrCode InstalldOperator::ExtractSoFilesToTmpHapPath(const std::string &hapPath, cons argument
459 ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, const std::string &hapPath, const std::string &cpuAbi, const std::string &packageName) ProcessBundleInstallNative() argument
1800 ExtractSoFilesToTmpSoPath(const std::string &hapPath, const std::string &realSoFilesPath, const std::string &cpuAbi, const std::string &tmpSoPath, int32_t uid) ExtractSoFilesToTmpSoPath() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp115 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp117 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1317 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() argument
H A Dnapi_webview_controller.cpp1116 std::string hapPath; in InnerSetHapPath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2634 std::string hapPath = "/system/app/module01/module01.hap"; in HWTEST_F() local
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1922 auto hapPath = hapModuleInfo.hapPath; in SetFormItemModuleInfo() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1224 CreateCjExceptionInfo(const std::string &bundleName, uint32_t versionCode, const std::string &hapPath) CreateCjExceptionInfo() argument
1455 auto hapPath = entryHapModuleInfo.hapPath; HandleLaunchApplication() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1722 void AceContainer::SetHapPath(const std::string& hapPath) in SetHapPath() argument
1927 void AceContainer::AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::string& hapPath, in AddAssetPath() argument
H A Dui_content_impl.cpp889 void UIContentImpl::InitializeDynamic(int32_t hostInstanceId, const std::string& hapPath, const std::string& abcPath, in InitializeDynamic() argument
1109 std::string hapPath = info != nullptr ? info->hapPath : ""; in CommonInitializeForm() local
1180 std::string hapPath; // hap path in sandbox in CommonInitializeForm() local
1657 std::string hapPath = info != nullptr ? info->hapPath : ""; CommonInitialize() local
1726 std::string hapPath; // hap path in sandbox CommonInitialize() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4125 void BundleMgrHostImpl::SetProvisionInfoToInnerBundleInfo(const std::string &hapPath, InnerBundleInfo &info) in SetProvisionInfoToInnerBundleInfo() argument
H A Dbundle_data_mgr.cpp4854 std::string hapPath = abilityInfo.hapPath; in GetShortcutInfosByInnerBundleInfo() local
7229 GetJsonProfileByExtractor(const std::string &hapPath, const std::string &profilePath, std::string &profile) const GetJsonProfileByExtractor() argument
[all...]
H A Dbase_bundle_installer.cpp1036 std::string hapPath = info.GetModuleHapPath(info.GetEntryModuleName()); in VerifyArkWebInstall() local
5477 std::string hapPath in GetTempHapPath() local
5510 std::string hapPath = hapPathRecords_.at(info.first); CheckHapEncryption() local
[all...]
H A Dinner_bundle_info.cpp3862 SetModuleHapPath(const std::string &hapPath) SetModuleHapPath() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h98 std::string hapPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp12717 std::string hapPath = HAP_FILE_PATH; in HWTEST_F() local
[all...]

Completed in 139 milliseconds

123456