Home
last modified time | relevance | path

Searched refs:eventsSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcommon_event_info.cpp60 int32_t eventsSize; in ReadFromParcel() local
61 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, eventsSize); in ReadFromParcel()
62 CONTAINER_SECURITY_VERIFY(parcel, eventsSize, &events); in ReadFromParcel()
63 for (int32_t i = 0; i < eventsSize; i++) { in ReadFromParcel()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_types.cpp.txt221 uint32_t eventsSize = 0;
222 if (!data.ReadUint32(eventsSize)) {
227 …HDI_CHECK_VALUE_RETURN(eventsSize, >, HDI_BUFF_MAX_SIZE / sizeof(OHOS::HDI::Vibrator::V1_2::Haptic…
229 dataBlock.events.reserve(eventsSize);
230 for (uint32_t i0 = 0; i0 < eventsSize; ++i0) {
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp159 int32_t eventsSize = cJSON_GetArraySize(events); in ParseData() local
160 for (int32_t i = 0; i < eventsSize; ++i) { in ParseData()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp207 int32_t eventsSize = data.ReadInt32(); in OnGetCapabilitiesInner() local
208 if (static_cast<uint32_t>(eventsSize) > AVRCP_CAPABILITY_COUNT_MAX) { in OnGetCapabilitiesInner()
211 for (int i = 0; i < eventsSize; i++) { in OnGetCapabilitiesInner()