Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h75 virtual ErrCode SetOsAccountIsLoggedIn(const int32_t id, const bool isLoggedIn) = 0;
H A Diinner_os_account_manager.h80 ErrCode SetOsAccountIsLoggedIn(const int32_t id, const bool isLoggedIn) override;
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2546 EXPECT_EQ(osAccountManagerService_->innerManager_.SetOsAccountIsLoggedIn(localId + 1, true),
2550 EXPECT_EQ(osAccountManagerService_->innerManager_.SetOsAccountIsLoggedIn(localId, true),
2557 … EXPECT_EQ(osAccountManagerService_->innerManager_.SetOsAccountIsLoggedIn(localId, true), ERR_OK);
2564 … EXPECT_EQ(osAccountManagerService_->innerManager_.SetOsAccountIsLoggedIn(localId, false), ERR_OK);
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp173 (void)IInnerOsAccountManager::GetInstance().SetOsAccountIsLoggedIn(authedAccountId, true); in OnResult()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp800 EXPECT_EQ(ERR_OK, innerMgrService_->SetOsAccountIsLoggedIn(id, true));
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1991 ErrCode IInnerOsAccountManager::SetOsAccountIsLoggedIn(const int32_t id, const bool isLoggedIn) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager