Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp68 totalLength_(), in InterceptedDataImpl()
75 totalLength_ = GenericSingleVerKvEntry::CalculateLens(dataItems, SOFTWARE_VERSION_CURRENT); in InterceptedDataImpl()
79 …std::max(totalLength_, static_cast<size_t>(DBConstant::MAX_MTU_SIZE)) * 2); // 2 times MAX_MTU size in InterceptedDataImpl()
122 …size_t newLength = totalLength_ - Parcel::GetVectorCharLen(oldKey) + Parcel::GetVectorCharLen(newK… in ModifyKey()
127 totalLength_ = newLength; in ModifyKey()
159 …size_t newLength = totalLength_ - Parcel::GetVectorCharLen(oldValue) + Parcel::GetVectorCharLen(ne… in ModifyValue()
164 totalLength_ = newLength; in ModifyValue()
H A Dintercepted_data_impl.h48 size_t totalLength_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp324 Dimension totalLength_; in JsOnScrollBarUpdate() local
326 !ConvertFromJSValue(obj->GetProperty("totalLength"), totalLength_)) { in JsOnScrollBarUpdate()
329 … return std::pair<float, float>(totalOffset_.ConvertToPx(), totalLength_.ConvertToPx()); in JsOnScrollBarUpdate()