Home
last modified time | relevance | path

Searched refs:GetQuickFixPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h153 ErrCode GetQuickFixPath(int32_t index, std::vector<std::string> &quickFixPaths) const;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3064 if (result != OHOS::ERR_OK || GetQuickFixPath(index, quickFixPaths) != OHOS::ERR_OK) { in RunAsDeployQuickFix()
3077 ErrCode BundleTestTool::GetQuickFixPath(int32_t index, std::vector<std::string>& quickFixPaths) con… in GetQuickFixPath() function in OHOS::AppExecFwk::BundleTestTool