Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.account.osAccount.d.ts885 queryAllCreatedOsAccounts(callback: AsyncCallback<Array<OsAccountInfo>>): void;
900 queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
966 …createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback<OsAccountInfo>): v…
988 createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
1013 callback: AsyncCallback<OsAccountInfo>
1036 …eateOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
1048 queryCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void;
1060 queryCurrentOsAccount(): Promise<OsAccountInfo>;
1084 getCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void;
1108 getCurrentOsAccount(): Promise<OsAccountInfo>;
[all …]