Home
last modified time | relevance | path

Searched defs:lastPos (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dresource_info.cpp60 auto lastPos = key.find_last_of(SEPARATOR); in ParseKey() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Ddrag_event.h58 DragEvent(const Point& newPos, const Point& lastPos, const Point& totalLen) : Event(newPos) in DragEvent()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h32 std::vector<int32_t> lastPos; member
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp227 bool UIAbstractScroll::DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bo… in DragThrowAnimator()
263 Point lastPos, in CalculateDragDistance()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp68 std::string::size_type lastPos = 0; in SplitString() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h220 int64_t lastPos; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h243 void SetLastPos(uint32_t lastPos) in SetLastPos()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h318 API_EXPORT void SetLastPos(uint32_t lastPos) in SetLastPos()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp225 size_t lastPos = 0; in Mkdirs() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp605 const std::vector<int32_t> &lastPos, EnvelopeSegmentInfo &envelopeList) in SplitLongShortEnvelope()