/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-account.md | 13 …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 D | app_account_common.cpp | 88 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 D | app_account_authenticator_stub.cpp | 144 sptr<VerifyCredentialOptions> options = data.ReadParcelable<VerifyCredentialOptions>(); in ProcVerifyCredential()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-account.md | 13 …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 D | app_account_common.h | 51 struct VerifyCredentialOptions : public Parcelable { struct 57 static VerifyCredentialOptions *Unmarshalling(Parcel &parcel); argument 102 VerifyCredentialOptions verifyCredOptions;
|
H A D | iapp_account_authenticator.h | 36 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
|
H A D | iapp_account.h | 96 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) = …
|
H A D | app_account.h | 97 … const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
|
H A D | app_account_proxy.h | 93 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_authenticator.h | 51 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 D | napi_app_account_common.h | 111 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 D | app_account_common_test.cpp | 93 VerifyCredentialOptions option1; 98 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel);
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/ |
H A D | verifycredential_fuzzer.cpp | 57 VerifyCredentialOptions options; in VerifyCredentialFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_authenticator_stub.h | 30 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
|
H A D | mock_app_account_authenticator_stub.cpp | 38 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
|
H A D | mock_app_account_stub.h | 92 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
|
H A D | mock_app_account_stub.cpp | 343 const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) in VerifyCredential()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/verifycredentialstub_fuzzer/ |
H A D | verifycredentialstub_fuzzer.cpp | 47 VerifyCredentialOptions options; in VerifyCredentialStubFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_proxy.h | 35 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba…
|
H A D | app_account_manager_service.h | 96 …const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) ov…
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 58 …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 D | app_account_manager_service_module_not_mock_test.cpp | 220 VerifyCredentialOptions options;
|
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 485 … const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_proxy.cpp | 159 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/ |
H A D | libapp_account_innerkits.map | 87 …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";
|