Lines Matching refs:checkAccountLabels
2418 ### checkAccountLabels<sup>9+</sup>
2420 checkAccountLabels(name: string, owner: string, labels: Array<string>, callback: AsyncCallbac…
2454 appAccountManager.checkAccountLabels('zhangsan', 'com.example.accountjsdemo', labels,
2457 console.log('checkAccountLabels failed, error: ' + JSON.stringify(err));
2459 console.log('checkAccountLabels successfully, hasAllLabels: ' + hasAllLabels);
2463 console.log('checkAccountLabels exception: ' + JSON.stringify(err));
2467 ### checkAccountLabels<sup>9+</sup>
2469 checkAccountLabels(name: string, owner: string, labels: Array<string>): Promise<boolean>
2508 appAccountManager.checkAccountLabels('zhangsan', 'com.example.accountjsdemo', labels).then((
2510 console.log('checkAccountLabels successfully: ' + hasAllLabels);
2512 console.log('checkAccountLabels failed, error: ' + JSON.stringify(err));
2515 console.log('checkAccountLabels exception: ' + JSON.stringify(err));
5199 ### checkAccountLabels<sup>9+</sup>
5201 checkAccountLabels(name: string, labels: Array<string>, callback: AuthCallback): void
5269 checkAccountLabels(name: string, labels: string[], callback: appAccount.AuthCallback) {