Home
last modified time | relevance | path

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

12

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp206 bool CreateAccountImplicitlyOptions::Marshalling(Parcel &parcel) const in Marshalling()
212 CreateAccountImplicitlyOptions *CreateAccountImplicitlyOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
214 CreateAccountImplicitlyOptions *info = new (std::nothrow) CreateAccountImplicitlyOptions(); in Unmarshalling()
223 bool CreateAccountImplicitlyOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dapp_account_authenticator_stub.cpp105 …sptr<CreateAccountImplicitlyOptions> options = data.ReadParcelable<CreateAccountImplicitlyOptions>… in ProcCreateAccountImplicitly()
H A Dapp_account_manager.cpp41 …const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callb… in CreateAccountImplicitly()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h75 struct CreateAccountImplicitlyOptions : public Parcelable { struct
83 static CreateAccountImplicitlyOptions *Unmarshalling(Parcel &parcel); argument
104 CreateAccountImplicitlyOptions createOptions;
H A Diapp_account_authenticator.h42 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) = 0;
H A Diapp_account.h37 …Code CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &optio…
H A Dapp_account.h40 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
H A Dapp_account_proxy.h33 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h53 CreateAccountImplicitlyOptions createOptions;
71 … const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) override;
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp135 CreateAccountImplicitlyOptions option1;
142 CreateAccountImplicitlyOptions *option2 = option1.Unmarshalling(Parcel);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp64 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback);
113 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
174 CreateAccountImplicitlyOptions options;
208 CreateAccountImplicitlyOptions options;
757 CreateAccountImplicitlyOptions options;
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/createaccountimplicitly_fuzzer/
H A Dcreateaccountimplicitly_fuzzer.cpp56 CreateAccountImplicitlyOptions options; in CreateAccountImplicitlyFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h35 …ErrCode CreateAccountImplicitly(const CreateAccountImplicitlyOptions &options, const sptr<IRemoteO…
H A Dmock_app_account_authenticator_stub.cpp65 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
H A Dmock_app_account_stub.h31 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
H A Dmock_app_account_stub.cpp73 …const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callb… in CreateAccountImplicitly()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
H A Dcreateaccountimplicitlystub_fuzzer.cpp52 CreateAccountImplicitlyOptions options; in CreateAccountImplicitlyStubFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h41 … const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) override;
H A Dapp_account_manager_service.h36 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-account.md19 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions|@ohos.account.appAccount.…
20 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:requiredLab…
21 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:authType|@o…
22 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:parameters|…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-account.md19 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions|@ohos.account.appAccount.…
20 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:requiredLab…
21 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:authType|@o…
22 |新增|NA|模块名: ohos.account.appAccount<br>类名: CreateAccountImplicitlyOptions<br>方法名 or 属性名:parameters|…
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h88 …Code CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &optio…
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp103 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map55 …s<char>, std::__h::allocator<char>> const&, OHOS::AccountSA::CreateAccountImplicitlyOptions const&…
96 "OHOS::AccountSA::CreateAccountImplicitlyOptions::Marshalling(OHOS::Parcel&) const";
97 "OHOS::AccountSA::CreateAccountImplicitlyOptions::Unmarshalling(OHOS::Parcel&)";
125 "vtable for OHOS::AccountSA::CreateAccountImplicitlyOptions";
133 "VTT for OHOS::AccountSA::CreateAccountImplicitlyOptions";
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-account.md19 |Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions|@ohos.…
20 |Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Met…
21 |Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Met…
22 |Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Met…

12