Home
last modified time | relevance | path

Searched refs:ReadInt64Vector (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_stub.cpp126 bool ret = data.ReadInt64Vector(&formIds); in HandleOnUninstall()
207 bool ret = data.ReadInt64Vector(&formIds); in HandleOnEnableForm()
223 bool ret = data.ReadInt64Vector(&formIds); in HandleOnErrorForms()
H A Dform_mgr_stub.cpp478 bool ret = data.ReadInt64Vector(&formIds); in HandleLifecycleUpdate()
529 bool ret = data.ReadInt64Vector(&formIds); in HandleNotifyWhetherVisibleForms()
763 if (!data.ReadInt64Vector(&formIds)) { in HandleDeleteInvalidForms()
827 if (!data.ReadInt64Vector(&formIds)) { in HandleNotifyFormsVisible()
854 if (!data.ReadInt64Vector(&formIds)) { in HandleNotifyFormsPrivacyProtected()
887 if (!data.ReadInt64Vector(&formIds)) { in HandleNotifyFormsEnableUpdate()
1380 if (!data.ReadInt64Vector(&formIds)) { in HandleRegisterFormRouterProxy()
1398 if (!data.ReadInt64Vector(&formIds)) { in HandleUnregisterFormRouterProxy()
1477 if (!data.ReadInt64Vector(&formIds)) { in HandleSetFormsRecyclable()
1493 if (!data.ReadInt64Vector(&formIds)) { in HandleRecycleForms()
[all …]
H A Dform_provider_stub.cpp132 bool ret = data.ReadInt64Vector(&formIds); in HandleNotifyFormsDelete()
189 bool ret = data.ReadInt64Vector(&formIds); in HandleEventNotify()
H A Dform_supply_stub.cpp292 if (!data.ReadInt64Vector(&formIds)) { in HandleOnRecoverFormsByConfigUpdate()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dquery_sys_event_callback_stub.cpp55 ret = data.ReadInt64Vector(&seq); in OnRemoteRequest()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp148 ReadAndWriteV(parcel, data, &Parcel::WriteInt64Vector, &Parcel::ReadInt64Vector); in ReadAndWrite()
153 ReadAndWriteV(parcel, data, &Parcel::WriteInt64Vector, &Parcel::ReadInt64Vector); in ReadAndWrite()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp243 bool ReadInt64Vector(Parcel &parcel, rust::vec<int64_t> &val) in ReadInt64Vector() function
245 return ReadVector(parcel, val, &Parcel::ReadInt64Vector); in ReadInt64Vector()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dparcel_wrapper.h72 bool ReadInt64Vector(Parcel &parcel, rust::vec<int64_t> &val);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h125 int64_t *ReadInt64Vector(IpcIo *io, size_t *size);
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_stub.cpp205 if (!data.ReadInt64Vector(&configs)) { in StubLimitRequest()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Doperator_config_types.cpp361 parcel.ReadInt64Vector(&vec); in ReadFromLongArrayMap()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp443 parcel.ReadInt64Vector(&vibrationStyle_); in ReadFromParcelInt64()
H A Dnotification_slot.cpp455 parcel.ReadInt64Vector(&vibrationValues_); in ReadFromParcel()
/ohos5.0/base/request/request/frameworks/native/src/
H A Dparcel_helper.cpp105 data.ReadInt64Vector(&info.progress.sizes); in UnMarshalProgress()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_proxy.cpp794 if (!reply.ReadInt64Vector(&pkgFileSizes)) { in GetBundleStatsForIncrease()
798 if (!reply.ReadInt64Vector(&incPkgFileSizes)) { in GetBundleStatsForIncrease()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp252 if (!reply.ReadInt64Vector(&readInt64Vector)) { in TestParcelInt64Vector()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h706 bool ReadInt64Vector(std::vector<int64_t> *val);
H A Dparcel.cpp640 bool Parcel::ReadInt64Vector(std::vector<int64_t> *val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h760 bool ReadInt64Vector(std::vector<int64_t> *val);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp725 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp700 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp702 bool Parcel::ReadInt64Vector(std::vector<int64_t> *val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp705 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp705 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector() function in OHOS::Parcel
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_proxy.cpp330 if (reply.ReadInt64Vector(&bundleStats)) { in GetBundleStats()
354 if (!reply.ReadInt64Vector(&bundleStats)) { in GetAllBundleStats()

12