Home
last modified time | relevance | path

Searched defs:currentPos (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dcontexts_trie.c301 uint32_t currentPos = 0; in ReadParamFromSharedMem() local
328 static int WriteParamToSharedMem(char *paramName, char *context, uint32_t *currentPos, SharedMem **… in WriteParamToSharedMem()
355 static void LoadParameterContexts(const char* fileName, uint32_t *currentPos, SharedMem **memPtr) in LoadParameterContexts()
397 uint32_t currentPos = 0; in LoadParameterContextsToSharedMem() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Ddrag_event_unit_test.cpp135 Point currentPos = dragEvent_->GetCurrentPos(); variable
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp144 size_t currentPos = endDir.offset; in LoadPackage() local
240 const EndCentralDir &endDir, size_t currentPos, size_t fileLen) in ParseFileEntries()
512 …_t ZipFileEntry::DecodeCentralDirEntry(PkgStreamPtr inStream, PkgBuffer &buffer, size_t currentPos, in DecodeCentralDirEntry()
548 size_t currentPos) in DecodeLocalFileHeaderCheck()
584 …32_t ZipFileEntry::DecodeLocalFileHeader(PkgStreamPtr inStream, PkgBuffer &data, size_t currentPos, in DecodeLocalFileHeader()
/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()
262 void UIAbstractScroll::CalculateDragDistance(Point currentPos, in CalculateDragDistance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.cpp74 uint32_t duration, uint32_t currentPos, bool needFireEvent) { in InitListener()
99 auto onCurrentTimeChange = [weak = WeakClaim(this), uiTaskExecutor](uint32_t currentPos) { in InitListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp248 auto&& positionUpdatedEvent = [videoElement, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
1039 uint32_t currentPos, bool needFireEvent) { in InitListener()
1063 auto onCurrentTimeChange = [videoElement, uiTaskExecutor](uint32_t currentPos) { in InitListener()
1211 …uint32_t width, uint32_t height, bool isPlaying, uint32_t duration, uint32_t currentPos, bool need… in OnPrepared()
1345 void VideoElement::OnCurrentTimeChange(uint32_t currentPos) in OnCurrentTimeChange()
1798 void VideoElement::SetCurrentTime(float currentPos, SeekMode seekMode) in OnStartBtnClick()
H A Dvideo_element_v2.cpp112 …eak = AceType::WeakClaim(this), singleChild](bool fullscreen, bool isPlaying, int32_t currentPos) { in FireFullscreen()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfile_metadata_stream.cpp215 long currentPos = ftell(fp_); in IsEof() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp113 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp373 auto&& positionUpdatedEvent = [videoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
422 auto&& seekDoneEvent = [videoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
503 void VideoPattern::OnCurrentTimeChange(uint32_t currentPos) in OnCurrentTimeChange()
647 void VideoPattern::OnPrepared(uint32_t duration, uint32_t currentPos, bool needFireEvent) in OnPrepared()
1705 void VideoPattern::SetCurrentTime(float currentPos, OHOS::Ace::SeekMode seekMode) in OnModifyDone()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp111 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp813 char* currentPos = serializedData; in SerializeTensorsToBuffer() local
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp669 int64_t currentPos = Plugin::HstTime2Ms(seekPos); in DoSeek() local
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp453 auto&& positionUpdatedEvent = [movingPhotoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp1862 string::size_type currentPos = displayName.rfind('.'); local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp2196 const char *currentPos = font; in GetSubFont() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2338 double currentPos = spThis->GetMainAxis(info.GetTouches().front().GetLocalLocation()); in PrepareRawRecognizer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1950 …float currentPos = manager->GetClickPosition().GetY() - context->GetRootRect().GetOffset().GetY() - in OnVirtualKeyboardHeightChange() local