Home
last modified time | relevance | path

Searched refs:hqfPath (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_boot_scanner.h46 bool ProcessWithBundleHasQuickFixInfo(const std::string &bundleName, const std::string &hqfPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp242 bool QuickFixBootScanner::ProcessWithBundleHasQuickFixInfo(const std::string &bundleName, const std::string &hqfPath, in ProcessWithBundleHasQuickFixInfo() argument
248 if (!ReprocessQuickFix(hqfPath, bundleName)) { in ProcessWithBundleHasQuickFixInfo()
253 invalidQuickFixDir_.emplace_back(hqfPath); in ProcessWithBundleHasQuickFixInfo()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h464 const std::string &loadPath, const std::string &hqfPath, bool isDebug,
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1065 std::string hqfPath = entryHapModuleInfo.hqfInfo.hqfFilePath; in OnStartAbility() local
1066 if (!hqfPath.empty() && isDebugApp) { in OnStartAbility()
1067 hqfPath = std::regex_replace(hqfPath, pattern, std::string(LOCAL_CODE_PATH)); in OnStartAbility()
1069 loadPath.c_str(), hqfPath.c_str()); in OnStartAbility()
1070 if (!resourceManager->AddPatchResource(loadPath.c_str(), hqfPath.c_str())) { in OnStartAbility()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp901 const std::string &loadPath, const std::string &hqfPath, bool isDebug, std::shared_ptr<Context> inputContext) in AddPatchResource()
905 if (!hqfPath.empty() && isDebug) { in AddPatchResource()
906 std::string realHqfPath = std::regex_replace(hqfPath, pattern, LOCAL_CODE_PATH); in AddPatchResource()
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

Completed in 12 milliseconds