Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp54 bool CheckLength(size_t len, size_t maxPacketSize) in CheckLength() function
123 if (!CheckLength(newLength, maxPacketSize_)) { in ModifyKey()
160 if (!CheckLength(newLength, maxPacketSize_)) { in ModifyValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp213 …if (!CheckLength(jsStrokeWidth, strokeWidthDimension, V2::PROGRESS_ETS_TAG, attrsProgressStrokeWid… in JsSetProgressStyleOptions()
233 …if (!CheckLength(jsScaleWidth, scaleWidthDimension, V2::PROGRESS_ETS_TAG, attrsProgressScaleWidth)… in JsSetProgressStyleOptions()
H A Djs_view_abstract.h604 static bool CheckLength(
H A Djs_view_abstract.cpp10203 bool JSViewAbstract::CheckLength( in CheckLength() function in OHOS::Ace::Framework::JSViewAbstract