Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp95 ASSERT_NE(appAccountAuthenticatorSessionPtr_, nullptr);
97 appAccountAuthenticatorSessionPtr_->Init();
100 appAccountAuthenticatorSessionPtr_->isOpened_ = true;
104 appAccountAuthenticatorSessionPtr_->isOpened_ = false;
106 result = appAccountAuthenticatorSessionPtr_->Open();
118 ASSERT_NE(appAccountAuthenticatorSessionPtr_, nullptr);
127 appAccountAuthenticatorSessionPtr_->isOpened_ = true;
128 appAccountAuthenticatorSessionPtr_->Close();
164 appAccountAuthenticatorSessionPtr_->isOpened_ = true;
165 appAccountAuthenticatorSessionPtr_->Close();
[all …]