Home
last modified time | relevance | path

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

/foundation/ability/ability_lite/interfaces/kits/want_lite/
Dwant.h79 const char *appPath; member
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
Dability_record.h49 char *appPath = nullptr; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
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
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()
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
Dams_thread.h34 char appPath[APP_RECORD_STRING_BUFFER_MAX] = {0}; member
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dcj_runtime.cpp69 std::string appPath = ""; in SetAppLibPath() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
Dapp_module.cpp79 char *appPath = const_cast<char *>(JsAppContext::GetInstance()->GetCurrentAbilityPath()); in ReadManifest() local
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
Dcj_environment.cpp207 void CJEnvironment::SetAppPath(const std::string& appPath) in SetAppPath()
614 void CJEnvironment::InitCJNS(const std::string& appPath) in InitCJNS()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
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()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp2829 std::string appPath = applicationLibraryPath; in LoadAppLibrary() local