/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_ble_scan_filter.cpp | 116 if (!parcel.ReadUInt8Vector(&serviceDataMask_)) { in ReadFromParcel() 122 if (!parcel.ReadUInt8Vector(&manufactureData_)) { in ReadFromParcel() 125 if (!parcel.ReadUInt8Vector(&manufactureDataMask_)) { in ReadFromParcel() 156 if (!parcel.ReadUInt8Vector(&serviceData_)) { in ReadUuidFromParcel()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_stub.cpp | 457 data.ReadUInt8Vector(&token); in HandleUpdateUserAuth() 458 data.ReadUInt8Vector(&oldSecret); in HandleUpdateUserAuth() 459 data.ReadUInt8Vector(&newSecret); in HandleUpdateUserAuth() 476 data.ReadUInt8Vector(&token); in HandleUpdateUseAuthWithRecoveryKey() 477 data.ReadUInt8Vector(&newSecret); in HandleUpdateUseAuthWithRecoveryKey() 482 data.ReadUInt8Vector(&iv); in HandleUpdateUseAuthWithRecoveryKey() 500 data.ReadUInt8Vector(&token); in HandleActiveUserKey() 501 data.ReadUInt8Vector(&secret); in HandleActiveUserKey() 541 data.ReadUInt8Vector(&token); in HandleUnlockUserScreen() 542 data.ReadUInt8Vector( in HandleUnlockUserScreen() [all...] |
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avsession_pixel_map.cpp | 30 if (!data.ReadUInt8Vector(&imgBuffer)) { in Unmarshalling()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 830 data.ReadUInt8Vector(&token); in HandleUpdateUserAuth() 831 data.ReadUInt8Vector(&oldSecret); in HandleUpdateUserAuth() 832 data.ReadUInt8Vector(&newSecret); in HandleUpdateUserAuth() 852 data.ReadUInt8Vector(&token); in HandleUpdateUseAuthWithRecoveryKey() 853 data.ReadUInt8Vector(&newSecret); in HandleUpdateUseAuthWithRecoveryKey() 858 data.ReadUInt8Vector(&iv); in HandleUpdateUseAuthWithRecoveryKey() 879 data.ReadUInt8Vector(&token); in HandleActiveUserKey() 880 data.ReadUInt8Vector(&secret); in HandleActiveUserKey() 948 data.ReadUInt8Vector(&token); in HandleUnlockUserScreen() 949 data.ReadUInt8Vector( in HandleUnlockUserScreen() [all...] |
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_cmd_callback_stub.cpp | 88 data.ReadUInt8Vector(&apduData); in RemoteOnCeApduData()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 131 if (!data.ReadUInt8Vector(&dataValue)) { in OnNotifyMsgReportFromLpDeviceInner()
|
H A D | bluetooth_remote_device_observer_stub.cpp | 184 CHECK_AND_RETURN_LOG_RET(data.ReadUInt8Vector(&dataValue), BT_ERR_INTERNAL_ERROR, "Read dataValue error"); in OnRemoteDeviceCommonInfoReportInner()
|
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/ |
H A D | mdns_service_info.cpp | 48 parcel.ReadString(ptr->addr) && parcel.ReadInt32(ptr->port) && parcel.ReadUInt8Vector(&ptr->txtRecord); in Unmarshalling()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | parcel_wrapper.cpp | 247 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val) in ReadUInt8Vector() function 249 return ReadVector(parcel, val, &Parcel::ReadUInt8Vector); in ReadUInt8Vector()
|
/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | parcel_wrapper.h | 73 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val);
|
/foundation/multimedia/media_foundation/src/meta/ |
H A D | any.cpp | 135 (void)parcel.ReadUInt8Vector(&val);
|
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 126 uint8_t *ReadUInt8Vector(IpcIo *io, size_t *size);
|
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 140 ReadAndWriteV(parcel, data, &Parcel::WriteUInt8Vector, &Parcel::ReadUInt8Vector); in ReadAndWrite()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 30 bool result = data.ReadUInt8Vector(&blob); in Unmarshalling()
|
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_utils.h | 106 return data.ReadUInt8Vector(&output); in Unmarshalling()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_stub.cpp | 399 if (!data.ReadUInt8Vector(&dataVector)) { in WriteFrameInner()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.cpp | 645 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector() function in OHOS::Parcel
|
H A D | parcel.h | 707 bool ReadUInt8Vector(std::vector<uint8_t> *val);
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | assist_test_service.cpp | 202 if (!reply.ReadUInt8Vector(&readUint8Vector)) { in TestParcelUint8Vector()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 141 fn ReadUInt8Vector(parcel: Pin<&mut Parcel>, v: &mut Vec<u8>) -> bool; in ReadUInt8Vector() functions 314 match ReadUInt8Vector(parcel, &mut v) { in read_process_vec()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 178 return data.ReadUInt8Vector(&output); in Unmarshalling()
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data.cpp | 595 if (!parcel.ReadUInt8Vector(&pasteDataTlv)) { in ReadFromParcel() 596 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_CLIENT, "ReadUInt8Vector failed"); in ReadFromParcel()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 334 if (!data.ReadUInt8Vector(&signData)) { in HandlePendSignAOT() 335 LOG_E(BMS_TAG_INSTALLD, "ReadUInt8Vector PendSignAOT failed"); in HandlePendSignAOT()
|
H A D | installd_proxy.cpp | 137 if (!reply.ReadUInt8Vector(&pendSignData)) { in ExecuteAOT() 138 LOG_E(BMS_TAG_INSTALLD, "ReadUInt8Vector ExecuteAOT failed"); in ExecuteAOT()
|
/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | serializer.c | 1248 uint8_t *ReadUInt8Vector(IpcIo *io, size_t *size) in ReadUInt8Vector() function
|