/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 54 executorRegisterInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorRegisterInfo() 55 executorRegisterInfo.executorRole = static_cast<ExecutorRole>(parcel.ReadInt32()); in FillFuzzExecutorRegisterInfo() 58 executorRegisterInfo.esl = static_cast<ExecutorSecureLevel>(parcel.ReadInt32()); in FillFuzzExecutorRegisterInfo() 67 uint32_t len = parcel.ReadInt32() % MAX_FUZZ_STRUCT_LEN; in FillFuzzExecutorInfoIndexVector() 79 scheduleInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzScheduleInfo() 81 scheduleInfo.scheduleMode = static_cast<ScheduleMode>(parcel.ReadInt32()); in FillFuzzScheduleInfo() 88 uint32_t len = parcel.ReadInt32() % MAX_FUZZ_STRUCT_LEN; in FillFuzzScheduleInfoVector() 98 authParamBase.userId = parcel.ReadInt32(); in FillFuzzAuthParamBase() 103 authParamBase.callerType = parcel.ReadInt32(); in FillFuzzAuthParamBase() 104 authParamBase.apiVersion = parcel.ReadInt32(); in FillFuzzAuthParamBase() [all...] |
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 83 executorInfo.executorRole = static_cast<HdiExecutorRole>(parcel.ReadInt32());
in FillFuzzExecutorInfo() 84 executorInfo.authType = static_cast<HdiAuthType>(parcel.ReadInt32());
in FillFuzzExecutorInfo() 85 executorInfo.esl = static_cast<HdiExecutorSecureLevel>(parcel.ReadInt32());
in FillFuzzExecutorInfo() 97 callbackObj = new (std::nothrow) DummyIExecutorCallback(parcel.ReadInt32(),
in FillFuzzIExecutorCallback() 98 parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadInt32());
in FillFuzzIExecutorCallback() 109 property.lockoutDuration = parcel.ReadInt32();
in FillFuzzProperty() 110 property.remainAttempts = parcel.ReadInt32();
in FillFuzzProperty() 144 int32_t resultCode = parcel.ReadInt32();
in FuzzSetData() [all...] |
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 65 int state = data.ReadInt32();
in OnConnectionStateChangedInner() 66 int cause = data.ReadInt32();
in OnConnectionStateChangedInner() 76 int playingState = data.ReadInt32();
in OnPlayingStatusChangedInner() 77 int error = data.ReadInt32();
in OnPlayingStatusChangedInner() 92 int error = data.ReadInt32();
in OnConfigurationChangedInner() 102 int action = data.ReadInt32();
in OnMediaStackChangedInner()
|
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 89 executorInfo.executorRole = static_cast<ExecutorRole>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 91 executorInfo.esl = static_cast<ExecutorSecureLevel>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 92 executorInfo.maxTemplateAcl = parcel.ReadInt32(); in FillFuzzExecutorInfo() 105 new (std::nothrow) DummyIExecutorCallback(parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadInt32()); in FillFuzzIExecutorCallback() 119 callbackObj = new (std::nothrow) DummyISaCommandCallback(parcel.ReadInt32()); in FillFuzzISaCommandCallback() 130 property.lockoutDuration = parcel.ReadInt32(); in FillFuzzProperty() 131 property.remainAttempts = parcel.ReadInt32(); in FillFuzzProperty() [all...] |
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 89 executorInfo.executorRole = static_cast<ExecutorRole>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 91 executorInfo.esl = static_cast<ExecutorSecureLevel>(parcel.ReadInt32()); in FillFuzzExecutorInfo() 92 executorInfo.maxTemplateAcl = parcel.ReadInt32(); in FillFuzzExecutorInfo() 105 new (std::nothrow) DummyIExecutorCallback(parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadInt32()); in FillFuzzIExecutorCallback() 119 callbackObj = new (std::nothrow) DummyISaCommandCallback(parcel.ReadInt32()); in FillFuzzISaCommandCallback() 130 property.lockoutDuration = parcel.ReadInt32(); in FillFuzzProperty() 131 property.remainAttempts = parcel.ReadInt32(); in FillFuzzProperty() [all...] |
/drivers/interface/display/composer/command_pack/ |
H A D | command_data_unpacker.h | 58 bool ReadInt32(int32_t& value) in ReadInt32() function in OHOS::HDI::Display::CommandDataUnpacker 85 DISPLAY_CHK_RETURN(ReadInt32(beginCmd) == false, false, in PackBegin() 99 DISPLAY_CHK_RETURN(ReadInt32(cmdId) == false, false, in BeginSection() 117 DISPLAY_CHK_RETURN(ReadInt32(endCmd) == false, false, in PackEnd()
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | native_buffer.cpp | 216 if (!messageParcel.ReadInt32(handle_->width) || !messageParcel.ReadInt32(handle_->stride) ||
in ExtractFromParcel() 217 !messageParcel.ReadInt32(handle_->height) || !messageParcel.ReadInt32(handle_->size) ||
in ExtractFromParcel() 218 !messageParcel.ReadInt32(handle_->format) || !messageParcel.ReadUint64(handle_->usage) ||
in ExtractFromParcel() 266 if (!messageParcel.ReadInt32(handle.reserve[handle.reserveFds + j])) {
in ReadReserveData()
|
H A D | idevmgr_client.cpp | 205 if (!reply.ReadInt32(pid)) { in HdfDevMgrFillPidList()
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_utils.h | 256 DISPLAY_CHK_RETURN(unpacker.ReadInt32(rect.x) == false, HDF_FAILURE, in RectUnpack() 258 DISPLAY_CHK_RETURN(unpacker.ReadInt32(rect.y) == false, HDF_FAILURE, in RectUnpack() 260 DISPLAY_CHK_RETURN(unpacker.ReadInt32(rect.w) == false, HDF_FAILURE, in RectUnpack() 262 DISPLAY_CHK_RETURN(unpacker.ReadInt32(rect.h) == false, HDF_FAILURE, in RectUnpack() 271 DISPLAY_CHK_RETURN(unpacker.ReadInt32(fdId) == false, HDF_FAILURE, in FileDescriptorUnpack() 285 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->width), in UnpackBasicInfo() 287 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->stride), in UnpackBasicInfo() 289 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->height), in UnpackBasicInfo() 291 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->size), in UnpackBasicInfo() 293 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handl in UnpackBasicInfo() [all...] |
H A D | display_cmd_requester.h | 729 retBool = replyUnpacker.ReadInt32(errCmd); in OnReplySetError() 732 retBool = replyUnpacker.ReadInt32(errCode); in OnReplySetError() 774 DISPLAY_CHK_RETURN(replyUnpacker.ReadInt32(compChangeTypes_[devId][i]) == false, HDF_FAILURE, in OnReplyPrepareDisplayLayers()
|
H A D | display_cmd_responser.h | 699 ret = unpacker.ReadInt32(type) ? HDF_SUCCESS : HDF_FAILURE; in OnSetLayerTransformMode() 916 ret = unpacker.ReadInt32(type) ? HDF_SUCCESS : HDF_FAILURE; in OnSetLayerCompositionType() 941 ret = unpacker.ReadInt32(type) ? HDF_SUCCESS : HDF_FAILURE; in OnSetLayerBlendType()
|
/drivers/interface/camera/sequenceable/map_data/ |
H A D | map_data_sequenceable.cpp | 43 if (parcel.ReadInt32(magic) == false || magic != BUFFER_DATA_MAGIC) { in Unmarshalling() 48 int32_t size = parcel.ReadInt32(); in Unmarshalling() 58 auto type = static_cast<MapDataType>(parcel.ReadInt32()); in Unmarshalling() 61 ret = sequenceData->Set(key, type, parcel.ReadInt32()); in Unmarshalling()
|
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/ |
H A D | display_device_callback_stub.cpp | 28 uint32_t outputId = data.ReadInt32(); in OnRemoteRequest()
|
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/ |
H A D | utils_data_stub.cpp | 228 int32_t tagCount = data.ReadInt32(); in DecodeCameraMetadata() 286 pInfo->streamId_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo() 287 pInfo->width_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo() 288 pInfo->height_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo() 289 pInfo->format_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo() 290 pInfo->intent_ = static_cast<StreamIntent>(parcel.ReadInt32()); in DecodeStreamInfo() 297 pInfo->minFrameDuration_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo() 298 pInfo->encodeType_ = static_cast<EncodeType>(parcel.ReadInt32()); in DecodeStreamInfo()
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | allocator_proxy.cpp | 95 retCode = reply.ReadInt32(); in AllocMem()
|
/drivers/peripheral/display/hdi_service/device/src/util/ |
H A D | display_device_common.cpp | 96 *data = parcel->ReadInt32(); in DisplayDeviceReadInt32()
|
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_requester.h | 139 DISPLAY_CHK_RETURN(replyUnpacker.ReadInt32(compChangeTypes_[devId][i]) == false, HDF_FAILURE, in OnReplySkipStateFailed() 153 int32_t retBool = replyUnpacker.ReadInt32(skipState); in OnReplyCommitAndGetReleaseFence()
|
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 223 num = reply.ReadInt32(); in GetDisplaySupportedModes() 305 status = static_cast<DispPowerStatus>(reply.ReadInt32()); in GetDisplayPowerStatus() 783 format = reply.ReadInt32(); in CreateVirtualDisplay() 882 format = reply.ReadInt32(); in CreateWriteBack() 1540 len = reply.ReadInt32(); in GetLayerPalette() 1634 compType = reply.ReadInt32(); in GetLayerCompression()
|
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_host_driver.cpp | 357 if (!data->ReadInt32(status)) { in SetDisplayPowerStatus() 1462 if (!data->ReadInt32(compType)) { in SetLayerCompression() 1894 if (!data->ReadInt32(enumTmp)) { in SetTransformMode() 1928 if (!data->ReadInt32(timeOut)) { in WaitForVBlank() 1996 if (!data->ReadInt32(enumTmp)) { in SetLayerBlendType()
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_test.cpp | 132 payload = data.ReadInt32(); 183 int32_t result = reply.ReadInt32(); in HWTEST_F() 266 int32_t result = reply.ReadInt32(); in HWTEST_F()
|
/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_types.cpp | 41 if (!parcel.ReadInt32(err)) {
in UnMarshalling()
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
H A D | hdf_sbuf_impl_hipc.cpp | 235 bool ret = MParcelCast(sbuf)->ReadInt32(v); in SbufMParcelImplReadInt32()
|
/drivers/hdf_core/framework/tools/hdf_dbg/ |
H A D | hdf_dbg.cpp | 378 reply.ReadInt32(replyInt); in InjectDebugHdi()
|