Home
last modified time | relevance | path

Searched refs:VerifyCredentialOptions (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md13 …ccount | Authenticator | verifyCredential(name: string, options: VerifyCredentialOptions, callback…
19 | ohos.account.appAccount | VerifyCredentialOptions | parameters?: {[key:string]: Object} | 新增 |
20 | ohos.account.appAccount | VerifyCredentialOptions | credential?: string, | 新增 |
21 | ohos.account.appAccount | VerifyCredentialOptions | credentialType?: string, | 新增 |
27 … void;<br>verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp88 bool VerifyCredentialOptions::Marshalling(Parcel &parcel) const in Marshalling()
93 VerifyCredentialOptions *VerifyCredentialOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
95 VerifyCredentialOptions *info = new (std::nothrow) VerifyCredentialOptions(); in Unmarshalling()
104 bool VerifyCredentialOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dapp_account_authenticator_stub.cpp144 sptr<VerifyCredentialOptions> options = data.ReadParcelable<VerifyCredentialOptions>(); in ProcVerifyCredential()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md13 …ccount | Authenticator | verifyCredential(name: string, options: VerifyCredentialOptions, callback…
19 | ohos.account.appAccount | VerifyCredentialOptions | parameters?: {[key:string]: Object} | Added|
20 | ohos.account.appAccount | VerifyCredentialOptions | credential?: string, | Added|
21 | ohos.account.appAccount | VerifyCredentialOptions | credentialType?: string, | Added|
27 … void;<br>verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h51 struct VerifyCredentialOptions : public Parcelable { struct
57 static VerifyCredentialOptions *Unmarshalling(Parcel &parcel); argument
102 VerifyCredentialOptions verifyCredOptions;
H A Diapp_account_authenticator.h36 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
H A Diapp_account.h96 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) = …
H A Dapp_account.h97 … const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
H A Dapp_account_proxy.h93 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h51 VerifyCredentialOptions verifyCredOptions;
76 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
91 …static void CreateJsVerifyCredentialOptions(napi_env env, VerifyCredentialOptions &options, napi_v…
H A Dnapi_app_account_common.h111 VerifyCredentialOptions options;
305 bool ParseVerifyCredentialOptions(napi_env env, napi_value object, VerifyCredentialOptions &options…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp93 VerifyCredentialOptions option1;
98 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel);
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/
H A Dverifycredential_fuzzer.cpp57 VerifyCredentialOptions options; in VerifyCredentialFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h30 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
H A Dmock_app_account_authenticator_stub.cpp38 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
H A Dmock_app_account_stub.h92 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
H A Dmock_app_account_stub.cpp343 const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) in VerifyCredential()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/verifycredentialstub_fuzzer/
H A Dverifycredentialstub_fuzzer.cpp47 VerifyCredentialOptions options; in VerifyCredentialStubFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h35 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
H A Dapp_account_manager_service.h96 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp58 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
86 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
303 VerifyCredentialOptions options;
661 VerifyCredentialOptions options;
H A Dapp_account_manager_service_module_not_mock_test.cpp220 VerifyCredentialOptions options;
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h485 … const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp159 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map87 …raits<char>, std::__h::allocator<char>> const&, OHOS::AccountSA::VerifyCredentialOptions const&, O…
104 "OHOS::AccountSA::VerifyCredentialOptions::Marshalling(OHOS::Parcel&) const";
105 "OHOS::AccountSA::VerifyCredentialOptions::Unmarshalling(OHOS::Parcel&)";
129 "vtable for OHOS::AccountSA::VerifyCredentialOptions";
137 "VTT for OHOS::AccountSA::VerifyCredentialOptions";

12