Home
last modified time | relevance | path

Searched refs:DelCred (Results 1 – 19 of 19) sorted by relevance

/base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/
Ddelcred_fuzzer.cpp45 AccountIAMClient::GetInstance().DelCred(userId, credentialId, authToken, callback); in DelCredFuzzTest()
/base/account/os_account/interfaces/kits/napi/account_iam/include/
Dnapi_account_iam_identity_manager.h36 static napi_value DelCred(napi_env env, napi_callback_info info);
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Diaccount_iam.h38 … virtual void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
Daccount_iam_mgr_proxy.h38 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
Daccount_iam_client.h112 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
/base/account/os_account/services/accountmgr/include/account_iam/
Daccount_iam_service.h37 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
Dinner_account_iam_manager.h50 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_service.cpp118 void AccountIAMService::DelCred( in DelCred() function in OHOS::AccountSA::AccountIAMService
126 InnerAccountIAMManager::GetInstance().DelCred(userId, credentialId, authToken, callback); in DelCred()
Daccount_iam_mgr_stub.cpp310 DelCred(userId, credentialId, authToken, callback); in ProcDelCred()
Dinner_account_iam_manager.cpp117 void InnerAccountIAMManager::DelCred( in DelCred() function in OHOS::AccountSA::InnerAccountIAMManager
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_mgr_proxy_test.cpp94 accountIAMMgrProxy->DelCred(TEST_USER_ID, 0, authToken, nullptr);
Daccount_iam_client_test.cpp416 AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, nullptr);
417 AccountIAMClient::GetInstance().DelCred(0, testCredentialId, testAuthToken, testCallback);
424 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testCallbac…
972 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testIDMCall…
1080 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testIDMCall…
Daccount_iam_client_no_permission_test.cpp230 … AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, callback);
/base/account/os_account/frameworks/test/unittest/
Daccount_iam_proxy_mock_test.cpp164 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testCallbac…
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_identity_manager.cpp39 DECLARE_NAPI_FUNCTION("delCred", DelCred), in Init()
344 napi_value NapiAccountIAMIdentityManager::DelCred(napi_env env, napi_callback_info info) in DelCred() function in OHOS::AccountJsKit::NapiAccountIAMIdentityManager
354 … AccountIAMClient::GetInstance().DelCred(0, context->credentialId, context->token, idmCallback); in DelCred()
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
Daccount_iam_manager_test.cpp605 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, nullp…
607 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testC…
615 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testC…
Daccount_iam_service_test.cpp255 accountIAMService_->DelCred(0, 0, token, callback);
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp113 void AccountIAMClient::DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &a… in DelCred() function in OHOS::AccountSA::AccountIAMClient
131 proxy->DelCred(userId, credentialId, authToken, wrapper); in DelCred()
Daccount_iam_mgr_proxy.cpp179 void AccountIAMMgrProxy::DelCred( in DelCred() function in OHOS::AccountSA::AccountIAMMgrProxy