Searched refs:errorMsgBuf (Results 1 – 1 of 1) sorted by relevance
828 uint8_t errorMsgBuf[errorMsgLen]; in GenerateBusinessError() local829 (void)memcpy_s(errorMsgBuf, errorMsgLen, errInfo.errorMsg, errorMsgLen); in GenerateBusinessError()830 struct HksBlob msgBlob = { errorMsgLen, errorMsgBuf }; in GenerateBusinessError()