Searched refs:accountIAMService_ (Results 1 – 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
D | account_iam_service_test.cpp | 77 sptr<AccountIAMService> accountIAMService_ = nullptr; member in OHOS::AccountTest::AccountIamServiceTest 91 if (accountIAMService_ == nullptr) { in SetUp() 92 accountIAMService_ = new (std::nothrow) AccountIAMService(); in SetUp() 108 int32_t res = accountIAMService_->OpenSession(0, challenge); 120 int32_t res = accountIAMService_->CloseSession(0); 135 accountIAMService_->AddCredential(0, creInfo, callback); 150 accountIAMService_->UpdateCredential(0, creInfo, callback); 162 int32_t res = accountIAMService_->Cancel(0); 177 accountIAMService_->DelCred(0, 0, token, callback); 192 accountIAMService_->DelUser(0, token, callback); [all …]
|
/base/account/os_account/services/accountmgr/src/ |
D | account_mgr_service.cpp | 170 return accountIAMService_; in GetAccountIAMService() 277 accountIAMService_ = nullptr; in Init() 330 accountIAMService_ = new (std::nothrow) AccountIAMService(); in CreateIAMService() 331 if (accountIAMService_ == nullptr) { in CreateIAMService()
|
/base/account/os_account/services/accountmgr/include/ |
D | account_mgr_service.h | 87 sptr<IRemoteObject> accountIAMService_ = nullptr; variable
|
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
D | account_mgr_service_test.cpp | 355 g_accountMgrService->accountIAMService_ = nullptr;
|