Searched refs:decodeRet (Results 1 – 3 of 3) sorted by relevance
154 …bool decodeRet = RemoteMsgUtil::DecodeQueryExecutorInfoReply(Attributes(executorInfoMsg_), executo… in StartAuth() local155 IF_FALSE_LOGE_AND_RETURN_VAL(decodeRet, false); in StartAuth()
1993 bool decodeRet = decoder->decode(nullptr); in HeapMemAlloc() local1994 if (!decodeRet) { in HeapMemAlloc()1997 return decodeRet ? SUCCESS : ERR_IMAGE_DATA_UNSUPPORT; in HeapMemAlloc()2039 bool decodeRet = decoder->decode(nullptr); in HeapMemAlloc() local2040 if (!decodeRet) { in HeapMemAlloc()2043 return decodeRet ? SUCCESS : ERR_IMAGE_DATA_UNSUPPORT; in HeapMemAlloc()
1189 bool decodeRet = Attributes::Impl::DecodeUint32Value(arrayLenData, arrayLen); in GetAttributesArrayValue() local1190 if (!decodeRet) { in GetAttributesArrayValue()