Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h151 bool GetIsLoggedIn() const;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp191 EXPECT_FALSE(accountInfo.GetIsLoggedIn());
248 EXPECT_FALSE(accountInfo.GetIsLoggedIn());
311 EXPECT_FALSE(accountInfo.GetIsLoggedIn());
380 EXPECT_FALSE(accountInfo.GetIsLoggedIn());
798 EXPECT_FALSE(accountInfo.GetIsLoggedIn());
804 EXPECT_TRUE(accountInfoAfter.GetIsLoggedIn());
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp163 bool OsAccountInfo::GetIsLoggedIn() const in GetIsLoggedIn() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1823 if (osAccountInfo.GetIsLoggedIn()) { in RetryToGetAccount()
2009 if (!osAccountInfo.GetIsLoggedIn()) { in RetryToGetAccount()
2297 if (osAccountInfo.GetIsLoggedIn()) { in RetryToGetAccount()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2554 EXPECT_FALSE(osAccountInfo.GetIsLoggedIn());
2559 EXPECT_TRUE(osAccountInfo.GetIsLoggedIn());
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map207 "OHOS::AccountSA::OsAccountInfo::GetIsLoggedIn() const";
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp282 napi_get_boolean(env, info.GetIsLoggedIn(), &isLoggedInToJs); in GetOACBInfoToJs()