Searched defs:appPath (Results 1 – 10 of 10) sorted by relevance
| /foundation/ability/ability_lite/interfaces/kits/want_lite/ |
| D | want.h | 79 const char *appPath; member
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
| D | ability_record.h | 49 char *appPath = nullptr; member
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| 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
|
| 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()
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/ |
| D | ams_thread.h | 34 char appPath[APP_RECORD_STRING_BUFFER_MAX] = {0}; member
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| D | cj_runtime.cpp | 69 std::string appPath = ""; in SetAppLibPath() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
| D | app_module.cpp | 79 char *appPath = const_cast<char *>(JsAppContext::GetInstance()->GetCurrentAbilityPath()); in ReadManifest() local
|
| /foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
| D | cj_environment.cpp | 207 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/ |
| 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()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| D | main_thread.cpp | 2829 std::string appPath = applicationLibraryPath; in LoadAppLibrary() local
|