Home
last modified time | relevance | path

Searched refs:DelUser (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/deluser_fuzzer/
H A Ddeluser_fuzzer.cpp46 AccountIAMClient::GetInstance().DelUser(userId, authToken, callback); in DelUserFuzzTest()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_identity_manager.h35 static napi_value DelUser(napi_env env, napi_callback_info info);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_idm_service.h39 MOCK_METHOD3(DelUser, void(int32_t userId, const std::vector<uint8_t> authToken,
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp147 void AccountIAMService::DelUser( in DelUser() function in OHOS::AccountSA::AccountIAMService
156 InnerAccountIAMManager::GetInstance().DelUser(userId, authToken, callback); in DelUser()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_idm_interface.h116 virtual void DelUser(int32_t userId, const std::vector<uint8_t> authToken,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_idm_proxy.h42 void DelUser(int32_t userId, const std::vector<uint8_t> authToken,
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Diaccount_iam.h40 virtual void DelUser(
H A Daccount_iam_mgr_proxy.h40 …void DelUser(int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &call…
H A Daccount_iam_client.h122 …void DelUser(int32_t userId, const std::vector<uint8_t> &authToken, const std::shared_ptr<IDMCallb…
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_service.h39 …void DelUser(int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &call…
H A Dinner_account_iam_manager.h45 void DelUser(int32_t userId, const std::vector<uint8_t> &authToken,
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_idm_service.h52 void DelUser(int32_t userId, const std::vector<uint8_t> authToken,
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp96 accountIAMMgrProxy->DelUser(TEST_USER_ID, authToken, nullptr);
H A Daccount_iam_client_test.cpp446 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, nullptr);
447 AccountIAMClient::GetInstance().DelUser(0, testAuthToken, testCallback);
454 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testCallback);
963 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testIDMCallback);
1073 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testIDMCallback);
H A Daccount_iam_client_no_permission_test.cpp246 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, callback);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp679 service.DelUser(testUserId, testAuthToken, testCallback);
681 service.DelUser(testUserId, testAuthToken, testCallback);
691 service.DelUser(testUserId, testAuthToken, testCallback);
709 service.DelUser(testUserId, testAuthToken, testCallback);
746 service.DelUser(testUserId, testAuthToken, testCallback);
H A Duser_idm_stub_test.cpp466 EXPECT_CALL(service, DelUser(_, _, _)).Times(1);
467 ON_CALL(service, DelUser)
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_identity_manager.cpp38 DECLARE_NAPI_FUNCTION("delUser", DelUser), in Init()
293 napi_value NapiAccountIAMIdentityManager::DelUser(napi_env env, napi_callback_info info) in DelUser() function in OHOS::AccountJsKit::NapiAccountIAMIdentityManager
303 … AccountIAMClient::GetInstance().DelUser(context->accountId, context->token, idmCallback); in DelUser()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp654 InnerAccountIAMManager::GetInstance().DelUser(TEST_USER_ID, testAuthToken, nullptr);
655 InnerAccountIAMManager::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testCallback);
663 InnerAccountIAMManager::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testCallback);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_proxy_test.cpp301 EXPECT_CALL(*service, DelUser(_, _, _))
316 proxy->DelUser(testUserId, testAuthToken, testCallback);
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp134 void AccountIAMClient::DelUser( in DelUser() function in OHOS::AccountSA::AccountIAMClient
152 proxy->DelUser(userId, authToken, wrapper); in DelUser()
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_iam_proxy_mock_test.cpp180 AccountIAMClient::GetInstance().DelUser(TEST_USER_ID, testAuthToken, testCallback);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_proxy.cpp286 void UserIdmProxy::DelUser(int32_t userId, const std::vector<uint8_t> authToken, in DelUser() function in OHOS::UserIam::UserAuth::UserIdmProxy
H A Duser_idm_stub.cpp310 DelUser(userId, authToken, callback);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp183 proxy->DelUser(userId, authToken, wrapper); in DeleteUser()

12