Home
last modified time | relevance | path

Searched refs:isOpened_ (Results 1 - 8 of 8) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_check_labels_session.cpp33 if (isOpened_) { in Open()
40 isOpened_ = true; in Open()
H A Dapp_account_authenticator_session.cpp81 if (isOpened_) { in ~AppAccountAuthenticatorSession()
113 if (isOpened_) { in Open()
136 isOpened_ = true; in Open()
151 isOpened_ = false; in Close()
161 if (!isOpened_) { in AddClientDeathRecipient()
/base/useriam/fingerprint_auth/services/src/
H A Dservice_ex_manager.cpp44 if (!isOpened_) { in Acquire()
50 isOpened_ = true; in Acquire()
/base/useriam/face_auth/services/src/
H A Dservice_ex_manager.cpp44 if (!isOpened_) { in Acquire()
50 isOpened_ = true; in Acquire()
/base/useriam/face_auth/services/inc/
H A Dservice_ex_manager.h43 bool isOpened_ = false; member in OHOS::UserIam::FaceAuth::ServiceExManager
/base/useriam/fingerprint_auth/services/inc/
H A Dservice_ex_manager.h42 bool isOpened_ = false; member in OHOS::UserIam::FingerprintAuth::ServiceExManager
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp100 appAccountAuthenticatorSessionPtr_->isOpened_ = true; in HWTEST_F()
104 appAccountAuthenticatorSessionPtr_->isOpened_ = false; in HWTEST_F()
127 appAccountAuthenticatorSessionPtr_->isOpened_ = true; in HWTEST_F()
129 ASSERT_EQ(appAccountAuthenticatorSessionPtr_->isOpened_, false); in HWTEST_F()
147 testSessionPtr_->isOpened_ = true; in HWTEST_F()
149 ASSERT_EQ(testSessionPtr_->isOpened_, false); in HWTEST_F()
164 appAccountAuthenticatorSessionPtr_->isOpened_ = true; in HWTEST_F()
166 ASSERT_EQ(appAccountAuthenticatorSessionPtr_->isOpened_, false); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session.h89 bool isOpened_ = false; member in OHOS::AccountSA::AppAccountAuthenticatorSession

Completed in 3 milliseconds