/ohos5.0/base/account/os_account/frameworks/osaccount/core/ |
H A D | libos_account_core.map | 19 …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 D | os_account_info.cpp | 442 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 D | os_account_manager.cpp | 37 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 D | os_account_info.h | 49 struct CreateOsAccountOptions: public Parcelable { struct 53 static CreateOsAccountOptions *Unmarshalling(Parcel &parcel);
|
H A D | os_account_manager.h | 84 … const OsAccountType& type, const CreateOsAccountOptions& options, OsAccountInfo& osAccountInfo); 93 const CreateOsAccountOptions& options = {});
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account_manager.h | 39 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {… 41 const CreateOsAccountOptions &options = {}) override; 113 …ErrCode SendMsgForAccountCreate(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &option…
|
H A D | iinner_os_account.h | 34 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {… 36 const CreateOsAccountOptions &options = {}) = 0;
|
H A D | os_account_manager_service.h | 37 …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 D | ios_account.h | 38 …const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {… 40 const CreateOsAccountOptions &options = {}) = 0;
|
H A D | os_account.h | 31 OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {}); 32 …ErrCode CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &op…
|
H A D | os_account_proxy.h | 32 OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {}) override; 34 const CreateOsAccountOptions &options = {}) override;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 94 CreateOsAccountOptions options;
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
H A D | createosaccount_fuzzer.cpp | 68 CreateOsAccountOptions options; in CreateOsAccountWithShortNameFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_stub.cpp | 626 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithShortName() 651 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithFullInfo()
|
H A D | os_account_manager_service.cpp | 97 const OsAccountType &type, OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccount() 157 const CreateOsAccountOptions &options) in CreateOsAccountWithFullInfo()
|
H A D | inner_os_account_manager.cpp | 413 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 D | os_account.cpp | 99 const OsAccountType& type, OsAccountInfo& osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccount() 120 …t::CreateOsAccountWithFullInfo(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options) in CreateOsAccountWithFullInfo()
|
H A D | os_account_proxy.cpp | 69 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 D | libos_account_innerkits.map | 20 "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 D | account_command.cpp | 168 CreateOsAccountOptions options; in RunAsCreateCommand()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 736 CreateOsAccountOptions options;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-osAccount-sys.md | 1000 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 D | js-apis-osAccount-sys.md | 998 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 D | napi_os_account_common.cpp | 631 CreateOsAccountOptions options; in CreateOAExecuteCB()
|