/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 88 std::string loadPath; in HWTEST_F() local 107 std::string loadPath; in HWTEST_F() local 136 std::string loadPath; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | utils.cpp | 67 std::string loadPath = AbilityBase::ExtractorUtil::GetLoadFilePath(hapPath); in GetStringFromHap() local
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_impl_test.cpp | 1304 std::string loadPath = "test"; in HWTEST_F() local
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 252 std::string loadPath; in GetLoadFilePath() local
|
H A D | file_path_utils.cpp | 445 std::string loadPath = std::regex_replace(hapPath, hapPattern, ""); in GetLoadPath() local
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 295 std::string loadPath = ExtractorUtil::GetLoadFilePath(options.hapPath); in LoadAotFile() local
|
H A D | js_worker.cpp | 398 std::string loadPath = ExtractorUtil::GetLoadFilePath(newHapPath); in ReadFilePathData() local 469 std::string loadPath = ExtractorUtil::GetLoadFilePath((workerInfo_->hapPath).GetOriginString()); in GetAmi() local
|
H A D | js_runtime.cpp | 632 std::string loadPath = ExtractorUtil::GetLoadFilePath(options.hapPath); in LoadAotFile() local 1079 std::string loadPath = ExtractorUtil::GetLoadFilePath(hapPath); in RunScript() local
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 337 std::string loadPath; in LoadResources() local
|
H A D | main_thread.cpp | 1047 std::string loadPath = in OnStartAbility() local 1096 SubscribeOverlayChange(const std::string &bundleName, const std::string &loadPath, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const AppExecFwk::HapModuleInfo &entryHapModuleInfo) SubscribeOverlayChange() argument 1121 OnOverlayChanged(const EventFwk::CommonEventData &data, const std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &bundleName, const std::string &moduleName, const std::string &loadPath) OnOverlayChanged() argument 1143 HandleOnOverlayChanged(const EventFwk::CommonEventData &data, const std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &bundleName, const std::string &moduleName, const std::string &loadPath) HandleOnOverlayChanged() argument 1680 std::string loadPath = HandleLaunchApplication() local [all...] |
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 1509 std::string loadPath = "test"; in HWTEST_F() local 2183 std::string loadPath = "test"; in HWTEST_F() local 2214 std::string loadPath = "test"; in HWTEST_F() local
|
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 231 std::string loadPath; in GetModuleFileName() local 1001 char* loadPath = nativeModulePath[0]; in FindNativeModuleByDisk() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 873 std::string loadPath = in InitResourceManagerInner() local 900 AddPatchResource(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &loadPath, const std::string &hqfPath, bool isDebug, std::shared_ptr<Context> inputContext) AddPatchResource() argument 915 GetOverlayPath(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &bundleName, const std::string &moduleName, std::string &loadPath, bool currentBundle, std::shared_ptr<Context> inputContext) GetOverlayPath() argument 954 SubscribeToOverlayEvents(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &name, const std::string &hapModuleName, std::string &loadPath, std::vector<AppExecFwk::OverlayModuleInfo> overlayModuleInfos) SubscribeToOverlayEvents() argument 1369 OnOverlayChanged(const EventFwk::CommonEventData &data, const std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const std::string &bundleName, const std::string &moduleName, const std::string &loadPath) OnOverlayChanged() argument [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1021 std::string loadPath; in CreateResourceManager() local
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3367 std::string loadPath; in GetResourceManager() local 6704 std::string loadPath = abilityInfo.hapPath.empty() ? abilityInfo.resourcePath : abilityInfo.hapPath; in GetOrientationFromResourceManager() local
|