Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/basic-services/account/
H A Dmanage-distributed-account.md59 1. 定义待登出的分布式账号信息。其中,登录场景下需将event指定为"Ohos.account.event.LOGOUT"。
65 event: 'Ohos.account.event.LOGOUT',
118 1. 确定目标系统账号,并定义待登出的分布式账号信息。其中,登录场景下需将event指定为"Ohos.account.event.LOGOUT"。
125 event: 'Ohos.account.event.LOGOUT',
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-distributed-account.md59 1. Specify the distributed account to be logged out. Set **event** to **Ohos.account.event.LOGOUT**.
65 event: 'Ohos.account.event.LOGOUT',
118 …count and the distributed account to be logged out. Set **event** to **Ohos.account.event.LOGOUT**.
125 event: 'Ohos.account.event.LOGOUT',
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Dsubscribe_distributed_account_event_test.cpp105 DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT, logoutSubscribeCallback));
108 logoutEventData.type_ = DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT;
120 DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT, logoutSubscribeCallback));
271 DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT, loginSubscribeCallback));
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Ddistributed_account_subscribe_callback.h26 LOGOUT, enumerator
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_common.h35 LOGOUT = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-distributed-account.md368 …以下字符串:<br/>-&nbsp;Ohos.account.event.LOGIN<br/>-&nbsp;Ohos.account.event.LOGOUT<br/>-&nbsp;Ohos.ac…
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp976 …fyDomainAccountEvent(userId, DomainAccountEvent::TOKEN_INVALID, DomainAccountStatus::LOGOUT, info); in UpdateAccountToken()
977 …rOsAccountManager::GetInstance().UpdateAccountStatusForDomain(userId, DomainAccountStatus::LOGOUT); in UpdateAccountToken()
1218 status = DomainAccountStatus::LOGOUT; in GetAccountStatus()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp441 subscribeManager_.Publish(userId, DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT); in LogoutOhosAccount()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp374 if ((info.status_ == OHOS::AccountSA::DomainAccountStatus::LOGOUT) || in CreateJsDomainInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp71 domainAccountInfo.status_ = DomainAccountStatus::LOGOUT; in GetDomainAccountStatus()
808 id, DomainAccountEvent::LOG_OUT, DomainAccountStatus::LOGOUT, domainAccountInfo); in RetryToGetAccount()
1615 domainAccountInfo.status_ = DomainAccountStatus::LOGOUT; in RetryToGetAccount()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-distributed-account.md368 …ctively:<br>-&nbsp;Ohos.account.event.LOGIN<br>-&nbsp;Ohos.account.event.LOGOUT<br>-&nbsp;Ohos.acc…
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp1443 EXPECT_EQ(data.status, DomainAccountStatus::LOGOUT); in OnStatusChanged()
1464 EXPECT_EQ(data.status, DomainAccountStatus::LOGOUT); in OnStatusChanged()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp201 …if ((info.status_ == DomainAccountStatus::LOGOUT) || (info.status_ >= DomainAccountStatus::LOG_END… in CreateJsDomainInfo()