Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp102 bool RemoteMsgUtil::GetExecutorInfoFromAttributes(const Attributes &Attr, in GetExecutorInfoFromAttributes() argument
106 bool getAuthTypeRet = Attr.GetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in GetExecutorInfoFromAttributes()
111 bool getExecutorRoleRet = Attr.GetInt32Value(Attributes::ATTR_EXECUTOR_ROLE, executorRole); in GetExecutorInfoFromAttributes()
116 Attr.GetUint32Value(Attributes::ATTR_EXECUTOR_SENSOR_HINT, executorInfo.executorSensorHint); in GetExecutorInfoFromAttributes()
119 …bool getExecutorMatcherRet = Attr.GetUint32Value(Attributes::ATTR_EXECUTOR_MATCHER, executorInfo.e… in GetExecutorInfoFromAttributes()
123 bool getEslRet = Attr.GetInt32Value(Attributes::ATTR_ESL, esl); in GetExecutorInfoFromAttributes()
127 …bool getPublicKeyRet = Attr.GetUint8ArrayValue(Attributes::ATTR_PUBLIC_KEY, executorInfo.publicKey… in GetExecutorInfoFromAttributes()
130 …bool getDeviceUdidRet = Attr.GetStringValue(Attributes::ATTR_DEVICE_UDID, executorInfo.deviceUdid); in GetExecutorInfoFromAttributes()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_msg_util.h47 …static bool GetExecutorInfoFromAttributes(const Attributes &Attr, std::vector<uint8_t> &signedRemo…
50 static bool GetExecutorInfoArrayFromAttributes(const Attributes &Attr,
/ohos5.0/drivers/interface/display/graphic/common/v1_1/
H A DBufferHandleMetaKeyType.idl38 * @brief Enumerates the Gralloc Buffer Handle Attr Key types.