Home
last modified time | relevance | path

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

/base/security/deviceauth/services/frameworks/inc/session/
Dsession_manager.h24 #define AUTH_TYPE 1 macro
/base/user_iam/auth_executor_mgr/common/coauth/inc/
Dexecutor_message.h60 AUTH_TYPE = 100024, enumerator
/base/security/deviceauth/services/frameworks/src/session/
Dsession_manager.c61 { TYPE_CLIENT_AUTH_SESSION, AUTH_TYPE, CreateClientAuthSession },
62 { TYPE_SERVER_AUTH_SESSION, AUTH_TYPE, CreateServerAuthSession },
65 { TYPE_CLIENT_AUTH_SESSION_LITE, AUTH_TYPE, CreateClientAuthSessionLite },
66 { TYPE_SERVER_AUTH_SESSION_LITE, AUTH_TYPE, CreateServerAuthSessionLite },
/base/user_iam/auth_executor_mgr/interfaces/innerkits/include/
Dcoauth_info_define.h60 AUTH_TYPE = 100024, enumerator
/base/user_iam/pin_auth/hdi/main/inc/
Dpin_func.h70 AUTH_TYPE = 100024, enumerator
/base/telephony/data_storage/pdp_profile/include/
Dpdp_profile_data.h29 static constexpr const char *AUTH_TYPE = "auth_type"; variable
/base/security/deviceauth/services/group_auth/src/group_auth_manager_lite/
Dgroup_auth_manager_lite.c99 res = ProcessSession(realTask->authReqId, AUTH_TYPE, realTask->authParams); in DoProcessAuthData()
/base/security/deviceauth/services/group_auth/src/group_auth_manager/
Dgroup_auth_manager.c109 res = ProcessSession(realTask->authReqId, AUTH_TYPE, realTask->authParams); in DoProcessAuthData()
/base/user_iam/auth_executor_mgr/test/unittest/src/
Dcoauth_test.cpp59 conditions.SetUint32Value(AUTH_TYPE, FACE);
114 conditions.SetUint32Value(AUTH_TYPE, PIN);
517 conditions.SetUint32Value(AUTH_TYPE, FACE);
556 conditions.SetUint32Value(AUTH_TYPE, FACE);
/base/user_iam/user_idm/services/src/
Duseridm_controller.cpp264 condition.SetUint32Value(AuthAttributeType::AUTH_TYPE, authType); in DelFaceCredentialCtrl()
292 condition.SetUint32Value(AuthAttributeType::AUTH_TYPE, info[i].authType); in DelExecutorPinInfoCtrl()
303 condition.SetUint32Value(AuthAttributeType::AUTH_TYPE, info[i].authType); in DelExecutorPinInfoCtrl()
Duseridm_coauth_handler.cpp69 condition.SetUint32Value(AuthAttributeType::AUTH_TYPE, credentialInfo.authType); in OnFinishModify()
/base/user_iam/user_auth/services/src/
Duserauth_adapter.cpp94 int32_t ret = authAttributes.SetUint32Value(AUTH_TYPE, requset.authType); in SetProPropAuthInfo()
228 int32_t ret = cAuthAttributes.SetUint32Value(AUTH_TYPE, requset.authType); in GetExecutorProp()
351 ret = authAttributes.SetUint32Value(AUTH_TYPE, requset.authType); in SetExecutorProp()
/base/user_iam/auth_executor_mgr/services/src/
Dcoauth_manager.cpp182 conditions.GetUint32Value(AUTH_TYPE, authType); in SetExecutorProp()
205 conditions.GetUint32Value(AUTH_TYPE, authType); in GetExecutorProp()
/base/telephony/data_storage/pdp_profile/src/
Drdb_pdp_profile_helper.cpp56 createTableStr.append(PdpProfileData::AUTH_TYPE).append(" INTEGER, "); in CreatePdpProfileTableStr()
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_rdb_helper.cpp110 result->GetColumnIndex(PdpProfileData::AUTH_TYPE, index); in ReadApnResult()
/base/telephony/data_storage/common/src/
Dparser_util.cpp92 value.PutInt(PdpProfileData::AUTH_TYPE, bean.authType); in ParserPdpProfileToValuesBucket()
/base/user_iam/auth_executor_mgr/interfaces/innerkits/src/
Dauth_attributes.cpp40 {AUTH_TYPE, UINT32TYPE}, in AuthAttributes()