Searched refs:ArkWebBridgeType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/ |
H A D | ark_web_bridge_helper.h | 43 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 D | ark_web_bridge_helper.cpp | 169 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 D | ark_web_ctocpp_ref_counted.h | 54 ArkWebBridgeType type_; 63 static inline ArkWebBridgeType kBridgeType;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_webcore_bridge_helper.cpp | 53 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 D | ark_web_adapter_webcore_bridge_helper.cpp | 53 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 D | ark_web_adapter_webview_bridge_helper.cpp | 64 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 D | ark_web_cpptoc_ref_counted.h | 52 ArkWebBridgeType type_; 67 static inline ArkWebBridgeType kBridgeType;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_webview_bridge_helper.cpp | 79 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 D | ark_web_bridge_types.h | 20 enum ArkWebBridgeType { enum
|