Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetCurrentPage
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
swiper_component.cpp
153
swiperView_.
SetCurrentPage
(0);
in SetPageIndex()
155
swiperView_.
SetCurrentPage
(index_);
in SetPageIndex()
H
A
D
tabs_component.cpp
141
tabView_->
SetCurrentPage
(GetInitPageIndex());
in PostRender()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_page_router.h
65
void
SetCurrentPage
();
H
A
D
cj_page_router.cpp
376
SetCurrentPage
();
in OnPopSuccess()
380
void CJPageRouter::
SetCurrentPage
()
in SetCurrentPage()
function in OHOS::Ace::Framework::CJPageRouter
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_swipe_view.h
163
void
SetCurrentPage
(uint16_t index, bool needAnimator = false);
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_swipe_view_unit_test.cpp
172
* @tc.desc: Verify
SetCurrentPage
function, equal.
209
swipeView_->
SetCurrentPage
(1);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
1205
delegate->
SetCurrentPage
(page->GetPageId());
in OnPageReady()
1247
void PluginFrontendDelegate::
SetCurrentPage
(int32_t pageId)
in SetCurrentPage()
function in OHOS::Ace::Framework::PluginFrontendDelegate
1256
LOGE("PluginFrontendDelegate
SetCurrentPage
page is null.");
in SetCurrentPage()
1331
SetCurrentPage
(pageId);
in PopToPageTransitionListener()
1396
SetCurrentPage
(pageId);
in PopPageTransitionListener()
1431
delegate->
SetCurrentPage
(pageId);
in ClearInvisiblePages()
1482
delegate->
SetCurrentPage
(page->GetPageId());
in ReplacePage()
H
A
D
plugin_frontend_delegate.h
262
void
SetCurrentPage
(int32_t pageId);
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H
A
D
ui_test_ui_swipe_view.cpp
451
currentSwipe_->
SetCurrentPage
(++currentIndex, true);
in OnClick()
453
currentSwipe_->
SetCurrentPage
(0, true);
in OnClick()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
1376
delegate->
SetCurrentPage
(page->GetPageId());
in OnPageReady()
1418
void FrontendDelegateImpl::
SetCurrentPage
(int32_t pageId)
in SetCurrentPage()
function in OHOS::Ace::Framework::FrontendDelegateImpl
1426
LOGE("FrontendDelegateImpl
SetCurrentPage
page is null.");
in SetCurrentPage()
1509
SetCurrentPage
(pageId);
in PopToPageTransitionListener()
1582
SetCurrentPage
(pageId);
in PopPageTransitionListener()
1633
delegate->
SetCurrentPage
(pageId);
in ClearInvisiblePages()
1697
delegate->
SetCurrentPage
(page->GetPageId());
in ReplacePage()
H
A
D
frontend_delegate_impl.h
368
void
SetCurrentPage
(int32_t pageId);
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend_delegate.cpp
304
void PluginFrontendDelegate::
SetCurrentPage
(int32_t pageId) {}
in SetCurrentPage()
function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
timepicker_row_pattern.h
572
void
SetCurrentPage
(uint32_t value)
in SetCurrentPage()
function in OHOS::Ace::NG::TimePickerRowPattern
H
A
D
timepicker_dialog_view.cpp
620
timePickerRowPattern->
SetCurrentPage
(switchFlag_ ? 0 : 1);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_swipe_view.cpp
91
void UISwipeView::
SetCurrentPage
(uint16_t index, bool needAnimator)
in SetCurrentPage()
function in OHOS::UISwipeView
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
2453
SetCurrentPage
(page->GetPageId());
in PushPageTransitionListener()
2519
void FrontendDelegateDeclarative::
SetCurrentPage
(int32_t pageId)
in SetCurrentPage()
function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2528
LOGE("FrontendDelegateDeclarative
SetCurrentPage
page is null.");
in SetCurrentPage()
2573
SetCurrentPage
(pageId);
in PopToPageTransitionListener()
2664
SetCurrentPage
(pageId);
in PopPageTransitionListener()
2721
SetCurrentPage
(GetPageIdByUrl(url));
in RestorePageTransitionListener()
2766
delegate->
SetCurrentPage
(pageId);
in ClearInvisiblePages()
2831
delegate->
SetCurrentPage
(page->GetPageId());
in ReplacePage()
2897
delegate->
SetCurrentPage
(page->GetPageId());
in ReplacePageInSubStage()
H
A
D
frontend_delegate_declarative.h
385
void
SetCurrentPage
(int32_t pageId);
Completed in 23 milliseconds