/ohos5.0/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_common.cpp | 168 bool GetDomainAccountInfoOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 183 bool GetDomainAccountInfoOptions::Marshalling(Parcel &parcel) const in Marshalling() 196 GetDomainAccountInfoOptions *GetDomainAccountInfoOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() 198 …GetDomainAccountInfoOptions *getAccountInfoOptions = new (std::nothrow) GetDomainAccountInfoOption… in Unmarshalling()
|
H A D | domain_account_plugin_stub.cpp | 190 …std::shared_ptr<GetDomainAccountInfoOptions> options(data.ReadParcelable<GetDomainAccountInfoOptio… in ProcGetDomainAccountInfo()
|
H A D | domain_account_plugin_service.cpp | 139 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_manager_inner_service_test.cpp | 211 GetDomainAccountInfoOptions options; 271 GetDomainAccountInfoOptions options; 366 GetDomainAccountInfoOptions options; 397 GetDomainAccountInfoOptions options; 566 GetDomainAccountInfoOptions options; 588 GetDomainAccountInfoOptions options; 633 GetDomainAccountInfoOptions options;
|
H A D | domain_account_plugin_proxy_test.cpp | 174 GetDomainAccountInfoOptions options;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-account.md | 20 |新增|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 D | domain_account_common.h | 106 struct GetDomainAccountInfoOptions : public Parcelable { struct 112 static GetDomainAccountInfoOptions *Unmarshalling(Parcel &parcel); argument
|
H A D | domain_account_plugin.h | 68 virtual void GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
|
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/ |
H A D | inner_domain_account_manager.h | 83 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback); 91 …sDomainAccount(const sptr<IDomainAccountPlugin> &plugin, const GetDomainAccountInfoOptions &option… 101 ErrCode PluginGetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
|
H A D | domain_account_plugin_proxy.h | 38 …const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) override;
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/account/ |
H A D | manage-domain-account.md | 117 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 D | js-apidiff-account.md | 20 |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 D | idomain_account_plugin.h | 40 … const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) = 0;
|
H A D | domain_account_plugin_service.h | 39 ErrCode GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/ |
H A D | mock_domain_plugin.h | 35 virtual void GetDomainAccountInfo(const GetDomainAccountInfoOptions &options,
|
/ohos5.0/docs/en/application-dev/basic-services/account/ |
H A D | manage-domain-account.md | 117 …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 D | domain_account_plugin_service_test.cpp | 171 GetDomainAccountInfoOptions options;
|
H A D | mock_domain_plugin.cpp | 131 …const GetDomainAccountInfoOptions &options, const std::shared_ptr<DomainAccountCallback> &callback) in GetDomainAccountInfo()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_plugin_proxy.cpp | 172 const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) in GetDomainAccountInfo()
|
H A D | inner_domain_account_manager.cpp | 1301 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 D | napi_domain_account_manager.h | 109 void GetDomainAccountInfo(const AccountSA::GetDomainAccountInfoOptions &options,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-osAccount-sys.md | 4028 getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback<DomainAccountInfo&g… 4042 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | 是 | 指示域账号信息。| 4061 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = { 4081 getAccountInfo(options: GetDomainAccountInfoOptions): Promise<DomainAccountInfo> 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 D | js-apidiff-account.md | 3 |新增|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 D | js-apis-osAccount-sys.md | 3957 getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback<DomainAccountInfo&g… 3971 | options | [GetDomainAccountInfoOptions](#getdomainaccountinfooptions10) | Yes | Domain accoun… 3990 let domainAccountInfo: osAccount.GetDomainAccountInfoOptions = { 4010 getAccountInfo(options: GetDomainAccountInfoOptions): Promise<DomainAccountInfo> 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 D | js-apidiff-account.md | 3 |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…
|