/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_args.cpp | 34 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, versionCode); in ReadFromParcel() 38 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, offset); in ReadFromParcel() 39 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, length); in ReadFromParcel() 47 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, versionCode); in Marshalling() 49 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, offset); in Marshalling() 50 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, length); in Marshalling() 101 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, offset); in ReadFromParcel() 102 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, length); in ReadFromParcel() 104 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, hspVectorSize); in ReadFromParcel() 119 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parce in ReadFromParcel() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/ |
H A D | post_table_parser.h | 28 OpenTypeBasicType::Uint32 version; 32 OpenTypeBasicType::Uint32 isFixedPitch; 33 OpenTypeBasicType::Uint32 minMemType42; 34 OpenTypeBasicType::Uint32 maxMemType42; 35 OpenTypeBasicType::Uint32 minMemType1; 36 OpenTypeBasicType::Uint32 maxMemType1;
|
H A D | cmap_parser.cpp | 39 OpenTypeBasicType::Uint32 subtableOffset; 91 OpenTypeBasicType::Uint32 startCharCode; 92 OpenTypeBasicType::Uint32 endCharCode; 93 OpenTypeBasicType::Uint32 startGlyphId; 99 OpenTypeBasicType::Uint32 length; 100 OpenTypeBasicType::Uint32 language; 101 OpenTypeBasicType::Uint32 numGroups;
|
H A D | opentype_basic_type.h | 45 struct Uint32 { struct 51 Uint32 data;
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_ability_info_parcel.cpp | 36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, capabilities_); in ReadFromParcel() 37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, staticCapabilities_); in ReadFromParcel() 39 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, abilityTypes_); in ReadFromParcel() 40 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventTypes_); in ReadFromParcel() 56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, capabilities_); in Marshalling() 57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, staticCapabilities_); in Marshalling() 59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, abilityTypes_); in Marshalling() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventTypes_); in Marshalling()
|
H A D | mock_accessibility_caption_parcel.cpp | 31 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in ReadFromParcel() 33 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in ReadFromParcel() 34 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowColor_); in ReadFromParcel() 43 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in Marshalling() 45 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in Marshalling() 46 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowColor_); in Marshalling()
|
H A D | mock_accessibility_window_info_parcel.cpp | 33 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowType_); in ReadFromParcel() 34 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowMode_); in ReadFromParcel() 54 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowType_); in Marshalling() 55 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowMode_); in Marshalling()
|
H A D | mock_accessibility_event_info_parcel.cpp | 37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventType); in ReadFromParcelFirstPart() 39 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, gestureType); in ReadFromParcelFirstPart() 144 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, static_cast<uint32_t>(eventType_)); in Marshalling() 145 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, static_cast<uint32_t>(gestureType_)); in Marshalling()
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_ability_info_parcel.cpp | 36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, capabilities_); in ReadFromParcel() 37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, staticCapabilities_); in ReadFromParcel() 39 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, abilityTypes_); in ReadFromParcel() 40 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventTypes_); in ReadFromParcel() 56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, capabilities_); in Marshalling() 57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, staticCapabilities_); in Marshalling() 59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, abilityTypes_); in Marshalling() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventTypes_); in Marshalling()
|
H A D | accessibility_caption_parcel.cpp | 31 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in ReadFromParcel() 33 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in ReadFromParcel() 34 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowColor_); in ReadFromParcel() 43 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in Marshalling() 45 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in Marshalling() 46 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowColor_); in Marshalling()
|
H A D | accessibility_window_info_parcel.cpp | 33 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowType_); in ReadFromParcel() 34 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowMode_); in ReadFromParcel() 55 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowType_); in Marshalling() 56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, windowMode_); in Marshalling()
|
H A D | accessibility_event_info_parcel.cpp | 37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, eventType); in ReadFromParcelFirstPart() 39 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, gestureType); in ReadFromParcelFirstPart() 144 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, static_cast<uint32_t>(eventType_)); in Marshalling() 145 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, static_cast<uint32_t>(gestureType_)); in Marshalling()
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | efficiency_resource_info.cpp | 24 WRITE_PARCEL_WITH_RET(out, Uint32, resourceNumber_, false); in Marshalling() 26 WRITE_PARCEL_WITH_RET(out, Uint32, timeOut_, false); in Marshalling() 46 READ_PARCEL_WITH_RET(in, Uint32, resourceNumber_, false); in ReadFromParcel() 48 READ_PARCEL_WITH_RET(in, Uint32, timeOut_, false); in ReadFromParcel()
|
H A D | resource_callback_info.cpp | 28 WRITE_PARCEL_WITH_RET(out, Uint32, resourceNumber_, false); in Marshalling() 37 READ_PARCEL_WITH_RET(in, Uint32, resourceNumber_, false); in ReadFromParcel()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | resourcce_request.cpp | 25 WRITE_PARCEL_WITH_RET(out, Uint32, allowType_, false); in Marshalling() 30 WRITE_PARCEL_WITH_RET(out, Uint32, reasonCode_, false); in Marshalling() 46 READ_PARCEL_WITH_RET(in, Uint32, allowType_, false); in ReadFromParcel() 51 READ_PARCEL_WITH_RET(in, Uint32, reasonCode_, false); in ReadFromParcel()
|
H A D | allow_info.cpp | 24 WRITE_PARCEL_WITH_RET(out, Uint32, allowType_, false); in Marshalling() 42 READ_PARCEL_WITH_RET(in, Uint32, allowType_, false); in ReadFromParcel()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | distributed_bundle_info.cpp | 53 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, moduleInfosSize); in ReadFromParcel() 71 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, version); in Marshalling() 72 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, versionCode); in Marshalling() 73 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, compatibleVersionCode); in Marshalling() 74 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, minCompatibleVersion); in Marshalling() 75 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, targetVersionCode); in Marshalling() 80 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, moduleInfos.size()); in Marshalling() 85 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, accessTokenId); in Marshalling()
|
H A D | permission_define.cpp | 36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in ReadFromParcel() 37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, descriptionId); in ReadFromParcel() 63 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling() 64 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, descriptionId); in Marshalling()
|
H A D | preinstalled_application_info.cpp | 58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling() 59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, iconId); in Marshalling()
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 206 WRITE_HELPER_RET(parcel, Uint32, bindType_, false); in Marshalling() 207 WRITE_HELPER_RET(parcel, Uint32, authenticationType_, false); in Marshalling() 208 WRITE_HELPER_RET(parcel, Uint32, bindLevel_, false); in Marshalling() 213 WRITE_HELPER_RET(parcel, Uint32, deviceIdType_, false); in Marshalling() 226 READ_HELPER_RET(parcel, Uint32, bindType_, false); in UnMarshalling() 227 READ_HELPER_RET(parcel, Uint32, authenticationType_, false); in UnMarshalling() 228 READ_HELPER_RET(parcel, Uint32, bindLevel_, false); in UnMarshalling() 233 READ_HELPER_RET(parcel, Uint32, deviceIdType_, false); in UnMarshalling()
|
H A D | trust_device_profile.cpp | 80 WRITE_HELPER_RET(parcel, Uint32, deviceIdType_, false); in Marshalling() 83 WRITE_HELPER_RET(parcel, Uint32, bindType_, false); in Marshalling() 90 READ_HELPER_RET(parcel, Uint32, deviceIdType_, false); in UnMarshalling() 93 READ_HELPER_RET(parcel, Uint32, bindType_, false); in UnMarshalling()
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_event_listener_proxy.cpp | 55 WRITE_PARCEL(data, Uint32, eventType, RES_SCHED_DATA_ERROR, ResSchedEventListenerProxy); in WriteParcelForReceiveEvent() 56 WRITE_PARCEL(data, Uint32, eventValue, RES_SCHED_DATA_ERROR, ResSchedEventListenerProxy); in WriteParcelForReceiveEvent() 57 WRITE_PARCEL(data, Uint32, listenerGroup, RES_SCHED_DATA_ERROR, ResSchedEventListenerProxy); in WriteParcelForReceiveEvent()
|
H A D | res_sched_event_listener_stub.cpp | 89 READ_PARCEL(data, Uint32, eventType, ERR_RES_SCHED_PARCEL_ERROR, ResSchedEventListenerStub); in ParseAndCheckEventParcel() 90 READ_PARCEL(data, Uint32, eventValue, ERR_RES_SCHED_PARCEL_ERROR, ResSchedEventListenerStub); in ParseAndCheckEventParcel() 91 READ_PARCEL(data, Uint32, listenerGroup, ERR_RES_SCHED_PARCEL_ERROR, ResSchedEventListenerStub); in ParseAndCheckEventParcel()
|
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/ |
H A D | bundle_verify_status_info.cpp | 25 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, hostVerifyStatusMap.size()); in Marshalling() 52 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, size); in ReadFromParcel() 89 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, bundleVerifyStatusInfoMap_.size()); in Marshalling() 104 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, hostVerifyStatusMap.size()); in WriteHostVerifyStatusMap() 119 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, size); in ReadHostVerifyStatusMap() 154 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, size); in ReadFromParcel()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | ipc_utils.cpp | 32 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 49 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 66 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 83 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 97 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 112 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling() 130 WRITE_HELPER_RET(parcel, Uint32, size, false); in Marshalling()
|