Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h75 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp72 if (!RSMarshallingHelper::Unmarshalling(parcel, prop) || !parcel.ReadInt16(type)) {
110 if (!RSMarshallingHelper::Unmarshalling(parcel, prop) || !parcel.ReadInt16(type)) {
277 if (!parcel.ReadInt16(type)) { in Unmarshalling()
H A Drs_render_property.cpp154 if (!parcel.ReadInt16(typeId)) { in Unmarshalling()
163 if (!parcel.ReadInt16(unitId)) { in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp357 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
426 bool Parcel::ReadInt16(int16_t &value) in ReadInt16() function in OHOS::Parcel
632 return ReadVector(val, &Parcel::ReadInt16); in ReadInt16Vector()
H A Dparcel.h437 int16_t ReadInt16();
461 bool ReadInt16(int16_t &value);
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec.cpp116 return pIpcMsg.ReadInt16(attr); in IpcDecodeBindAttr()
/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h73 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp127 parcel->WriteInt16(data.ReadInt16()); in ReadAndWrite()
132 parcel->WriteInt16(data.ReadInt16()); in ReadAndWrite()
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h84 bool ReadInt16(IpcIo *io, int16_t *value);
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_read.cpp106 int16_t value = napiParcel->nativeParcel_->ReadInt16(); in JS_readShort()
328 int16_t val = napiParcel->nativeParcel_->ReadInt16(); in JS_readShortArray()
348 int16_t val = napiParcel->nativeParcel_->ReadInt16(); in JS_readShortArray()
H A Dnapi_message_sequence_read.cpp229 int16_t value = napiSequence->nativeParcel_->ReadInt16(); in JS_readShort()
461 int16_t val = napiSequence->nativeParcel_->ReadInt16(); in JS_readShortArray()
481 int16_t val = napiSequence->nativeParcel_->ReadInt16(); in JS_readShortArray()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp430 if (!parcel.ReadInt16(typeId)) { \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp431 if (!parcel.ReadInt16(typeId)) { \
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp155 return ReadValue<int16_t>(parcel, value, &OHOS::MessageParcel::ReadInt16); in OH_IPCParcel_ReadInt16()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp44 return (res == ERR_NONE) ? reply.ReadInt16() : 0; in TestParcelChar()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs88 fn ReadInt16(self: Pin<&mut Parcel>, v: &mut i16) -> bool; in ReadInt16() functions
226 match parcel.ReadInt16(&mut v) { in read_process()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp578 int16_t subscribeId = data.ReadInt16(); in ON_IPC_CMD()
592 int16_t subscribeId = data.ReadInt16(); in ON_IPC_CMD()
608 int16_t subscribeId = data.ReadInt16(); in ON_IPC_CMD()
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c283 ReadInt16(req, &dataChangeFlag); in ServerSetNodeDataChangeFlag()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h58 return data.ReadInt16(output); in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1524 auto type = data.ReadInt16(); in OnRemoteRequest()
1525 auto subType = data.ReadInt16(); in OnRemoteRequest()
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c519 bool ReadInt16(IpcIo *io, int16_t *value) in ReadInt16() function
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1185 if (parcel.ReadInt16(value)) { in ReadFromParcelShort()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1266 if (parcel.ReadInt16(value)) { in ReadFromParcelShort()
/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp95 result = ReadInt16(io, &int16Val); in ReadTestData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2087 if (!parcel.ReadInt16(typeId)) { \

Completed in 35 milliseconds