/base/request/request/frameworks/native/src/ |
H A D | parcel_helper.cpp | 38 info.version = static_cast<Version>(data.ReadUint32());
in UnMarshal() 48 info.action = static_cast<Action>(data.ReadUint32());
in UnMarshalBase() 49 info.mode = static_cast<Mode>(data.ReadUint32());
in UnMarshalBase() 50 info.code = static_cast<Reason>(data.ReadUint32());
in UnMarshalBase() 51 info.tries = data.ReadUint32();
in UnMarshalBase() 62 info.priority = data.ReadUint32();
in UnMarshalBase() 67 uint32_t size = data.ReadUint32();
in UnMarshalFormItem() 83 uint32_t size = data.ReadUint32();
in UnMarshalFileSpec() 101 info.progress.state = static_cast<State>(data.ReadUint32());
in UnMarshalProgress() 102 info.progress.index = data.ReadUint32();
in UnMarshalProgress() [all...] |
/base/security/security_guard/interfaces/inner_api/common/include/ |
H A D | security_event_config.h | 98 if (!parcel.ReadUint32(config_.version)) { in ReadFromParcel() 101 if (!parcel.ReadUint32(config_.eventType)) { in ReadFromParcel() 104 if (!parcel.ReadUint32(config_.collectOnStart)) { in ReadFromParcel() 107 if (!parcel.ReadUint32(config_.dataSensitivityLevel)) { in ReadFromParcel() 110 if (!parcel.ReadUint32(config_.storageRamNums)) { in ReadFromParcel() 113 if (!parcel.ReadUint32(config_.storageRomNums)) { in ReadFromParcel() 122 if (!parcel.ReadUint32(ownerSize)) { in ReadFromParcel() 132 if (!parcel.ReadUint32(config_.source)) { in ReadFromParcel()
|
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager_stub.cpp | 42 int ret = AddWatcher(key, data.ReadUint32()); in OnRemoteRequest() 51 int ret = DelWatcher(key, data.ReadUint32()); in OnRemoteRequest() 58 uint32_t id = data.ReadUint32(); in OnRemoteRequest() 65 int ret = DelRemoteWatcher(data.ReadUint32()); in OnRemoteRequest() 71 int ret = RefreshWatcher(key, data.ReadUint32()); in OnRemoteRequest()
|
/base/useriam/face_auth/test/fuzztest/iamfuzz/ |
H A D | iam_fuzz_test.cpp | 57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector() 66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector() 75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector() 84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector() 93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
|
/base/useriam/pin_auth/test/fuzztest/utils_fuzz/ |
H A D | iam_fuzz_test.cpp | 57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector() 66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector() 75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector() 84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector() 93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
|
/base/useriam/fingerprint_auth/test/fuzztest/iamfuzz/ |
H A D | iam_fuzz_test.cpp | 57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector() 66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector() 75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector() 84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector() 93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
|
/base/useriam/user_auth_framework/common/test/ |
H A D | iam_fuzz_test.cpp | 57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector() 66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector() 75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector() 84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector() 93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
|
/base/useriam/pin_auth/test/fuzztest/services/modules/inputters/pinauthmanager_fuzzer/ |
H A D | pin_auth_manager_fuzzer.cpp | 47 uint32_t tokenId = parcel.ReadUint32(); in FuzzRegisterInputer() 62 uint32_t tokenId = parcel.ReadUint32(); in FuzzUnRegisterInputer() 77 uint32_t tokenId = parcel.ReadUint32(); in FuzzGetInputerLock() 93 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthManagerFuzzTest()
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_service_stub.cpp | 78 uint32_t sensorId = data.ReadUint32(); in AfeEnableInner() 92 uint32_t sensorId = data.ReadUint32(); in AfeDisableInner() 106 uint32_t sensorId = data.ReadUint32(); in AfeSetOptionInner() 107 uint32_t opt = data.ReadUint32(); in AfeSetOptionInner() 121 uint32_t sensorId = data.ReadUint32(); in GetAfeStateInner() 135 uint32_t sensorId = data.ReadUint32(); in RunCommandInner() 143 return RunCommand(sensorId, data.ReadUint32(), data.ReadUint32()); in RunCommandInner()
|
/base/security/access_token/frameworks/accesstoken/src/ |
H A D | permission_state_change_scope_parcel.cpp | 43 RELEASE_IF_FALSE(in.ReadUint32(tokenIdListSize), permStateChangeScopeParcel); in Unmarshalling() 47 RELEASE_IF_FALSE(in.ReadUint32(tokenID), permStateChangeScopeParcel); in Unmarshalling() 52 RELEASE_IF_FALSE(in.ReadUint32(permListSize), permStateChangeScopeParcel); in Unmarshalling()
|
H A D | permission_state_full_parcel.cpp | 55 RELEASE_IF_FALSE(in.ReadUint32(resIdSize), permissionStateParcel); in Unmarshalling() 64 RELEASE_IF_FALSE(in.ReadUint32(grantStatsSize), permissionStateParcel); in Unmarshalling() 73 RELEASE_IF_FALSE(in.ReadUint32(grantFlagSize), permissionStateParcel); in Unmarshalling() 77 RELEASE_IF_FALSE(in.ReadUint32(flag), permissionStateParcel); in Unmarshalling()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 63 uint32_t state = data.ReadUint32(); in HandlePrinterEvent() 75 uint32_t state = data.ReadUint32(); in HandlePrintJobEvent() 117 uint32_t state = data.ReadUint32(); in HandlePrintAdapterJobChangedEvent() 118 uint32_t subState = data.ReadUint32(); in HandlePrintAdapterJobChangedEvent() 131 uint32_t state = data.ReadUint32(); in HandlePrintAdapterGetFileEvent()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | sys_event_query_rule.cpp | 46 if (!parcel.ReadUint32(ret->eventType)) { in Unmarshalling() 49 if (!parcel.ReadUint32(ret->ruleType)) { in Unmarshalling()
|
H A D | sys_event_rule.cpp | 55 if (!parcel.ReadUint32(ret->ruleType)) { in Unmarshalling() 58 if (!parcel.ReadUint32(ret->eventType)) { in Unmarshalling()
|
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/ |
H A D | power_policy.cpp | 32 uint32_t action = parcel.ReadUint32(); in Unmarshalling() 33 uint32_t delayTime = parcel.ReadUint32(); in Unmarshalling()
|
/base/security/access_token/frameworks/privacy/src/ |
H A D | permission_used_type_info_parcel.cpp | 38 RELEASE_IF_FALSE(in.ReadUint32(parcel->info.tokenId), parcel); in Unmarshalling() 41 RELEASE_IF_FALSE(in.ReadUint32(type), parcel); in Unmarshalling()
|
H A D | sec_comp_enhance_data_parcel.cpp | 46 RELEASE_IF_FALSE(in.ReadUint32(enhanceDataParcel->enhanceData.token), enhanceDataParcel); in Unmarshalling() 48 RELEASE_IF_FALSE(in.ReadUint32(enhanceDataParcel->enhanceData.sessionId), enhanceDataParcel); in Unmarshalling() 49 RELEASE_IF_FALSE(in.ReadUint32(enhanceDataParcel->enhanceData.seqNum), enhanceDataParcel); in Unmarshalling()
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 64 componentDescription.descriptionInfo.descriptionType = static_cast<DescriptionType>(reply.ReadUint32()); in ReadComponentDescriptions() 66 componentDescription.notifyDescriptionInfo.descriptionType = static_cast<DescriptionType>(reply.ReadUint32()); in ReadComponentDescriptions() 153 versionComponent.effectiveMode = static_cast<size_t>(reply.ReadUint32()); in ReadVersionComponents() 155 versionComponent.descriptionInfo.descriptionType = static_cast<DescriptionType>(reply.ReadUint32()); in ReadVersionComponents() 282 policy.autoUpgradePeriods[i].start = reply.ReadUint32(); in ReadUpgradePolicy() 283 policy.autoUpgradePeriods[i].end = reply.ReadUint32(); in ReadUpgradePolicy() 303 eventInfo.eventId = static_cast<EventId>(reply.ReadUint32()); in ReadEventInfo() 329 descriptionOptions.format = static_cast<DescriptionFormat>(reply.ReadUint32()); in ReadDescriptionOptions() 343 downloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadDownloadOptions() 344 downloadOptions.order = static_cast<Order>(reply.ReadUint32()); in ReadDownloadOptions() [all...] |
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_margin.cpp | 133 SetTop(parcel.ReadUint32()); in ReadFromParcel() 138 SetBottom(parcel.ReadUint32()); in ReadFromParcel() 143 SetLeft(parcel.ReadUint32()); in ReadFromParcel() 148 SetRight(parcel.ReadUint32()); in ReadFromParcel()
|
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthcollectorhdi_fuzzer/ |
H A D | pin_auth_collector_hdi_fuzzer.cpp | 99 .tokenId = parcel.ReadUint32(), in FuzzCollect() 100 .collectorTokenId = parcel.ReadUint32(), in FuzzCollect() 112 uint64_t authSubType = parcel.ReadUint32(); in FuzzOnSetData() 141 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthCollectorHdiFuzzTest()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_query_rule.cpp | 46 if (!parcel.ReadUint32(ret->eventType)) { in Unmarshalling() 49 if (!parcel.ReadUint32(ret->ruleType)) { in Unmarshalling()
|
H A D | sys_event_rule.cpp | 55 if (!parcel.ReadUint32(ret->ruleType)) { in Unmarshalling() 58 if (!parcel.ReadUint32(ret->eventType)) { in Unmarshalling()
|
/base/security/dlp_permission_service/frameworks/dlp_permission/src/ |
H A D | dlp_permission_info_parcel.cpp | 46 if (!(in.ReadUint32(res))) { in Unmarshalling() 54 if (!(in.ReadUint32(res))) { in Unmarshalling()
|
H A D | dlp_policy_parcel.cpp | 130 if (!in.ReadUint32(len)) { in ReadKey() 145 if (!in.ReadUint32(len)) { in ReadKey() 160 if (!in.ReadUint32(len)) { in ReadKey() 186 if (!(in.ReadUint32(policy.needOnline_))) { in ReadAesParam() 190 if (!(in.ReadUint32(policy.dlpVersion_))) { in ReadAesParam() 237 if (!in.ReadUint32(listSize)) { in ReadParcel()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/ |
H A D | accesstoken_manager_stub.cpp | 99 AccessTokenID tokenID = data.ReadUint32(); in DeleteTokenInfoInner() 114 if (!data.ReadUint32(tokenID)) { in GetPermissionUsedTypeInner() 135 AccessTokenID tokenID = data.ReadUint32(); in VerifyAccessTokenInner() 155 AccessTokenID tokenID = data.ReadUint32(); in GetDefPermissionsInner() 173 AccessTokenID tokenID = data.ReadUint32(); in GetReqPermissionsInner() 193 if (!data.ReadUint32(size)) { in GetSelfPermissionsStateInner() 234 AccessTokenID tokenID = data.ReadUint32(); in GetPermissionsStatusInner() 237 if (!data.ReadUint32(size)) { in GetPermissionsStatusInner() 272 AccessTokenID tokenID = data.ReadUint32(); in GetPermissionFlagInner() 301 uint32_t status = data.ReadUint32(); in SetPermissionRequestToggleStatusInner() [all...] |