Home
last modified time | relevance | path

Searched refs:GetDomainAccountInfoOptions (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_common.cpp168 bool GetDomainAccountInfoOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
183 bool GetDomainAccountInfoOptions::Marshalling(Parcel &parcel) const in Marshalling()
196 GetDomainAccountInfoOptions *GetDomainAccountInfoOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
198GetDomainAccountInfoOptions *getAccountInfoOptions = new (std::nothrow) GetDomainAccountInfoOption… in Unmarshalling()
H A Ddomain_account_plugin_stub.cpp190 …std::shared_ptr<GetDomainAccountInfoOptions> options(data.ReadParcelable<GetDomainAccountInfoOptio… in ProcGetDomainAccountInfo()
H A Ddomain_account_plugin_service.cpp139 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp211 GetDomainAccountInfoOptions options;
271 GetDomainAccountInfoOptions options;
366 GetDomainAccountInfoOptions options;
397 GetDomainAccountInfoOptions options;
566 GetDomainAccountInfoOptions options;
588 GetDomainAccountInfoOptions options;
633 GetDomainAccountInfoOptions options;
H A Ddomain_account_plugin_proxy_test.cpp174 GetDomainAccountInfoOptions options;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-account.md20 |新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:accountName: string;|@ohos.account.osAccount.d.ts|
21 |新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:domain?: string;|@ohos.account.osAccount.d.ts|
23 …DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions, callba…
24 …DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions): Promi…
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_common.h106 struct GetDomainAccountInfoOptions : public Parcelable { struct
112 static GetDomainAccountInfoOptions *Unmarshalling(Parcel &parcel); argument
H A Ddomain_account_plugin.h68 virtual void GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/
H A Dinner_domain_account_manager.h83 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback);
91 …sDomainAccount(const sptr<IDomainAccountPlugin> &plugin, const GetDomainAccountInfoOptions &option…
101 ErrCode PluginGetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
H A Ddomain_account_plugin_proxy.h38 …const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) override;
/ohos5.0/docs/zh-cn/application-dev/basic-services/account/
H A Dmanage-domain-account.md117 1. 定义查询选项,可以指定需要查询的域名和账号名。选项的类型为[GetDomainAccountInfoOptions](../../reference/apis-basic-services-k…
120 let options: osAccount.GetDomainAccountInfoOptions = {
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-account.md20 |Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: accountName: string…
21 |Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: domain?: string;|@o…
23 …r;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions, callba…
24 …r;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions): Promi…
/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Didomain_account_plugin.h40 … const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) = 0;
H A Ddomain_account_plugin_service.h39 ErrCode GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_plugin.h35 virtual void GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-domain-account.md117 …ncluding the domain name and account name. The option type is [GetDomainAccountInfoOptions](../../…
120 let options: osAccount.GetDomainAccountInfoOptions = {
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_plugin_service_test.cpp171 GetDomainAccountInfoOptions options;
H A Dmock_domain_plugin.cpp131 …const GetDomainAccountInfoOptions &options, const std::shared_ptr<DomainAccountCallback> &callback) in GetDomainAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_plugin_proxy.cpp172 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
H A Dinner_domain_account_manager.cpp1301 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in StartHasDomainAccount()
1339 GetDomainAccountInfoOptions options; in HasDomainAccount()
1426 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in StartGetDomainAccountInfo()
1439 ErrCode InnerDomainAccountManager::PluginGetDomainAccountInfo(const GetDomainAccountInfoOptions &op… in PluginGetDomainAccountInfo()
1475 GetDomainAccountInfoOptions options; in GetDomainAccountInfo()
1497 GetDomainAccountInfoOptions options; in GetDomainAccountInfo()
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h109 void GetDomainAccountInfo(const AccountSA::GetDomainAccountInfoOptions &options,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md4028 getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback&lt;DomainAccountInfo&g…
4042 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | 是 | 指示域账号信息。|
4061 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = {
4081 getAccountInfo(options: GetDomainAccountInfoOptions): Promise&lt;DomainAccountInfo&gt;
4095 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | 是 | 指示域账号信息。|
4119 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = {
5718 ## GetDomainAccountInfoOptions<sup>10+</sup>
5734 表示插件查询域账号信息的选项。GetDomainAccountInfoPluginOptions类继承[GetDomainAccountInfoOptions](#getdomainaccounti…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md3 |新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:accountName: string;|@ohos.account.osAccount.d.ts|
21 |新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:domain?: string;|@ohos.account.osAccount.d.ts|
37 …DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions, callba…
38 …DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions): Promi…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md3957 getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback&lt;DomainAccountInfo&g…
3971 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | Yes | Domain accoun…
3990 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = {
4010 getAccountInfo(options: GetDomainAccountInfoOptions): Promise&lt;DomainAccountInfo&gt;
4024 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | Yes | Domain accoun…
4048 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = {
5645 ## GetDomainAccountInfoOptions<sup>10+</sup>
5661 …e **GetDomainAccountInfoPluginOptions** class inherits from [**GetDomainAccountInfoOptions**](#get…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-account.md3 |Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: accountName: string…
21 |Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: domain?: string;|@o…
37 …r;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions, callba…
38 …r;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions): Promi…

12