Home
last modified time | relevance | path

Searched refs:splitLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_paint_method.h30 …LinearSplitPaintMethod(std::vector<OffsetF> childrenOffset, float splitLength, SplitType splitType) in DECLARE_ACE_TYPE()
31 … : childrenOffset_(std::move(childrenOffset)), splitLength_(splitLength), splitType_(splitType) in DECLARE_ACE_TYPE()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h41 uint32_t splitLength = 0u; member
H A Dprotocol_proto.cpp960 uint32_t quotient = fragmentInfo.splitLength / fragmentInfo.fragCount; in FrameFragmentation()
961 uint16_t remainder = fragmentInfo.splitLength % fragmentInfo.fragCount; in FrameFragmentation()
986 …CommPhyOptHeader pktPhyOptHeader = {static_cast<uint32_t>(fragmentInfo.splitLength + sizeof(CommPh… in FrameFragmentation()