Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp154 …bool decodeRet = RemoteMsgUtil::DecodeQueryExecutorInfoReply(Attributes(executorInfoMsg_), executo… in StartAuth() local
155 IF_FALSE_LOGE_AND_RETURN_VAL(decodeRet, false); in StartAuth()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1993 bool decodeRet = decoder->decode(nullptr); in HeapMemAlloc() local
1994 if (!decodeRet) { in HeapMemAlloc()
1997 return decodeRet ? SUCCESS : ERR_IMAGE_DATA_UNSUPPORT; in HeapMemAlloc()
2039 bool decodeRet = decoder->decode(nullptr); in HeapMemAlloc() local
2040 if (!decodeRet) { in HeapMemAlloc()
2043 return decodeRet ? SUCCESS : ERR_IMAGE_DATA_UNSUPPORT; in HeapMemAlloc()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp1189 bool decodeRet = Attributes::Impl::DecodeUint32Value(arrayLenData, arrayLen); in GetAttributesArrayValue() local
1190 if (!decodeRet) { in GetAttributesArrayValue()