Home
last modified time | relevance | path

Searched refs:SelectAccountsOptions (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md22 | ohos.account.appAccount | SelectAccountsOptions | requiredLabels?: Array\<string> | 新增 |
23 | ohos.account.appAccount | SelectAccountsOptions | allowedOwners?: Array\<string>, | 新增 |
24 | ohos.account.appAccount | SelectAccountsOptions | allowedAccounts?: Array\<AppAccountInfo>, | 新增 |
28 …s(options: SelectAccountsOptions, callback: AsyncCallback\<Array\<AppAccountInfo>>);<br>selectAcco…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp28 bool SelectAccountsOptions::Marshalling(Parcel &parcel) const in Marshalling()
45 SelectAccountsOptions *SelectAccountsOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
47 SelectAccountsOptions *info = new (std::nothrow) SelectAccountsOptions(); in Unmarshalling()
56 bool SelectAccountsOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dapp_account_manager.cpp227 const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) in SelectAccountsByOptions()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md22 | ohos.account.appAccount | SelectAccountsOptions | requiredLabels?: Array\<string> | Added|
23 | ohos.account.appAccount | SelectAccountsOptions | allowedOwners?: Array\<string>, | Added|
24 | ohos.account.appAccount | SelectAccountsOptions | allowedAccounts?: Array\<AppAccountInfo>, | Add…
28 …s(options: SelectAccountsOptions, callback: AsyncCallback\<Array\<AppAccountInfo>>);<br>selectAcco…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp65 SelectAccountsOptions option1;
73 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel);
200 SelectAccountsOptions option1;
212 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h39 struct SelectAccountsOptions : public Parcelable { struct
48 static SelectAccountsOptions *Unmarshalling(Parcel &parcel); argument
H A Diapp_account.h94 … const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) = 0;
H A Dapp_account.h95 … const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
H A Dapp_account_proxy.h91 …const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) over…
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp58 SelectAccountsOptions options; in SelectAccountsByOptionsFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H A Dselectaccountsbyoptionsstub_fuzzer.cpp45 SelectAccountsOptions options; in SelectAccountsByOptionsStubFuzzTest()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h144 SelectAccountsOptions options;
306 bool ParseSelectAccountsOptions(napi_env env, napi_value object, SelectAccountsOptions &options);
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h93 … const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback,
H A Dapp_account_control_manager.h96 … const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback,
H A Dapp_account_manager_service.h94 …const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) over…
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h475 … const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp216 SelectAccountsOptions option;
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.h90 …const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) over…
H A Dmock_app_account_stub.cpp335 const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) in SelectAccountsByOptions()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map75 …ntSA::AppAccountManager::SelectAccountsByOptions(OHOS::AccountSA::SelectAccountsOptions const&, OH…
100 "OHOS::AccountSA::SelectAccountsOptions::Marshalling(OHOS::Parcel&) const";
101 "OHOS::AccountSA::SelectAccountsOptions::Unmarshalling(OHOS::Parcel&)";
127 "vtable for OHOS::AccountSA::SelectAccountsOptions";
135 "VTT for OHOS::AccountSA::SelectAccountsOptions";
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp536 SelectAccountsOptions options;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md118SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属…
335 |type有变化|类名:SelectAccountsOptions;<br>方法or属性:requiredLabels?: Array\<string>;<br>旧版本信息:|类名:SelectAc…
340 |type有变化|类名:SelectAccountsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;<br>旧版本信息:|类名…
341 |type有变化|类名:SelectAccountsOptions;<br>方法or属性:allowedOwners?: Array\<string>;<br>旧版本信息:|类名:SelectAcc…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md61 |新增|NA|类名:AppAccountManager;<br>方法or属性:selectAccountsByOptions(options: SelectAccountsOptions, call…
62 |新增|NA|类名:AppAccountManager;<br>方法or属性:selectAccountsByOptions(options: SelectAccountsOptions): Pro…
72 |新增|NA|类名:SelectAccountsOptions;<br>方法or属性:requiredLabels?: Array\<string>;|@ohos.account.appAccoun…
77 |新增|NA|类名:SelectAccountsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.…
78 |新增|NA|类名:SelectAccountsOptions;<br>方法or属性:allowedOwners?: Array\<string>;|@ohos.account.appAccount…
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp308 const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback, in SelectAccountsByOptions()
H A Dapp_account_stub.cpp918 std::shared_ptr<SelectAccountsOptions> options(data.ReadParcelable<SelectAccountsOptions>()); in ProcSelectAccountsByOptions()

12