Home
last modified time | relevance | path

Searched defs:authToken (Results 1 - 25 of 38) sorted by relevance

12

/base/account/os_account/test/fuzztest/iamaccount/deluser_fuzzer/
H A Ddeluser_fuzzer.cpp44 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelUserFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/
H A Ddelcred_fuzzer.cpp45 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelCredFuzzTest() local
/base/useriam/user_auth_framework/services/core/src/
H A Dupdate_pin_param_impl.cpp21 UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret, const std::vector<uint8_t> &rootSecret, const std::vector<uint8_t> &authToken) UpdatePinParamImpl() argument
H A Duser_idm_database_impl.cpp125 int32_t UserIdmDatabaseImpl::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() argument
99 DeleteCredentialInfo(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, std::shared_ptr<CredentialInfoInterface> &credInfo) DeleteCredentialInfo() argument
H A Denrollment_impl.cpp60 void EnrollmentImpl::SetAuthToken(const std::vector<uint8_t> &authToken) in SetAuthToken() argument
/base/account/os_account/test/fuzztest/iamaccount_stub/delcredstub_fuzzer/
H A Ddelcredstub_fuzzer.cpp53 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelCredStubFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount_stub/deluserstub_fuzzer/
H A Ddeluserstub_fuzzer.cpp52 std::vector<uint8_t> authToken = {fuzzData.GetData<uint8_t>()}; in DelUserStubFuzzTest() local
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dnapi_screenlock_ability.h65 std::string authToken; member
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dupdate_pin_param_test.cpp48 std::vector<uint8_t> authToken = { 4, 5, 6 }; in HWTEST_F() local
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp87 const std::vector<uint8_t> authToken = {0, 0}; in HWTEST_F() local
/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp144 uint8_t authToken[280] = { 0 }; in HWTEST_F() local
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp280 int32_t ScreenLockManagerProxy::SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) in SetScreenLockAuthState() argument
H A Dscreenlock_app_manager.cpp91 int32_t ScreenLockAppManager::SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) in SetScreenLockAuthState() argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp136 std::string authToken = "test"; in FuzzScreenlockSetAuthState() local
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_stub.cpp298 std::vector<uint8_t> authToken = {}; in DelUserStub() local
331 std::vector<uint8_t> authToken; in DelCredentialStub() local
H A Duser_idm_proxy.cpp286 void UserIdmProxy::DelUser(int32_t userId, const std::vector<uint8_t> authToken, in DelUser() argument
316 DelCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IdmCallbackInterface> &callback) DelCredential() argument
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp132 void UserIdmClientImpl::DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, in DeleteCredential() argument
158 void UserIdmClientImpl::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() argument
/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp153 std::vector<uint8_t> authToken = pinInfo->GetAuthToken(); in InvokeResultCallback() local
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_mgr_proxy.cpp179 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument
214 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp316 std::vector<uint8_t> authToken; in ProcDelCred() local
340 std::vector<uint8_t> authToken; in ProcDelUser() local
H A Daccount_iam_service.cpp135 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument
147 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c318 int32_t ExecCrypt(const struct HksBlob *handle, const struct HksBlob *aad, const struct HksBlob *authToken, in ExecCrypt() argument
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c190 Uint8Buff authToken = { NULL, 0 }; in AccountAuthGeneratePsk() local
[all...]
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp222 std::string authToken = data.ReadString(); in OnSetScreenLockAuthState() local
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/
H A Duser_idm_client_fuzzer.cpp123 std::vector<uint8_t> authToken; in FuzzClientDeleteCredential() local
135 std::vector<uint8_t> authToken; in FuzzClientDeleteUser() local

Completed in 12 milliseconds

12