/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/ |
H A D | sandbox_manager_proxy.cpp | 114 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in PersistPolicy() 149 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in UnPersistPolicy() 189 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in PersistPolicyByTokenId() 228 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in UnPersistPolicyByTokenId() 288 if (!reply.ReadUInt32Vector(&result)) { in SetPolicy() 447 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in StartAccessingPolicy() 482 if (remoteRet == SANDBOX_MANAGER_OK && !reply.ReadUInt32Vector(&result)) { in StopAccessingPolicy()
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | display_info.cpp | 69 parcel.ReadUInt32Vector(&(displayInfo->colorSpaces_)) && in Unmarshalling() 70 parcel.ReadUInt32Vector(&(displayInfo->hdrFormats_)) && in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/ |
H A D | rs_surface_buffer_callback_stub.cpp | 34 readRet = readRet && data.ReadUInt32Vector(&ret.surfaceBufferIds); in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | parcel_wrapper.cpp | 255 bool ReadUInt32Vector(Parcel &parcel, rust::vec<uint32_t> &val) in ReadUInt32Vector() function 257 return ReadVector(parcel, val, &Parcel::ReadUInt32Vector); in ReadUInt32Vector()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_media_content.cpp | 123 if (!parcel.ReadUInt32Vector(&sequenceNumbers_)) { in ReadFromParcel()
|
/ohos5.0/base/security/access_token/services/common/background_task_manager/src/ |
H A D | continuous_task_callback_info.cpp | 125 if (!parcel.ReadUInt32Vector(&typeIds_)) { in ReadFromParcel()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | continuous_task_callback_info.cpp | 159 if (!parcel.ReadUInt32Vector(&typeIds_)) { in ReadFromParcel()
|
H A D | continuous_task_param.cpp | 64 if (!parcel.ReadUInt32Vector(&bgModeIds_)) { in ReadFromParcel()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | ash_mem_utils.cpp | 101 if (!parcel.ReadUInt32Vector(&allSize)) { in ReadBulkData()
|
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | ash_mem_utils.cpp | 104 if (!parcel.ReadUInt32Vector(&allSize)) { in ReadBulkData()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_range.cpp | 127 parcel.ReadUInt32Vector(&pages); in ReadFromParcel()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_service_proxy.cpp | 141 if (!reply.ReadUInt32Vector(&uids)) { in GetUidsByPolicy() 541 if (!reply.ReadUInt32Vector(&uids)) { in GetDeviceIdleTrustlist() 621 if (!reply.ReadUInt32Vector(&uids)) { in GetPowerSaveTrustlist()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 245 data.ReadUInt32Vector(&windowIds); in OnRemoteRequest() 345 data.ReadUInt32Vector(&missionIds); in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | parcel_wrapper.h | 75 bool ReadUInt32Vector(Parcel &parcel, rust::vec<uint32_t> &val);
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | medical.cpp | 229 return parcel.ReadUInt32Vector(&reserved_); in ReadFromParcel()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_service_stub.cpp | 447 if (!data.ReadUInt32Vector(&tokenIds)) { in OnRemoveGlobalShareOption() 462 if (!data.ReadUInt32Vector(&tokenIds)) { in OnGetGlobalShareOption()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session_stub.cpp | 377 data.ReadUInt32Vector(&discTech); in HandleRegForegroundDispatch() 469 data.ReadUInt32Vector(&discTech); in HandleRegReaderMode()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 128 uint32_t *ReadUInt32Vector(IpcIo *io, size_t *size);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_mgr_stub.cpp | 604 if (!data.ReadUInt32Vector(&keys)) { in ProcGetProperty() 634 if (!data.ReadUInt32Vector(&tempKeys)) { in ProcGetPropertyById()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 142 ReadAndWriteV(parcel, data, &Parcel::WriteUInt32Vector, &Parcel::ReadUInt32Vector); in ReadAndWrite()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_service_ability_proxy.cpp | 51 if (!reply.ReadUInt32Vector(&allSize)) { in List()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 143 fn ReadUInt32Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u32>) -> bool; in ReadUInt32Vector() function 365 match ReadUInt32Vector(parcel, &mut v) { in read_process_vec() 440 match ReadUInt32Vector(parcel, &mut v) { in read_process_vec()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/stub/ |
H A D | net_policy_service_stub.cpp | 541 if (!data.ReadUInt32Vector(&uids)) { in OnSetDeviceIdleTrustlist() 624 if (!data.ReadUInt32Vector(&uids)) { in OnSetPowerSaveTrustlist()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_auth_stub.cpp | 163 if (!data.ReadUInt32Vector(&keys)) { in GetPropertyStub() 208 if (!data.ReadUInt32Vector(&keys)) { in GetPropertyByIdStub()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 123 reply.ReadUInt32Vector(&retval.deletingBuffers); in RequestBufferCommon() 172 reply.ReadUInt32Vector(&retval.deletingBuffers); in RequestBuffers()
|