/foundation/arkui/ace_engine/frameworks/core/components/scoring/ |
H A D | scoring_element.cpp | 27 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 D | scoring_component.h | 29 explicit ScoringComponent(const std::string& name, const std::string& pageName) : name_(name), pageName_(pageName) in ScoringComponent() argument
|
H A D | render_scoring.h | 37 void SetPageName(const std::string& pageName) in SetPageName() argument 39 pageName_ = pageName; in SetPageName()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 267 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 D | page_url_checker_ohos.h | 40 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 D | event_report.cpp | 372 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 D | page_url_checker.h | 33 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 D | page_state_data.cpp | 28 pageName = parcel.ReadString(); in ReadFromParcel() 40 parcel.WriteString(pageName) && in Marshalling()
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | ace_scoring_log.cpp | 39 AceScoringLog::AceScoringLog(const std::string& pageName, const std::string& componentType, const std::string& procType) in AceScoringLog() argument 45 logInfo_ = pageName; in AceScoringLog()
|
H A D | ace_scoring_log.h | 32 AceScoringLog(const std::string& pageName, const std::string& componentType, const std::string& procType);
|
H A D | event_report.h | 199 const std::string& pageName);
|
/foundation/multimodalinput/input/service/device_state_manager/src/ |
H A D | device_event_monitor.cpp | 55 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 D | mock_jank_frame_report.cpp | 70 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 D | perf_monitor.h | 67 std::string pageName {""}; 145 void SetPageName(const std::string& pageName); 153 const std::string& pageName);
|
H A D | perf_monitor.cpp | 403 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 D | page_state_data.h | 52 std::string pageName; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_route.h | 25 const std::string& bundleName, const std::string& moduleName, const std::string& pageName, bool isSingleton)>;
|
H A D | navigation_pattern.h | 325 static void NotifyPerfMonitorPageMsg(const std::string& pageName); 329 void NotifyPageHide(const std::string& pageName); 510 void NotifyPageShow(const std::string& pageName);
|
H A D | navigation_pattern.cpp | 1112 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 D | event_report.cpp | 84 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 D | js_engine.h | 167 virtual std::string SearchRouterRegisterMap(const std::string& pageName) in SearchRouterRegisterMap() argument
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 195 int32_t SetIsFreezePowerKey(const std::string pageName);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 464 std::string SearchRouterRegisterMap(const std::string& pageName) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1292 "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 D | declarative_frontend.cpp | 627 auto moduleNamecallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](const std::string& pageName)-> in Initialize() 633 return jsEngine->SearchRouterRegisterMap(pageName); in Initialize()
|