Home
last modified time | relevance | path

Searched refs:ReadUInt8Vector (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_filter.cpp116 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 Dstorage_daemon_stub.cpp457 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 Davsession_pixel_map.cpp30 if (!data.ReadUInt8Vector(&imgBuffer)) { in Unmarshalling()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp830 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 Dhce_cmd_callback_stub.cpp88 data.ReadUInt8Vector(&apduData); in RemoteOnCeApduData()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp131 if (!data.ReadUInt8Vector(&dataValue)) { in OnNotifyMsgReportFromLpDeviceInner()
H A Dbluetooth_remote_device_observer_stub.cpp184 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 Dmdns_service_info.cpp48 parcel.ReadString(ptr->addr) && parcel.ReadInt32(ptr->port) && parcel.ReadUInt8Vector(&ptr->txtRecord); in Unmarshalling()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp247 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 Dparcel_wrapper.h73 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val);
/foundation/multimedia/media_foundation/src/meta/
H A Dany.cpp135 (void)parcel.ReadUInt8Vector(&val);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h126 uint8_t *ReadUInt8Vector(IpcIo *io, size_t *size);
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp140 ReadAndWriteV(parcel, data, &Parcel::WriteUInt8Vector, &Parcel::ReadUInt8Vector); in ReadAndWrite()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp30 bool result = data.ReadUInt8Vector(&blob); in Unmarshalling()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h106 return data.ReadUInt8Vector(&output); in Unmarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp399 if (!data.ReadUInt8Vector(&dataVector)) { in WriteFrameInner()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp645 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector() function in OHOS::Parcel
H A Dparcel.h707 bool ReadUInt8Vector(std::vector<uint8_t> *val);
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp202 if (!reply.ReadUInt8Vector(&readUint8Vector)) { in TestParcelUint8Vector()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs141 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 Ditypes_util.h178 return data.ReadUInt8Vector(&output); in Unmarshalling()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp595 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 Dinstalld_host.cpp334 if (!data.ReadUInt8Vector(&signData)) { in HandlePendSignAOT()
335 LOG_E(BMS_TAG_INSTALLD, "ReadUInt8Vector PendSignAOT failed"); in HandlePendSignAOT()
H A Dinstalld_proxy.cpp137 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 Dserializer.c1248 uint8_t *ReadUInt8Vector(IpcIo *io, size_t *size) in ReadUInt8Vector() function

Completed in 21 milliseconds

12