/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 68 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 D | screen_session_manager_stub.cpp | 193 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 D | wallpaper_event_listener_stub.cpp | 35 if (!data.ReadUInt64Vector(&color)) { in OnRemoteRequest()
|
H A D | wallpaper_service_proxy.cpp | 59 if (!reply.ReadUInt64Vector(&colors)) { in GetColorsInner()
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | screen_group_info.cpp | 59 !parcel.ReadUInt64Vector(&children_)) { in InnerUnmarshalling()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | parcel_wrapper.cpp | 259 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 D | screen_session_manager_client_stub.cpp | 227 data.ReadUInt64Vector(&missionIds); in HandleOnGetSurfaceNodeIdsFromMissionIdsChanged() 229 data.ReadUInt64Vector(&surfaceNodeIds); in HandleOnGetSurfaceNodeIdsFromMissionIdsChanged()
|
H A D | screen_session_manager_client_proxy.cpp | 376 reply.ReadUInt64Vector(&surfaceNodeIds); in OnGetSurfaceNodeIdsFromMissionIdsChanged()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | parcel_wrapper.h | 76 bool ReadUInt64Vector(Parcel &parcel, rust::vec<uint64_t> &val);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_stub.cpp | 74 if (!data.ReadUInt64Vector(&templateIds)) { in OnMessengerReadyStub()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 129 uint64_t *ReadUInt64Vector(IpcIo *io, size_t *size);
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 143 ReadAndWriteV(parcel, data, &Parcel::WriteUInt64Vector, &Parcel::ReadUInt64Vector); in ReadAndWrite()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 507 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 D | wrapper.rs | 144 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 D | assist_test_service.cpp | 277 bool result = reply.ReadUInt64Vector(&readUint64Vector); in TestParcelUint64Vector()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.h | 710 bool ReadUInt64Vector(std::vector<uint64_t> *val);
|
H A D | parcel.cpp | 660 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector() function in OHOS::Parcel
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | parcel.h | 764 bool ReadUInt64Vector(std::vector<uint64_t> *val);
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/ |
H A D | mock_parcel.cpp | 745 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 D | mock_parcel.cpp | 720 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 D | mock_parcel.cpp | 722 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 D | mock_parcel.cpp | 725 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 D | mock_parcel.cpp | 725 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 D | utils_parcel_test.cpp | 290 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 D | display_manager_lite_proxy.cpp | 683 reply.ReadUInt64Vector(&allDisplayIds); in GetAllDisplayIds()
|