/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/ |
H A D | fuzz_data_generator.h | 75 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 72 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 D | rs_render_property.cpp | 154 if (!parcel.ReadInt16(typeId)) { in Unmarshalling() 163 if (!parcel.ReadInt16(unitId)) { in Unmarshalling()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.cpp | 357 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 D | parcel.h | 437 int16_t ReadInt16(); 461 bool ReadInt16(int16_t &value);
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_codec.cpp | 116 return pIpcMsg.ReadInt16(attr); in IpcDecodeBindAttr()
|
/foundation/communication/dsoftbus/tests/common/include/ |
H A D | fuzz_data_generator.h | 73 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16()
|
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 127 parcel->WriteInt16(data.ReadInt16()); in ReadAndWrite() 132 parcel->WriteInt16(data.ReadInt16()); in ReadAndWrite()
|
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 84 bool ReadInt16(IpcIo *io, int16_t *value);
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_parcel_read.cpp | 106 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 D | napi_message_sequence_read.cpp | 229 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 D | rs_marshalling_helper.cpp | 430 if (!parcel.ReadInt16(typeId)) { \
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 431 if (!parcel.ReadInt16(typeId)) { \
|
/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 155 return ReadValue<int16_t>(parcel, value, &OHOS::MessageParcel::ReadInt16); in OH_IPCParcel_ReadInt16()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | assist_test_service.cpp | 44 return (res == ERR_NONE) ? reply.ReadInt16() : 0; in TestParcelChar()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 88 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 D | ipc_cmd_parser.cpp | 578 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 D | bus_center_server_stub.c | 283 ReadInt16(req, &dataChangeFlag); in ServerSetNodeDataChangeFlag()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 58 return data.ReadInt16(output); in Unmarshalling()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1524 auto type = data.ReadInt16(); in OnRemoteRequest() 1525 auto subType = data.ReadInt16(); in OnRemoteRequest()
|
/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | serializer.c | 519 bool ReadInt16(IpcIo *io, int16_t *value) in ReadInt16() function
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 1185 if (parcel.ReadInt16(value)) { in ReadFromParcelShort()
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 1266 if (parcel.ReadInt16(value)) { in ReadFromParcelShort()
|
/foundation/communication/ipc/ipc/test/serializer/ |
H A D | utils_serializer_test.cpp | 95 result = ReadInt16(io, &int16Val); in ReadTestData()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2087 if (!parcel.ReadInt16(typeId)) { \
|