/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_common.cpp | 206 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 D | app_account_authenticator_stub.cpp | 105 …sptr<CreateAccountImplicitlyOptions> options = data.ReadParcelable<CreateAccountImplicitlyOptions>… in ProcCreateAccountImplicitly()
|
H A D | app_account_manager.cpp | 41 …const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callb… in CreateAccountImplicitly()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 75 struct CreateAccountImplicitlyOptions : public Parcelable { struct 83 static CreateAccountImplicitlyOptions *Unmarshalling(Parcel &parcel); argument 104 CreateAccountImplicitlyOptions createOptions;
|
H A D | iapp_account_authenticator.h | 42 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) = 0;
|
H A D | iapp_account.h | 37 …Code CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &optio…
|
H A D | app_account.h | 40 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
|
H A D | app_account_proxy.h | 33 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_authenticator.h | 53 CreateAccountImplicitlyOptions createOptions; 71 … const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) override;
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_common_test.cpp | 135 CreateAccountImplicitlyOptions option1; 142 CreateAccountImplicitlyOptions *option2 = option1.Unmarshalling(Parcel);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 64 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 D | createaccountimplicitly_fuzzer.cpp | 56 CreateAccountImplicitlyOptions options; in CreateAccountImplicitlyFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_authenticator_stub.h | 35 …ErrCode CreateAccountImplicitly(const CreateAccountImplicitlyOptions &options, const sptr<IRemoteO…
|
H A D | mock_app_account_authenticator_stub.cpp | 65 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
|
H A D | mock_app_account_stub.h | 31 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
|
H A D | mock_app_account_stub.cpp | 73 …const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callb… in CreateAccountImplicitly()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/ |
H A D | createaccountimplicitlystub_fuzzer.cpp | 52 CreateAccountImplicitlyOptions options; in CreateAccountImplicitlyStubFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_proxy.h | 41 … const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) override;
|
H A D | app_account_manager_service.h | 36 …ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &op…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-account.md | 19 |新增|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 D | js-apidiff-account.md | 19 |新增|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 D | app_account_manager.h | 88 …Code CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &optio…
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_proxy.cpp | 103 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/ |
H A D | libapp_account_innerkits.map | 55 …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 D | js-apidiff-account.md | 19 |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…
|