Searched refs:ATTR_AUTH_TYPE (Results 1 – 5 of 5) sorted by relevance
77 bool setAuthTypeRet = attr.SetInt32Value(Attributes::ATTR_AUTH_TYPE, executorInfo.authType); in SetExecutorInfoToAttributes()106 bool getAuthTypeRet = Attr.GetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in GetExecutorInfoFromAttributes()229 bool setAuthTypeRet = attr.SetInt32Value(Attributes::ATTR_AUTH_TYPE, authParam.authType); in EncodeAuthParam()246 bool getAuthTypeRet = attr.GetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in DecodeAuthParam()
101 attr.SetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in GetUserAuthProfile()174 bool setAuthTypeResult = extraInfo.SetInt32Value(Attributes::ATTR_AUTH_TYPE, in SetReuseUnlockResult()
509 if (!attr.SetInt32Value(Attributes::ATTR_AUTH_TYPE, authResultInfo_.authType)) { in End()
81 ATTR_AUTH_TYPE = 100024, enumerator
191 if (!extraInfo.GetInt32Value(Attributes::ATTR_AUTH_TYPE, resultHolder->authType)) { in OnResult()