/base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/ |
D | delcred_fuzzer.cpp | 45 AccountIAMClient::GetInstance().DelCred(userId, credentialId, authToken, callback); in DelCredFuzzTest()
|
/base/account/os_account/interfaces/kits/napi/account_iam/include/ |
D | napi_account_iam_identity_manager.h | 36 static napi_value DelCred(napi_env env, napi_callback_info info);
|
/base/account/os_account/interfaces/innerkits/account_iam/native/include/ |
D | iaccount_iam.h | 38 … virtual void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
|
D | account_iam_mgr_proxy.h | 38 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
|
D | account_iam_client.h | 112 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
|
/base/account/os_account/services/accountmgr/include/account_iam/ |
D | account_iam_service.h | 37 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
|
D | inner_account_iam_manager.h | 50 void DelCred(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken,
|
/base/account/os_account/services/accountmgr/src/account_iam/ |
D | account_iam_service.cpp | 118 void AccountIAMService::DelCred( in DelCred() function in OHOS::AccountSA::AccountIAMService 126 InnerAccountIAMManager::GetInstance().DelCred(userId, credentialId, authToken, callback); in DelCred()
|
D | account_iam_mgr_stub.cpp | 310 DelCred(userId, credentialId, authToken, callback); in ProcDelCred()
|
D | inner_account_iam_manager.cpp | 117 void InnerAccountIAMManager::DelCred( in DelCred() function in OHOS::AccountSA::InnerAccountIAMManager
|
/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
D | account_iam_mgr_proxy_test.cpp | 94 accountIAMMgrProxy->DelCred(TEST_USER_ID, 0, authToken, nullptr);
|
D | account_iam_client_test.cpp | 416 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…
|
D | account_iam_client_no_permission_test.cpp | 230 … AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, callback);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_iam_proxy_mock_test.cpp | 164 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testCallbac…
|
/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
D | napi_account_iam_identity_manager.cpp | 39 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/ |
D | account_iam_manager_test.cpp | 605 …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…
|
D | account_iam_service_test.cpp | 255 accountIAMService_->DelCred(0, 0, token, callback);
|
/base/account/os_account/frameworks/account_iam/src/ |
D | account_iam_client.cpp | 113 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()
|
D | account_iam_mgr_proxy.cpp | 179 void AccountIAMMgrProxy::DelCred( in DelCred() function in OHOS::AccountSA::AccountIAMMgrProxy
|