/foundation/arkui/ace_engine/frameworks/core/components/scoring/ |
H A D | scoring_element.cpp | 27 std::string pageName = component->GetPageName(); in PerformBuild() local
|
H A D | render_scoring.h | 37 void SetPageName(const std::string& pageName) in SetPageName() argument
|
H A D | scoring_component.h | 29 explicit ScoringComponent(const std::string& name, const std::string& pageName) : name_(name), pageName_(pageName) in ScoringComponent() argument
|
/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/include/appmgr/ |
H A D | page_state_data.h | 52 std::string pageName; member
|
/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
|
/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
|
/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 71 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
|
/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 283 void PageUrlCheckerOhos::NotifyPageHide(const std::string& pageName) in NotifyPageHide() argument 299 void PageUrlCheckerOhos::GetTargetPageInfo(const std::string& pageName, std::string& targetBundleName, in GetTargetPageInfo() argument [all...] |
H A D | event_report.cpp | 372 const auto& pageName = data.baseInfo.pageName; in ReportEventComplete() local 479 const auto& pageName = info.baseInfo.pageName; in ReportJankFrameApp() local 506 const auto& pageName = info.baseInfo.pageName; in ReportJankFrameFiltered() local 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/adapter/preview/osal/ |
H A D | event_report.cpp | 83 ReportPageShowMsg(const std::string& pageUrl, const std::string& bundleName, const std::string& pageName) ReportPageShowMsg() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 932 std::string pageName = "pageone"; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.cpp | 403 void PerfMonitor::SetPageName(const std::string& pageName) in SetPageName() argument 413 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/src/ |
H A D | key_command_handler.cpp | 1517 int32_t KeyCommandHandler::SetIsFreezePowerKey(const std::string pageName) in SetIsFreezePowerKey() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_pattern.cpp | 1112 void NavigationPattern::NotifyPageHide(const std::string& pageName) in NotifyPageHide() argument 1121 void NavigationPattern::NotifyPageShow(const std::string& pageName) in NotifyPageShow() argument 2726 void NavigationPattern::NotifyPerfMonitorPageMsg(const std::string& pageName) in NotifyPerfMonitorPageMsg() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1762 std::string JsiDeclarativeEngine::SearchRouterRegisterMap(const std::string& pageName) in SearchRouterRegisterMap() argument
|