Searched refs:RemoveHqfInfo (Results 1 – 4 of 4) sorted by relevance
59 if (!RemoveHqfInfo(item.moduleName)) { in AddHqfInfo()67 bool InnerAppQuickFix::RemoveHqfInfo(const std::string &moduleName) in RemoveHqfInfo() function in OHOS::AppExecFwk::InnerAppQuickFix
58 bool RemoveHqfInfo(const std::string &moduleName);
303 ErrCode result = innerAppQuickFix->RemoveHqfInfo("moduleNameNo");324 ErrCode result = innerAppQuickFix->RemoveHqfInfo("moduleName");
4231 auto ret = innerAppQuickFix.RemoveHqfInfo("com.example.bmsaccesstoken.MyApplication1");4243 auto ret = innerAppQuickFix.RemoveHqfInfo("com.example.bmsaccesstoken.MyApplication1");4255 auto ret = innerAppQuickFix.RemoveHqfInfo("");