Home
last modified time | relevance | path

Searched refs:ReadUInt64Vector (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp68 data.ReadUInt64Vector(&missionIds); in OnRemoteRequest()
214 data.ReadUInt64Vector(&ids); in OnRemoteRequest()
221 if (!data.ReadUInt64Vector(&mirrorScreenId)) { in OnRemoteRequest()
259 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest()
278 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest()
405 if (!data.ReadUInt64Vector(&mirrorScreenIds)) { in OnRemoteRequest()
415 if (!data.ReadUInt64Vector(&expandScreenIds)) { in OnRemoteRequest()
438 if (!data.ReadUInt64Vector(&uniqueScreenIds)) { in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp193 data.ReadUInt64Vector(&missionIds); in OnRemoteRequest()
248 if (!data.ReadUInt64Vector(&mirrorScreenId)) { in OnRemoteRequest()
260 if (!data.ReadUInt64Vector(&mirrorScreenIds)) { in OnRemoteRequest()
275 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest()
294 if (!data.ReadUInt64Vector(&expandScreenIds)) { in OnRemoteRequest()
310 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest()
622 if (!data.ReadUInt64Vector(&uniqueScreenIds)) { in OnRemoteRequest()
786 if (!data.ReadUInt64Vector(&windowIdList)) { in OnRemoteRequest()
950 data.ReadUInt64Vector(&windowIdList); in ProcSetVirtualScreenSecurityExemption()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_event_listener_stub.cpp35 if (!data.ReadUInt64Vector(&color)) { in OnRemoteRequest()
H A Dwallpaper_service_proxy.cpp59 if (!reply.ReadUInt64Vector(&colors)) { in GetColorsInner()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dscreen_group_info.cpp59 !parcel.ReadUInt64Vector(&children_)) { in InnerUnmarshalling()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp259 bool ReadUInt64Vector(Parcel &parcel, rust::vec<uint64_t> &val) in ReadUInt64Vector() function
261 return ReadVector(parcel, val, &Parcel::ReadUInt64Vector); in ReadUInt64Vector()
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_client_stub.cpp227 data.ReadUInt64Vector(&missionIds); in HandleOnGetSurfaceNodeIdsFromMissionIdsChanged()
229 data.ReadUInt64Vector(&surfaceNodeIds); in HandleOnGetSurfaceNodeIdsFromMissionIdsChanged()
H A Dscreen_session_manager_client_proxy.cpp376 reply.ReadUInt64Vector(&surfaceNodeIds); in OnGetSurfaceNodeIdsFromMissionIdsChanged()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dparcel_wrapper.h76 bool ReadUInt64Vector(Parcel &parcel, rust::vec<uint64_t> &val);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp74 if (!data.ReadUInt64Vector(&templateIds)) { in OnMessengerReadyStub()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h129 uint64_t *ReadUInt64Vector(IpcIo *io, size_t *size);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp143 ReadAndWriteV(parcel, data, &Parcel::WriteUInt64Vector, &Parcel::ReadUInt64Vector); in ReadAndWrite()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp507 data.ReadUInt64Vector(&whiteList); in OnRemoteRequest()
518 data.ReadUInt64Vector(&blackListVector); in OnRemoteRequest()
529 if (!data.ReadUInt64Vector(&blackListVector)) { in OnRemoteRequest()
543 if (!data.ReadUInt64Vector(&blackListVector)) { in OnRemoteRequest()
563 if (!data.ReadUInt64Vector(&securityExemptionList)) { in OnRemoteRequest()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs144 fn ReadUInt64Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u64>) -> bool; in ReadUInt64Vector() function
389 match ReadUInt64Vector(parcel, &mut v) { in read_process_vec()
414 match ReadUInt64Vector(parcel, &mut v) { in read_process_vec()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp277 bool result = reply.ReadUInt64Vector(&readUint64Vector); in TestParcelUint64Vector()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h710 bool ReadUInt64Vector(std::vector<uint64_t> *val);
H A Dparcel.cpp660 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h764 bool ReadUInt64Vector(std::vector<uint64_t> *val);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp745 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp720 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp722 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp725 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp725 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp290 result = parcel.ReadUInt64Vector(nullptr);
383 bool result = parcel1.ReadUInt64Vector(&val1); in ReadvecTestTwoFunc03()
508 bool result = parcel1.ReadUInt64Vector(&val1); in ReadvecTestThreeFunc03()
1500 result = parcel.ReadUInt64Vector(&uint64read); in ReadVectorTestDataFunc02()
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite_proxy.cpp683 reply.ReadUInt64Vector(&allDisplayIds); in GetAllDisplayIds()

12