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:OnPageShow
(Results
1 - 25
of
30
) sorted by relevance
1
2
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H
A
D
event_recorder_test.cpp
156
Recorder::NodeDataCache::Get().
OnPageShow
("pages/Index");
in HWTEST_F()
171
Recorder::NodeDataCache::Get().
OnPageShow
("pages/ScrollPage");
in HWTEST_F()
207
Recorder::NodeDataCache::Get().
OnPageShow
("pages/Index");
in HWTEST_F()
267
Recorder::NodeDataCache::Get().
OnPageShow
("pages/Index");
in HWTEST_F()
282
Recorder::NodeDataCache::Get().
OnPageShow
("pages/ScrollPage");
in HWTEST_F()
313
Recorder::NodeDataCache::Get().
OnPageShow
("pages/Index");
in HWTEST_F()
324
Recorder::NodeDataCache::Get().
OnPageShow
("pages/ScrollPage");
in HWTEST_F()
366
Recorder::NodeDataCache::Get().
OnPageShow
("pages/Index");
in HWTEST_F()
377
Recorder::NodeDataCache::Get().
OnPageShow
("pages/ScrollPage");
in HWTEST_F()
423
Recorder::NodeDataCache::Get().
OnPageShow
("page
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
disposed_observer.h
36
void
OnPageShow
(const AppExecFwk::PageStateData &pageStateData) override;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
iapplication_state_observer.h
130
virtual void
OnPageShow
(const PageStateData &pageStateData) {};
in OnPageShow()
function in OHOS::AppExecFwk::IApplicationStateObserver
H
A
D
application_state_observer_proxy.h
129
virtual void
OnPageShow
(const PageStateData &pageStateData) override;
H
A
D
application_state_observer_stub.h
131
virtual void
OnPageShow
(const PageStateData &pageStateData) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
disposed_observer.cpp
62
void DisposedObserver::
OnPageShow
(const AppExecFwk::PageStateData &pageStateData)
in OnPageShow()
function in OHOS::AAFwk::DisposedObserver
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H
A
D
node_data_cache.h
53
void
OnPageShow
(const std::string& pageUrl);
H
A
D
event_recorder.cpp
244
void EventRecorder::
OnPageShow
(const std::string& pageUrl, const std::string& param)
in OnPageShow()
function in OHOS::Ace::Recorder::EventRecorder
247
NodeDataCache::Get().
OnPageShow
(pageUrl);
in OnPageShow()
H
A
D
event_recorder.h
154
void
OnPageShow
(const std::string& pageUrl, const std::string& param);
H
A
D
node_data_cache.cpp
64
void NodeDataCache::
OnPageShow
(const std::string& pageUrl)
in OnPageShow()
function in OHOS::Ace::Recorder::NodeDataCache
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
application_state_observer_stub.cpp
118
void ApplicationStateObserverStub::
OnPageShow
(const PageStateData &pageStateData)
in OnPageShow()
function in OHOS::AppExecFwk::ApplicationStateObserverStub
315
OnPageShow
(*pageStateData);
in HandleOnPageShow()
H
A
D
application_state_observer_proxy.cpp
280
void ApplicationStateObserverProxy::
OnPageShow
(const PageStateData &pageStateData)
in OnPageShow()
function in OHOS::AppExecFwk::ApplicationStateObserverProxy
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend_declarative.h
59
delegate_->
OnPageShow
();
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_state_observer_manager.h
76
void
OnPageShow
(const PageStateData pageStateData);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
418
delegate->
OnPageShow
();
in OnForeground()
1215
delegate->
OnPageShow
();
in OnPageReady()
1332
OnPageShow
();
in PopToPageTransitionListener()
1397
OnPageShow
();
in PopPageTransitionListener()
1546
void PluginFrontendDelegate::
OnPageShow
()
in OnPageShow()
function in OHOS::Ace::Framework::PluginFrontendDelegate
1723
delegate->
OnPageShow
();
in AttachPipelineContext()
H
A
D
plugin_frontend_delegate.h
285
void
OnPageShow
();
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
393
OnPageShow
();
in OnForeground()
1393
OnPageShow
();
in PushPageTransitionListener()
1510
OnPageShow
();
in PopToPageTransitionListener()
1583
OnPageShow
();
in PopPageTransitionListener()
1698
delegate->
OnPageShow
();
in ReplacePage()
1771
void FrontendDelegateImpl::
OnPageShow
()
in OnPageShow()
function in OHOS::Ace::Framework::FrontendDelegateImpl
1966
delegate->
OnPageShow
();
in AttachPipelineContext()
H
A
D
frontend_delegate_impl.h
396
void
OnPageShow
();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.cpp
478
delegate_->
OnPageShow
();
in OnShow()
H
A
D
frontend_delegate_declarative_ng.cpp
138
delegate->
OnPageShow
();
in AttachPipelineContext()
957
OnPageShow
();
in OnForeground()
1156
void FrontendDelegateDeclarativeNG::
OnPageShow
()
in OnPageShow()
function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
H
A
D
frontend_delegate_declarative_ng.h
286
void
OnPageShow
();
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend_delegate.cpp
316
void PluginFrontendDelegate::
OnPageShow
() {}
in OnPageShow()
function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_pattern.cpp
256
Recorder::EventRecorder::Get().
OnPageShow
(pageInfo_->GetPageUrl(), param);
in OnShow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
496
OnPageShow
();
in OnForeground()
2454
OnPageShow
();
in PushPageTransitionListener()
2574
OnPageShow
();
in PopToPageTransitionListener()
2665
OnPageShow
();
in PopPageTransitionListener()
2722
OnPageShow
();
in RestorePageTransitionListener()
2832
delegate->
OnPageShow
();
in ReplacePage()
2898
delegate->
OnPageShow
();
in ReplacePageInSubStage()
3003
void FrontendDelegateDeclarative::
OnPageShow
()
in OnPageShow()
function in OHOS::Ace::Framework::FrontendDelegateDeclarative
3232
delegate->
OnPageShow
();
in AttachPipelineContext()
H
A
D
frontend_delegate_declarative.h
416
void
OnPageShow
();
Completed in 31 milliseconds
1
2