/ohos5.0/docs/zh-cn/application-dev/basic-services/account/ |
H A D | manage-distributed-account.md | 59 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 D | manage-distributed-account.md | 59 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 D | subscribe_distributed_account_event_test.cpp | 105 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 D | distributed_account_subscribe_callback.h | 26 LOGOUT, enumerator
|
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_common.h | 35 LOGOUT = 0, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-distributed-account.md | 368 …以下字符串:<br/>- Ohos.account.event.LOGIN<br/>- Ohos.account.event.LOGOUT<br/>- Ohos.ac…
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 976 …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 D | ohos_account_manager.cpp | 441 subscribeManager_.Publish(userId, DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE::LOGOUT); in LogoutOhosAccount()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 374 if ((info.status_ == OHOS::AccountSA::DomainAccountStatus::LOGOUT) || in CreateJsDomainInfo()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 71 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 D | js-apis-distributed-account.md | 368 …ctively:<br>- Ohos.account.event.LOGIN<br>- Ohos.account.event.LOGOUT<br>- Ohos.acc…
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | domain_account_client_module_test.cpp | 1443 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 D | napi_os_account_common.cpp | 201 …if ((info.status_ == DomainAccountStatus::LOGOUT) || (info.status_ >= DomainAccountStatus::LOG_END… in CreateJsDomainInfo()
|