Home
last modified time | relevance | path

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

1234

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp34 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 Dpost_table_parser.h28 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 Dcmap_parser.cpp39 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 Dopentype_basic_type.h45 struct Uint32 { struct
51 Uint32 data;
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_ability_info_parcel.cpp36 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 Dmock_accessibility_caption_parcel.cpp31 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 Dmock_accessibility_window_info_parcel.cpp33 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 Dmock_accessibility_event_info_parcel.cpp37 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 Daccessibility_ability_info_parcel.cpp36 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 Daccessibility_caption_parcel.cpp31 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 Daccessibility_window_info_parcel.cpp33 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 Daccessibility_event_info_parcel.cpp37 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 Defficiency_resource_info.cpp24 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 Dresource_callback_info.cpp28 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 Dresourcce_request.cpp25 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 Dallow_info.cpp24 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 Ddistributed_bundle_info.cpp53 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 Dpermission_define.cpp36 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 Dpreinstalled_application_info.cpp58 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 Daccess_control_profile.cpp206 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 Dtrust_device_profile.cpp80 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 Dres_sched_event_listener_proxy.cpp55 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 Dres_sched_event_listener_stub.cpp89 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 Dbundle_verify_status_info.cpp25 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 Dipc_utils.cpp32 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()

Completed in 8 milliseconds

1234