Home
last modified time | relevance | path

Searched refs:verifyRes (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp193 bool VerifyAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames, int& verifyRes) in VerifyAppEventParam() argument
198 verifyRes = ERROR_DUPLICATE_PARAM; in VerifyAppEventParam()
204 verifyRes = ERROR_INVALID_PARAM_NAME; in VerifyAppEventParam()
214 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEventParam()
221 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEventParam()
227 verifyRes = ERROR_INVALID_LIST_PARAM_SIZE; in VerifyAppEventParam()
408 int verifyRes = HIAPPEVENT_VERIFY_SUCCESSFUL; in VerifyAppEvent() local
412 if (!VerifyAppEventParam(*it, paramNames, verifyRes)) { in VerifyAppEvent()
422 verifyRes = ERROR_INVALID_PARAM_NUM; in VerifyAppEvent()
425 return verifyRes; in VerifyAppEvent()
[all...]
/base/update/updater/services/applypatch/
H A Dblock_set.cpp315 int32_t verifyRes = VerifySha256(buffer, blockSize, srcHash); in LoadTargetBuffer() local
316 if (verifyRes != 0 && !cmd.GetTransferParams()->canWrite) { in LoadTargetBuffer()
319 if (verifyRes == 0) { in LoadTargetBuffer()

Completed in 3 milliseconds