Home
last modified time | relevance | path

Searched refs:WEB_PARAM_BEGIN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_resource.cpp26 const char WEB_PARAM_BEGIN[] = "#HWJS-?-#"; variable
107 eventHash += std::string(WEB_PARAM_BEGIN); in MakeEventHash()
119 methodHash += std::string(WEB_PARAM_BEGIN); in MakeMethodHash()
H A Dweb_delegate_cross.cpp142 const char WEB_PARAM_BEGIN[] = "#HWJS-?-#"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.cpp30 const char WEB_PARAM_BEGIN[] = "#HWJS-?-#"; variable
122 eventHash += std::string(WEB_PARAM_BEGIN); in MakeEventHash()
134 methodHash += std::string(WEB_PARAM_BEGIN); in MakeMethodHash()
H A Dweb_resource.h32 extern const char WEB_PARAM_BEGIN[];