Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp106 bool getAuthTypeRet = Attr.GetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in GetExecutorInfoFromAttributes() local
107 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthTypeRet, false); in GetExecutorInfoFromAttributes()
246 bool getAuthTypeRet = attr.GetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in DecodeAuthParam() local
247 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthTypeRet, false); in DecodeAuthParam()