Home
last modified time | relevance | path

Searched refs:nItems (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Di_anco_consumer.cpp35 uint64_t nItems = static_cast<uint64_t>(data.size()); in MarshalVector() local
36 if (!parcel.WriteUint64(nItems)) { in MarshalVector()
39 for (uint64_t index = 0; index < nItems; ++index) { in MarshalVector()
53 uint64_t nItems {}; in UnmarshalVector()
54 if (!parcel.ReadUint64(nItems)) { in UnmarshalVector()
57 if (nItems > MAX_UNMARSHAL_VECTOR_SIZE) { in UnmarshalVector()
58 MMI_HILOGE("The nItems:%{public}" PRIu64 ", exceeds maximum allowed size:%{public}" in UnmarshalVector()
59 PRIu64, nItems, MAX_UNMARSHAL_VECTOR_SIZE); in UnmarshalVector()
62 data.resize(nItems); in UnmarshalVector()
64 for (uint64_t index = 0; index < nItems; in UnmarshalVector()
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp136 size_t nItems = 0; in GetForegroundPids() local
140 ++nItems; in GetForegroundPids()
143 if (nItems > MAX_N_PRINTABLE_ITEMS) { in GetForegroundPids()
148 ++nItems; in GetForegroundPids()

Completed in 2 milliseconds