Home
last modified time | relevance | path

Searched refs:GetPageUrlByNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.cpp22 std::string GetPageUrlByNode(const RefPtr<NG::FrameNode>& node) in GetPageUrlByNode() function
96 auto pageUrl = GetPageUrlByNode(node); in PutString()
H A Dnode_data_cache.h36 std::string GetPageUrlByNode(const RefPtr<NG::FrameNode>& node);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4680 auto pageUrl = Recorder::GetPageUrlByNode(host); in OnInspectorIdUpdate()