Home
last modified time | relevance | path

Searched defs:appPath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/interfaces/kits/want_lite/
H A Dwant.h79 const char *appPath; member
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_record.h49 char *appPath = nullptr; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp650 char *appPath = reinterpret_cast<char *>(UI_Malloc(len)); in ScanThirdApp() local
690 bool GtManagerService::IsSystemBundleInstalledPath(const char *appPath, const List<ToBeInstalledApp… in IsSystemBundleInstalledPath()
706 bool GtManagerService::CheckSystemBundleIsValid(const char *appPath, char **bundleName, int32_t &ve… in CheckSystemBundleIsValid()
727 void GtManagerService::ReloadEntireBundleInfo(const char *appPath, const char *bundleName, in ReloadEntireBundleInfo()
1269 char *appPath = reinterpret_cast<char *>(AdapterMalloc(len)); in QueryPreAppInfo() local
H A Dbundle_manager_service.cpp398 std::string appPath = std::string(appDir) + PATH_SEPARATOR + ent->d_name; in ScanAppDir() local
425 bool ManagerService::CheckSystemBundleIsValid(const char *appPath, char **bundleName, int32_t &vers… in CheckSystemBundleIsValid()
445 void ManagerService::ReloadEntireBundleInfo(const char *appPath, const char *bundleName, int32_t ve… in ReloadEntireBundleInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp83 std::string appPath = ""; in SetAppLibPath() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp79 char *appPath = const_cast<char *>(JsAppContext::GetInstance()->GetCurrentAbilityPath()); in ReadManifest() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp402 std::string appPath; in GetValidAppPath() local
425 std::string appPath = GetValidAppPath(); in AddAppOverlay() local
440 std::string appPath = GetValidAppPath(); in RemoveAppOverlay() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp554 char *ReadJSFile(const char * const appPath, const char * const jsFileName) in ReadJSFile()
717 char *ReadJSFile(const char * const appPath, const char * const jsFileName, uint32_t &fileSize) in ReadJSFile()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1750 std::string appPath = path + OHOS::AppSpawn::APP_JSON_CONFIG; in LoadAppSandboxConfig() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2826 std::string appPath = applicationLibraryPath; in LoadAppLibrary() local