Searched refs:accountIAMService_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_service_test.cpp | 93 sptr<AccountIAMService> accountIAMService_ = nullptr; member in OHOS::AccountTest::AccountIamServiceTest 114 if (accountIAMService_ == nullptr) { in SetUp() 134 res = accountIAMService_->OpenSession(0, challenge); 159 int32_t res = accountIAMService_->CloseSession(-1); 162 res = accountIAMService_->CloseSession(0); 189 accountIAMService_->AddCredential(-1, creInfo, callback); 204 accountIAMService_->AddCredential(0, creInfo, callback); 261 int32_t res = accountIAMService_->Cancel(-1); 276 accountIAMService_->DelCred(-1, 0, token, callback); 291 accountIAMService_->DelUser(-1, token, callback); [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_mgr_service.cpp | 207 return accountIAMService_; in GetAccountIAMService() 329 accountIAMService_ = nullptr; in Init() 384 accountIAMService_ = new (std::nothrow) AccountIAMService(); in CreateIAMService() 385 if (accountIAMService_ == nullptr) { in CreateIAMService()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | account_mgr_service.h | 95 sptr<IRemoteObject> accountIAMService_ = nullptr; variable
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
H A D | account_mgr_service_test.cpp | 355 g_accountMgrService->accountIAMService_ = nullptr;
|