Home
last modified time | relevance | path

Searched defs:authTrustLevel (Results 1 – 25 of 29) sorted by relevance

12

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_impl.cpp66 AuthTrustLevel authTrustLevel = AuthTrustLevel(level); in GetAvailableStatus() local
117 AuthTrustLevel authTrustLevel; in Execute() local
160 AuthTrustLevel &authTrustLevel, ResultCode &resultCode) in ParseExecuteSecureLevel()
204 int32_t authTrustLevel; in Auth() local
264 …Code UserAuthImpl::CheckAuthTypeAndAuthTrustLevel(AuthType authType, AuthTrustLevel authTrustLevel) in CheckAuthTypeAndAuthTrustLevel()
Dauth_instance_v9.cpp69 AuthTrustLevel authTrustLevel = AuthTrustLevel(level); in GetAvailableStatus() local
132 uint32_t authTrustLevel; in Init() local
Duser_auth_instance_v10.cpp146 uint32_t authTrustLevel; in InitAuthParam() local
/base/account/os_account/test/fuzztest/iamaccount/getavailablestatus_fuzzer/
Dgetavailablestatus_fuzzer.cpp30 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(size); in GetAvailableStatusFuzzTest() local
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Duser_auth_stub.cpp80 uint32_t authTrustLevel; in GetAvailableStatusStub() local
200 uint32_t authTrustLevel; in AuthStub() local
292 uint32_t authTrustLevel; in ReadWidgetParam() local
318 uint32_t authTrustLevel; in AuthUserStub() local
Duser_auth_proxy.cpp37 …AuthProxy::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
165 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in WriteAuthParam()
187 AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in Auth()
297 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in AuthUser()
/base/account/os_account/test/fuzztest/iamaccount_stub/getavailablestatusstub_fuzzer/
Dgetavailablestatusstub_fuzzer.cpp64 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(size); in GetAvailableStatusStubFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount/auth_fuzzer/
Dauth_fuzzer.cpp44 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(size); in AuthFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount/authuser_fuzzer/
Dauthuser_fuzzer.cpp45 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(size); in AuthUserFuzzTest() local
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Duser_auth_common_defines.h70 AuthTrustLevel authTrustLevel; member
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
Duser_auth_service_fuzzer.cpp127 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzGetAvailableStatus() local
177 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzAuth() local
193 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzAuthUser() local
/base/account/os_account/test/fuzztest/iamaccount_stub/authuserstub_fuzzer/
Dauthuserstub_fuzzer.cpp54 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(size); in AuthUserStubFuzzTest() local
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp118 …thService::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
334 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in GetAuthContextCallback()
355 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in Auth()
408 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in AuthUser()
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_auth_stub_test.cpp67 AuthTrustLevel authTrustLevel) { in __anon07b4aaa90102()
235 sptr<UserAuthCallbackInterface> &callback) { in __anon07b4aaa90402()
297 sptr<UserAuthCallbackInterface> &callback) { in __anon07b4aaa90502()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp191 AuthTrustLevel authTrustLevel, const std::shared_ptr<IDMCallback> &callback) in Auth()
198 AuthTrustLevel authTrustLevel, const std::shared_ptr<IDMCallback> &callback) in AuthUser()
235 int32_t AccountIAMClient::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel, int3… in GetAvailableStatus()
Daccount_iam_mgr_proxy.cpp341 …ccountIAMMgrProxy::GetAvailableStatus(const AuthType authType, const AuthTrustLevel authTrustLevel, in GetAvailableStatus()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_proxy_test.cpp62 .WillOnce([](int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) { in __anon24f79e5e0102()
170 … AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) { in __anon24f79e5e0702()
206 … AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) { in __anon24f79e5e0902()
Duser_auth_client_test.cpp66 AuthTrustLevel authTrustLevel) { in __anon47d8997b0102()
223 sptr<UserAuthCallbackInterface> &callback) { in __anon47d8997b0402()
286 sptr<UserAuthCallbackInterface> &callback) { in __anon47d8997b0502()
/base/useriam/user_auth_framework/services/context/src/
Dwidget_context.cpp120 AuthTrustLevel authTrustLevel, sptr<IamCallbackInterface> &callback) in GetAuthContextCallback()
140 AuthType authType, AuthTrustLevel authTrustLevel) in BuildTask()
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h87 AuthTrustLevel authTrustLevel; member
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_client_impl.cpp80 int32_t UserAuthClientImpl::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
85 …lientImpl::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_mgr_stub.cpp387 uint32_t authTrustLevel; in ProcAuthUser() local
439 uint32_t authTrustLevel; in ProcGetAvailableStatus() local
Daccount_iam_service.cpp126 int32_t AccountIAMService::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel, int… in GetAvailableStatus()
Dinner_account_iam_manager.cpp185 AuthType authType, AuthTrustLevel authTrustLevel, int32_t &status) in GetAvailableStatus()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp80 napi_value authTrustLevel = nullptr; in AuthTrustLevelConstructor() local

12