Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp187 bool shouldTakeSize = hasSetSize_ && !hasSetRow_; in TakeNext() local
188 int rowNum = shouldTakeSize ? 0 : takeRow_; in TakeNext()
204 if (shouldTakeSize && static_cast<int>(totalSize + eventStr.size()) > takeSize_) { in TakeNext()

Completed in 1 milliseconds