/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_common.cpp | 117 bool SetPropertiesOptions::Marshalling(Parcel &parcel) const in Marshalling() 122 SetPropertiesOptions *SetPropertiesOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() 124 SetPropertiesOptions *info = new (std::nothrow) SetPropertiesOptions(); in Unmarshalling() 133 bool SetPropertiesOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
|
H A D | app_account_authenticator_stub.cpp | 182 sptr<SetPropertiesOptions> options = data.ReadParcelable<SetPropertiesOptions>(); in ProcSetProperties()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-account.md | 12 | ohos.account.appAccount | Authenticator | setProperties(options: SetPropertiesOptions, callback: … 17 | ohos.account.appAccount | SetPropertiesOptions | parameters?: {[key: string]: Object} | 新增 | 18 | ohos.account.appAccount | SetPropertiesOptions | properties?: {[key: string]: Object}, | 新增 | 26 …ack): void;<br>setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-account.md | 12 | ohos.account.appAccount | Authenticator | setProperties(options: SetPropertiesOptions, callback: … 17 | ohos.account.appAccount | SetPropertiesOptions | parameters?: {[key: string]: Object} | Added| 18 | ohos.account.appAccount | SetPropertiesOptions | properties?: {[key: string]: Object}, | Added| 26 …ack): void;<br>setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: …
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 60 struct SetPropertiesOptions : public Parcelable { struct 65 static SetPropertiesOptions *Unmarshalling(Parcel &parcel); argument 103 SetPropertiesOptions setPropOptions;
|
H A D | iapp_account_authenticator.h | 39 …virtual ErrCode SetProperties(const SetPropertiesOptions &options, const sptr<IRemoteObject> &call…
|
H A D | iapp_account.h | 99 …virtual ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &o…
|
H A D | app_account.h | 101 … const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
|
H A D | app_account_proxy.h | 96 … ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_authenticator.h | 52 SetPropertiesOptions setPropOptions; 79 …ErrCode SetProperties(const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) ov… 92 …static void CreateJsSetPropertiesOptions(napi_env env, SetPropertiesOptions &options, napi_value *…
|
H A D | napi_app_account_common.h | 119 SetPropertiesOptions options; 307 bool ParseSetPropertiesOptions(napi_env env, napi_value object, SetPropertiesOptions &options);
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/ |
H A D | setauthenticatorproperties_fuzzer.cpp | 56 SetPropertiesOptions options; in SetAuthenticatorPropertiesFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/setauthenticatorpropertiesstub_fuzzer/ |
H A D | setauthenticatorpropertiesstub_fuzzer.cpp | 57 SetPropertiesOptions options; in SetAuthenticatorPropertiesStubFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_authenticator_stub.h | 33 ErrCode SetProperties(const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback);
|
H A D | mock_app_account_authenticator_stub.cpp | 52 const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) in SetProperties()
|
H A D | mock_app_account_stub.h | 95 … ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
H A D | mock_app_account_stub.cpp | 359 const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) in SetAuthenticatorProperties()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_proxy.h | 38 …ErrCode SetProperties(const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) ov…
|
H A D | app_account_manager_service.h | 99 … ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 61 ErrCode SetProperties(const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback); 100 const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) in SetProperties() 347 SetPropertiesOptions options; 710 SetPropertiesOptions options;
|
H A D | app_account_manager_service_module_not_mock_test.cpp | 228 SetPropertiesOptions setOptions;
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_common_test.cpp | 184 SetPropertiesOptions options;
|
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 507 … const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_proxy.cpp | 217 const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) in SetProperties()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/ |
H A D | libapp_account_innerkits.map | 81 …traits<char>, std::__h::allocator<char>> const&, OHOS::AccountSA::SetPropertiesOptions const&, OHO… 102 "OHOS::AccountSA::SetPropertiesOptions::Marshalling(OHOS::Parcel&) const"; 103 "OHOS::AccountSA::SetPropertiesOptions::Unmarshalling(OHOS::Parcel&)"; 128 "vtable for OHOS::AccountSA::SetPropertiesOptions"; 136 "VTT for OHOS::AccountSA::SetPropertiesOptions";
|