Home
last modified time | relevance | path

Searched defs:pageName (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scoring/
H A Dscoring_element.cpp27 std::string pageName = component->GetPageName(); in PerformBuild() local
H A Drender_scoring.h37 void SetPageName(const std::string& pageName) in SetPageName() argument
H A Dscoring_component.h29 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 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/include/appmgr/
H A Dpage_state_data.h52 std::string pageName; member
/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
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp55 std::string pageName = eventData.GetWant().GetStringParam("pageName"); in OnReceiveEvent() local
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_jank_frame_report.cpp70 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 Dpage_url_checker_ohos.cpp267 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 Devent_report.cpp372 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 Devent_report.cpp83 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 Dnavigation_branch_test_ng.cpp932 std::string pageName = "pageone"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp403 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 Djs_engine.h167 virtual std::string SearchRouterRegisterMap(const std::string& pageName) in SearchRouterRegisterMap() argument
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1517 int32_t KeyCommandHandler::SetIsFreezePowerKey(const std::string pageName) in SetIsFreezePowerKey() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp1112 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 Djsi_declarative_engine.cpp1762 std::string JsiDeclarativeEngine::SearchRouterRegisterMap(const std::string& pageName) in SearchRouterRegisterMap() argument

Completed in 25 milliseconds