Home
last modified time | relevance | path

Searched defs:PageInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h69 struct PageInfo { struct
70 int32_t pageId = -1;
71 std::string url;
72 bool isRestore = false;
73 std::function<void(int32_t)> alertCallback;
74 DialogProperties dialogProperties;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h31 DECLARE_ACE_TYPE(EntryPageInfo, PageInfo) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_info.h35 PageInfo(int32_t pageId, std::string url, std::string path) in PageInfo() function
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h49 } PageInfo; typedef