Lines Matching refs:distributed
3 … [distributed account SDK](../../reference/apis-basic-services-kit/js-apis-distributed-account.md)…
25 1. Specify the distributed account to be logged in. Set **event** to **Ohos.account.event.LOGIN**.
35 …nce/apis-basic-services-kit/js-apis-distributed-account.md#setosaccountdistributedinfo9) to log in…
45 …is-basic-services-kit/js-apis-distributed-account.md#getosaccountdistributedinfo9) to obtain infor…
49 console.log('distributed information: ' + JSON.stringify(data));
59 1. Specify the distributed account to be logged out. Set **event** to **Ohos.account.event.LOGOUT**.
69 …is-basic-services-kit/js-apis-distributed-account.md#setosaccountdistributedinfo9) to log out of t…
83 1. Specify the system account and the distributed account to be logged in. Set **event** to **Ohos.…
94 …asic-services-kit/js-apis-distributed-account-sys.md#setosaccountdistributedinfobylocalid10) to bi…
104 …c-services-kit/js-apis-distributed-account-sys.md#getosaccountdistributedinfobylocalid10) to obtai…
108 console.log('distributed information: ' + JSON.stringify(data));
118 1. Specify the system account and the distributed account to be logged out. Set **event** to **Ohos…
129 …c-services-kit/js-apis-distributed-account-sys.md#setosaccountdistributedinfobylocalid10) to log o…