Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h163 bool ParseResetAOTCompileStatusOptions(std::string &bundleName, std::string &moduleName,
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3721 bool BundleTestTool::ParseResetAOTCompileStatusOptions(std::string &bundleName, std::string &module… in ParseResetAOTCompileStatusOptions() function in OHOS::AppExecFwk::BundleTestTool
3855 if (!ParseResetAOTCompileStatusOptions(bundleName, moduleName, triggerMode, uid)) { in ResetAOTCompileStatus()