Searched refs:IsErrorExist (Results 1 – 3 of 3) sorted by relevance
153 if (ClientHelper::IsErrorExist(businessError)) { in NotifyJS()219 if (!ClientHelper::IsErrorExist(businessError)) { in NotifyJS()
221 static bool IsErrorExist(const BusinessError &businessError);
612 if (!IsErrorExist(businessError)) { in BuildBusinessError()732 bool ClientHelper::IsErrorExist(const BusinessError &businessError) in IsErrorExist() function in OHOS::UpdateEngine::ClientHelper