Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp222 int verifyRes = HIAPPEVENT_VERIFY_SUCCESSFUL; in VerifyAppEvent() local
226 verifyRes = ERROR_INVALID_PARAM_NUM; in VerifyAppEvent()
232 verifyRes = ERROR_INVALID_PARAM_NAME; in VerifyAppEvent()
240 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEvent()
248 verifyRes = ERROR_INVALID_LIST_PARAM_SIZE; in VerifyAppEvent()
255 verifyRes = ERROR_INVALID_PARAM_VALUE_LENGTH; in VerifyAppEvent()
262 return verifyRes; in VerifyAppEvent()