Home
last modified time | relevance | path

Searched refs:OnPageShow (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp156 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 Ddisposed_observer.h36 void OnPageShow(const AppExecFwk::PageStateData &pageStateData) override;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapplication_state_observer.h130 virtual void OnPageShow(const PageStateData &pageStateData) {}; in OnPageShow() function in OHOS::AppExecFwk::IApplicationStateObserver
H A Dapplication_state_observer_proxy.h129 virtual void OnPageShow(const PageStateData &pageStateData) override;
H A Dapplication_state_observer_stub.h131 virtual void OnPageShow(const PageStateData &pageStateData) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddisposed_observer.cpp62 void DisposedObserver::OnPageShow(const AppExecFwk::PageStateData &pageStateData) in OnPageShow() function in OHOS::AAFwk::DisposedObserver
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.h53 void OnPageShow(const std::string& pageUrl);
H A Devent_recorder.cpp244 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 Devent_recorder.h154 void OnPageShow(const std::string& pageUrl, const std::string& param);
H A Dnode_data_cache.cpp64 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 Dapplication_state_observer_stub.cpp118 void ApplicationStateObserverStub::OnPageShow(const PageStateData &pageStateData) in OnPageShow() function in OHOS::AppExecFwk::ApplicationStateObserverStub
315 OnPageShow(*pageStateData); in HandleOnPageShow()
H A Dapplication_state_observer_proxy.cpp280 void ApplicationStateObserverProxy::OnPageShow(const PageStateData &pageStateData) in OnPageShow() function in OHOS::AppExecFwk::ApplicationStateObserverProxy
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.h59 delegate_->OnPageShow();
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h76 void OnPageShow(const PageStateData pageStateData);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp418 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 Dplugin_frontend_delegate.h285 void OnPageShow();
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp393 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 Dfrontend_delegate_impl.h396 void OnPageShow();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp478 delegate_->OnPageShow(); in OnShow()
H A Dfrontend_delegate_declarative_ng.cpp138 delegate->OnPageShow(); in AttachPipelineContext()
957 OnPageShow(); in OnForeground()
1156 void FrontendDelegateDeclarativeNG::OnPageShow() in OnPageShow() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
H A Dfrontend_delegate_declarative_ng.h286 void OnPageShow();
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp316 void PluginFrontendDelegate::OnPageShow() {} in OnPageShow() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp256 Recorder::EventRecorder::Get().OnPageShow(pageInfo_->GetPageUrl(), param); in OnShow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp496 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 Dfrontend_delegate_declarative.h416 void OnPageShow();

Completed in 29 milliseconds

12