Home
last modified time | relevance | path

Searched refs:hasAccount (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/basic-services/account/
H A Dmanage-domain-account.md25 在添加域账号之前,应该先判断域账号是否存在。开发者可以使用[hasAccount](../../reference/apis-basic-services-kit/js-apis-osAccount…
38 2. 调用[hasAccount](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#hasaccount10)接口。
41 …let isAccountExisted: boolean = await osAccount.DomainAccountManager.hasAccount(domainAccountInfo);
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp411 cJSON* hasAccount = cJSON_GetObjectItem(sourceJson, "hasAccount"); in ParseFillContentJsonValue() local
412 … if (hasAccount != nullptr && cJSON_IsString(hasAccount) && hasAccount->valuestring != nullptr) { in ParseFillContentJsonValue()
413 map.insert(std::make_pair("hasAccount", hasAccount->valuestring)); in ParseFillContentJsonValue()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-account.md30hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;<br>旧版本信…
31hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;<br>旧版本信息:201,202,401,12300001…
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-domain-account.md25 …user may need to check whether the domain account exists. You can use [hasAccount](../../reference…
38 2. Use [hasAccount](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#hasaccount10) …
41 …let isAccountExisted: boolean = await osAccount.DomainAccountManager.hasAccount(domainAccountInfo);
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-account.md30hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;<br>Old …
31hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;<br>Old version information: 2…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-account.md63 |新增|NA|类名:DomainAccountManager<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo, ca…
64 |新增|NA|类名:DomainAccountManager<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo): P…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md3760 ### hasAccount<sup>10+</sup>
3762 hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback&lt;boolean&gt;): void
3802 console.log('call hasAccount failed, error: ' + JSON.stringify(err));
3804 console.log('hasAccount result: ' + result);
3808 console.log('hasAccount exception = ' + JSON.stringify(err));
3812 ### hasAccount<sup>10+</sup>
3814 hasAccount(domainAccountInfo: DomainAccountInfo): Promise&lt;boolean&gt;
3857 osAccount.DomainAccountManager.hasAccount(domainAccountInfo).then((result: boolean) => {
3858 console.log('hasAccount result: ' + result);
3860 console.log('call hasAccount failed, error: ' + JSON.stringify(err));
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-account.md63 |Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static hasAccount(domainAcc…
64 |Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static hasAccount(domainAcc…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md3689 ### hasAccount<sup>10+</sup>
3691 hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback&lt;boolean&gt;): void
3731 console.log('call hasAccount failed, error: ' + JSON.stringify(err));
3733 console.log('hasAccount result: ' + result);
3737 console.log('hasAccount exception = ' + JSON.stringify(err));
3741 ### hasAccount<sup>10+</sup>
3743 hasAccount(domainAccountInfo: DomainAccountInfo): Promise&lt;boolean&gt;
3786 osAccount.DomainAccountManager.hasAccount(domainAccountInfo).then((result: boolean) => {
3787 console.log('hasAccount result: ' + result);
3789 console.log('call hasAccount failed, error: ' + JSON.stringify(err));
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md33 |新增|NA|类名:DomainAccountManager;<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo, c…
34 |新增|NA|类名:DomainAccountManager;<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo): …
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-account.md33 |Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static hasAccount(domainAc…
34 |Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static hasAccount(domainAc…
/ohos5.0/base/account/os_account/
H A DREADME_zh.md1288 …3812"><a name="p1671817233812"></a><a name="p1671817233812"></a>static hasAccount(domainAccountInf…