Home
last modified time | relevance | path

Searched refs:pageName (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/scoring/
H A Dscoring_element.cpp27 std::string pageName = component->GetPageName(); in PerformBuild() local
28 if (pageName.empty()) { in PerformBuild()
33 pageName = pageElement->GetPageUrl(); in PerformBuild()
36 render->SetPageName(pageName); in PerformBuild()
43 ACE_SCORING_COMPONENT(pageName, component->GetName(), "Build"); in PerformBuild()
H A Dscoring_component.h29 explicit ScoringComponent(const std::string& name, const std::string& pageName) : name_(name), pageName_(pageName) in ScoringComponent() argument
H A Drender_scoring.h37 void SetPageName(const std::string& pageName) in SetPageName() argument
39 pageName_ = pageName; in SetPageName()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp267 void PageUrlCheckerOhos::NotifyPageShow(const std::string& pageName) in NotifyPageShow() argument
271 GetTargetPageInfo(pageName, targetBundleName, targetModuleName); in NotifyPageShow()
276 pageStateData.pageName = pageName; in NotifyPageShow()
283 void PageUrlCheckerOhos::NotifyPageHide(const std::string& pageName) in NotifyPageHide() argument
287 GetTargetPageInfo(pageName, targetBundleName, targetModuleName); in NotifyPageHide()
292 pageStateData.pageName = pageName; in NotifyPageHide()
299 void PageUrlCheckerOhos::GetTargetPageInfo(const std::string& pageName, std::string& targetBundleName, in GetTargetPageInfo() argument
302 if (pageName in GetTargetPageInfo()
[all...]
H A Dpage_url_checker_ohos.h40 void NotifyPageShow(const std::string& pageName) override;
41 void NotifyPageHide(const std::string& pageName) override;
49 void GetTargetPageInfo(const std::string& pageName, std::string& targetBundleName,
H A Devent_report.cpp372 const auto& pageName = data.baseInfo.pageName; in ReportEventComplete() local
390 EVENT_KEY_PAGE_NAME, pageName, in ReportEventComplete()
448 EVENT_KEY_PAGE_NAME, data.baseInfo.pageName, in ReportEventJankFrame()
479 const auto& pageName = info.baseInfo.pageName; in ReportJankFrameApp() local
489 EVENT_KEY_PAGE_NAME, pageName, in ReportJankFrameApp()
506 const auto& pageName = info.baseInfo.pageName; in ReportJankFrameFiltered() local
517 EVENT_KEY_PAGE_NAME, pageName, in ReportJankFrameFiltered()
532 const auto& pageName = info.baseInfo.pageName; ReportJankFrameUnFiltered() local
553 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dpage_url_checker.h33 virtual void NotifyPageShow(const std::string& pageName) {} in NotifyPageShow() argument
34 virtual void NotifyPageHide(const std::string& pageName) {} in NotifyPageHide() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dpage_state_data.cpp28 pageName = parcel.ReadString(); in ReadFromParcel()
40 parcel.WriteString(pageName) && in Marshalling()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_scoring_log.cpp39 AceScoringLog::AceScoringLog(const std::string& pageName, const std::string& componentType, const std::string& procType) in AceScoringLog() argument
45 logInfo_ = pageName; in AceScoringLog()
H A Dace_scoring_log.h32 AceScoringLog(const std::string& pageName, const std::string& componentType, const std::string& procType);
H A Devent_report.h199 const std::string& pageName);
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp55 std::string pageName = eventData.GetWant().GetStringParam("pageName"); in OnReceiveEvent() local
56 if (pageName.empty()) { in OnReceiveEvent()
61 int32_t ret = eventKeyCommandHandler->SetIsFreezePowerKey(pageName); in OnReceiveEvent()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_jank_frame_report.cpp70 void PerfMonitor::SetPageName(const std::string& pageName) {} in SetPageName() argument
72 const std::string& pageName) {} in ReportPageShowMsg()
71 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h67 std::string pageName {""};
145 void SetPageName(const std::string& pageName);
153 const std::string& pageName);
H A Dperf_monitor.cpp403 void PerfMonitor::SetPageName(const std::string& pageName) in SetPageName() argument
405 baseInfo.pageName = pageName; in SetPageName()
410 return baseInfo.pageName; in GetPageName()
414 const std::string& pageName) in ReportPageShowMsg()
417 EventReport::ReportPageShowMsg(parsePageUrl, bundleName, pageName); in ReportPageShowMsg()
413 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dpage_state_data.h52 std::string pageName; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_route.h25 const std::string& bundleName, const std::string& moduleName, const std::string& pageName, bool isSingleton)>;
H A Dnavigation_pattern.h325 static void NotifyPerfMonitorPageMsg(const std::string& pageName);
329 void NotifyPageHide(const std::string& pageName);
510 void NotifyPageShow(const std::string& pageName);
H A Dnavigation_pattern.cpp1112 void NavigationPattern::NotifyPageHide(const std::string& pageName) in NotifyPageHide() argument
1118 pageUrlChecker->NotifyPageHide(pageName); in NotifyPageHide()
1121 void NavigationPattern::NotifyPageShow(const std::string& pageName) in NotifyPageShow() argument
1127 pageUrlChecker->NotifyPageShow(pageName); in NotifyPageShow()
1129 PerfMonitor::GetPerfMonitor()->SetPageName(pageName); in NotifyPageShow()
2726 void NavigationPattern::NotifyPerfMonitorPageMsg(const std::string& pageName) in NotifyPerfMonitorPageMsg() argument
2731 PerfMonitor::GetPerfMonitor()->ReportPageShowMsg("", bundleName, pageName); in NotifyPerfMonitorPageMsg()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Devent_report.cpp84 const std::string& pageName) {} in ReportPageShowMsg()
83 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h167 virtual std::string SearchRouterRegisterMap(const std::string& pageName) in SearchRouterRegisterMap() argument
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h195 int32_t SetIsFreezePowerKey(const std::string pageName);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h464 std::string SearchRouterRegisterMap(const std::string& pageName) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1292 "bundleName: %{public}s, moduelName: %{public}s, abilityName: %{public}s, pageName: %{public}s", in NotifyPageShow()
1294 pageStateData.pageName.c_str()); in NotifyPageShow()
1305 "bundleName: %{public}s, moduelName: %{public}s, abilityName: %{public}s, pageName: %{public}s", in NotifyPageHide()
1307 pageStateData.pageName.c_str()); in NotifyPageHide()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp627 auto moduleNamecallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](const std::string& pageName)-> in Initialize()
633 return jsEngine->SearchRouterRegisterMap(pageName); in Initialize()

Completed in 23 milliseconds

12