Lines Matching refs:result
133 ResultCode result = ReadDataFromMsg(msg, readIndex, &uint8Data);
134 if (result != RESULT_SUCCESS) {
167 ResultCode result =
169 if (result != RESULT_SUCCESS) {
236 ResultCode result = ParseAttributeSerializedMsgInner(attribute, msg, readBuffer);
237 if (result != RESULT_SUCCESS) {
242 return result;
264 ResultCode result = ParseAttributeSerializedMsg(attribute, msg);
265 if (result != RESULT_SUCCESS) {
338 ResultCode result =
340 IF_TRUE_LOGE_AND_RETURN_VAL(result != RESULT_SUCCESS, RESULT_GENERAL_ERROR);
342 return result;
483 ResultCode result = RESULT_GENERAL_ERROR;
490 result = SetAttributeUint8Array(attribute, key,
492 if (result != RESULT_SUCCESS) {
499 return result;