Searched defs:appPath (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/ability_lite/interfaces/kits/want_lite/ |
H A D | want.h | 79 const char *appPath; member
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_record.h | 49 char *appPath = nullptr; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 650 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 D | bundle_manager_service.cpp | 398 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 D | cj_runtime.cpp | 83 std::string appPath = ""; in SetAppLibPath() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | app_module.cpp | 79 char *appPath = const_cast<char *>(JsAppContext::GetInstance()->GetCurrentAbilityPath()); in ReadManifest() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 402 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 D | js_fwk_common.cpp | 554 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 D | sandbox_utils.cpp | 1750 std::string appPath = path + OHOS::AppSpawn::APP_JSON_CONFIG; in LoadAppSandboxConfig() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2826 std::string appPath = applicationLibraryPath; in LoadAppLibrary() local
|