Home
last modified time | relevance | path

Searched refs:ArkWebBridgeType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.h43 using ArkWebMemberCheckFunc = void* (*)(ArkWebBridgeType, const ArkWebString*);
51 …void RegisterFuncMember(ArkWebBridgeType bridgeType, const std::map<std::string, void*>& funcMembe…
53 void* CheckFuncMemberForCalled(ArkWebBridgeType bridgeType, const std::string& funcName);
55 void* CheckFuncMemberForCaller(ArkWebBridgeType bridgeType, const std::string& funcName);
69 void InitFuncMemberMaps(ArkWebBridgeType init, ArkWebBridgeType butt, bool isPrintLog = true);
H A Dark_web_bridge_helper.cpp169 void ArkWebBridgeHelper::InitFuncMemberMaps(ArkWebBridgeType init, ArkWebBridgeType butt, bool isPr… in InitFuncMemberMaps()
182 ArkWebBridgeType bridgeType, const std::map<std::string, void*>& funcMemberMap) in RegisterFuncMember()
194 void* ArkWebBridgeHelper::CheckFuncMemberForCalled(ArkWebBridgeType bridgeType, const std::string& … in CheckFuncMemberForCalled()
218 void* ArkWebBridgeHelper::CheckFuncMemberForCaller(ArkWebBridgeType bridgeType, const std::string& … in CheckFuncMemberForCaller()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/ctocpp/
H A Dark_web_ctocpp_ref_counted.h54 ArkWebBridgeType type_;
63 static inline ArkWebBridgeType kBridgeType;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_webcore_bridge_helper.cpp53 void* ark_web_nweb_webcore_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* funcN… in ark_web_nweb_webcore_check_func_static()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_web_adapter_webcore_bridge_helper.cpp53 void* ark_web_adapter_webcore_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* fu… in ark_web_adapter_webcore_check_func_static()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_adapter_webview_bridge_helper.cpp64 void* ark_web_adapter_webview_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* fu… in ark_web_adapter_webview_check_func_static()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/cpptoc/
H A Dark_web_cpptoc_ref_counted.h52 ArkWebBridgeType type_;
67 static inline ArkWebBridgeType kBridgeType;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_webview_bridge_helper.cpp79 void* ark_web_nweb_webview_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* funcN… in ark_web_nweb_webview_check_func_static()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_bridge_types.h20 enum ArkWebBridgeType { enum