Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/core/
H A Dlibos_account_core.map19 …ountType const&, OHOS::AccountSA::OsAccountInfo&, OHOS::AccountSA::CreateOsAccountOptions const&)";
28 "VTT for OHOS::AccountSA::CreateOsAccountOptions";
29 "vtable for OHOS::AccountSA::CreateOsAccountOptions";
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp442 bool CreateOsAccountOptions::Marshalling(Parcel &parcel) const in Marshalling()
447 CreateOsAccountOptions *CreateOsAccountOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
449 CreateOsAccountOptions *options = new (std::nothrow) CreateOsAccountOptions(); in Unmarshalling()
458 bool CreateOsAccountOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dos_account_manager.cpp37 const OsAccountType& type, const CreateOsAccountOptions& options, OsAccountInfo& osAccountInfo) in CreateOsAccount()
43 const CreateOsAccountOptions& options) in CreateOsAccountWithFullInfo()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h49 struct CreateOsAccountOptions: public Parcelable { struct
53 static CreateOsAccountOptions *Unmarshalling(Parcel &parcel);
H A Dos_account_manager.h84 … const OsAccountType& type, const CreateOsAccountOptions& options, OsAccountInfo& osAccountInfo);
93 const CreateOsAccountOptions& options = {});
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h39 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {…
41 const CreateOsAccountOptions &options = {}) override;
113 …ErrCode SendMsgForAccountCreate(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &option…
H A Diinner_os_account.h34 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {…
36 const CreateOsAccountOptions &options = {}) = 0;
H A Dos_account_manager_service.h37 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {…
42 const CreateOsAccountOptions &options = {}) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h38 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {…
40 const CreateOsAccountOptions &options = {}) = 0;
H A Dos_account.h31 OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {});
32 …ErrCode CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &op…
H A Dos_account_proxy.h32 OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {}) override;
34 const CreateOsAccountOptions &options = {}) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_no_bms_mock_test.cpp94 CreateOsAccountOptions options;
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp68 CreateOsAccountOptions options; in CreateOsAccountWithShortNameFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_stub.cpp626 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithShortName()
651 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithFullInfo()
H A Dos_account_manager_service.cpp97 const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccount()
157 const CreateOsAccountOptions &options) in CreateOsAccountWithFullInfo()
H A Dinner_os_account_manager.cpp413 OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in RetryToGetAccount()
492 const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in RetryToGetAccount()
563 const CreateOsAccountOptions &options) in RetryToGetAccount()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp99 const OsAccountType& type, OsAccountInfo& osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccount()
120 …t::CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccountWithFullInfo()
H A Dos_account_proxy.cpp69 const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccount()
122 …y::CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccountWithFullInfo()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map20 "VTT for OHOS::AccountSA::CreateOsAccountOptions";
24 "vtable for OHOS::AccountSA::CreateOsAccountOptions";
233 *OHOS::AccountSA::CreateOsAccountOptions*;
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp168 CreateOsAccountOptions options; in RunAsCreateCommand()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp736 CreateOsAccountOptions options;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md1000 createOsAccount(localName: string, type: OsAccountType, options?: CreateOsAccountOptions): Promise&…
1016 | options | [CreateOsAccountOptions](js-apis-osAccount-sys.md#createosaccountoptions12) | 否 …
1044 let options: osAccount.CreateOsAccountOptions = {
5757 ## CreateOsAccountOptions<sup>12+</sup>
5771 表示用于创建与指定域账号绑定的系统账号的可选参数。继承自[CreateOsAccountOptions](#createosaccountoptions12)。
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md998 createOsAccount(localName: string, type: OsAccountType, options?: CreateOsAccountOptions): Promise&…
1014 | options | [CreateOsAccountOptions](js-apis-osAccount-sys.md#createosaccountoptions12) | No …
1042 let options: osAccount.CreateOsAccountOptions = {
5684 ## CreateOsAccountOptions<sup>12+</sup>
5698 …account bound to the specified domain account. It inherits from [CreateOsAccountOptions](#createos…
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp631 CreateOsAccountOptions options; in CreateOAExecuteCB()