/base/security/deviceauth/services/frameworks/inc/session/ |
D | session_manager.h | 24 #define AUTH_TYPE 1 macro
|
/base/user_iam/auth_executor_mgr/common/coauth/inc/ |
D | executor_message.h | 60 AUTH_TYPE = 100024, enumerator
|
/base/security/deviceauth/services/frameworks/src/session/ |
D | session_manager.c | 61 { 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/ |
D | coauth_info_define.h | 60 AUTH_TYPE = 100024, enumerator
|
/base/user_iam/pin_auth/hdi/main/inc/ |
D | pin_func.h | 70 AUTH_TYPE = 100024, enumerator
|
/base/telephony/data_storage/pdp_profile/include/ |
D | pdp_profile_data.h | 29 static constexpr const char *AUTH_TYPE = "auth_type"; variable
|
/base/security/deviceauth/services/group_auth/src/group_auth_manager_lite/ |
D | group_auth_manager_lite.c | 99 res = ProcessSession(realTask->authReqId, AUTH_TYPE, realTask->authParams); in DoProcessAuthData()
|
/base/security/deviceauth/services/group_auth/src/group_auth_manager/ |
D | group_auth_manager.c | 109 res = ProcessSession(realTask->authReqId, AUTH_TYPE, realTask->authParams); in DoProcessAuthData()
|
/base/user_iam/auth_executor_mgr/test/unittest/src/ |
D | coauth_test.cpp | 59 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/ |
D | useridm_controller.cpp | 264 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()
|
D | useridm_coauth_handler.cpp | 69 condition.SetUint32Value(AuthAttributeType::AUTH_TYPE, credentialInfo.authType); in OnFinishModify()
|
/base/user_iam/user_auth/services/src/ |
D | userauth_adapter.cpp | 94 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/ |
D | coauth_manager.cpp | 182 conditions.GetUint32Value(AUTH_TYPE, authType); in SetExecutorProp() 205 conditions.GetUint32Value(AUTH_TYPE, authType); in GetExecutorProp()
|
/base/telephony/data_storage/pdp_profile/src/ |
D | rdb_pdp_profile_helper.cpp | 56 createTableStr.append(PdpProfileData::AUTH_TYPE).append(" INTEGER, "); in CreatePdpProfileTableStr()
|
/base/telephony/cellular_data/services/src/utils/ |
D | cellular_data_rdb_helper.cpp | 110 result->GetColumnIndex(PdpProfileData::AUTH_TYPE, index); in ReadApnResult()
|
/base/telephony/data_storage/common/src/ |
D | parser_util.cpp | 92 value.PutInt(PdpProfileData::AUTH_TYPE, bean.authType); in ParserPdpProfileToValuesBucket()
|
/base/user_iam/auth_executor_mgr/interfaces/innerkits/src/ |
D | auth_attributes.cpp | 40 {AUTH_TYPE, UINT32TYPE}, in AuthAttributes()
|