/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_native_embed_data_info_impl.cpp | 34 ArkWebString ArkWebNativeEmbedDataInfoImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoImpl 36 return ArkWebStringClassToStruct(nweb_native_embed_data_info_->GetEmbedId()); in GetEmbedId()
|
H A D | ark_web_native_embed_touch_event_impl.cpp | 69 ArkWebString ArkWebNativeEmbedTouchEventImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl 71 return ArkWebStringClassToStruct(nweb_native_embed_touch_event_->GetEmbedId()); in GetEmbedId()
|
H A D | ark_web_media_info_impl.cpp | 39 ArkWebString ArkWebMediaInfoImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebMediaInfoImpl 41 return ArkWebStringClassToStruct(nweb_media_info_->GetEmbedId()); in GetEmbedId()
|
H A D | ark_web_native_embed_data_info_impl.h | 34 ArkWebString GetEmbedId() override;
|
H A D | ark_web_native_embed_touch_event_impl.h | 49 ArkWebString GetEmbedId() override;
|
H A D | ark_web_media_info_impl.h | 36 ArkWebString GetEmbedId() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_native_embed_data_info_wrapper.cpp | 34 std::string ArkWebNativeEmbedDataInfoWrapper::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoWrapper 36 ArkWebString stEmbedId = ark_web_native_embed_data_info_->GetEmbedId(); in GetEmbedId()
|
H A D | ark_web_native_embed_touch_event_wrapper.cpp | 69 std::string ArkWebNativeEmbedTouchEventWrapper::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventWrapper 71 ArkWebString stEmbedId = ark_web_native_embed_touch_event_->GetEmbedId(); in GetEmbedId()
|
H A D | ark_web_media_info_wrapper.cpp | 39 std::string ArkWebMediaInfoWrapper::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebMediaInfoWrapper 41 ArkWebString stEmbedId = ark_web_media_info_->GetEmbedId(); in GetEmbedId()
|
H A D | ark_web_native_embed_data_info_wrapper.h | 34 std::string GetEmbedId() override;
|
H A D | ark_web_native_embed_touch_event_wrapper.h | 48 std::string GetEmbedId() override;
|
H A D | ark_web_media_info_wrapper.h | 37 std::string GetEmbedId() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_native_embed_data_info.h | 33 virtual ArkWebString GetEmbedId() = 0;
|
H A D | ark_web_native_embed_touch_event.h | 55 virtual ArkWebString GetEmbedId() = 0;
|
H A D | ark_web_media_info.h | 35 virtual ArkWebString GetEmbedId() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 74 virtual std::string GetEmbedId() = 0;
|
H A D | nweb_handler.h | 257 virtual std::string GetEmbedId() = 0; 291 virtual std::string GetEmbedId() = 0;
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | native_media_player_impl.cpp | 439 std::string id = mediaInfo->GetEmbedId(); in ConstructMediaInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1863 const std::string& GetEmbedId() const in GetEmbedId() function 1894 const std::string& GetEmbedId() const in GetEmbedId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 1042 const std::string& GetEmbedId() const in GetEmbedId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6454 webPattern->SetTouchEventInfo(event, touchEventInfo, touchEvent->GetEmbedId()); in SetTouchEventInfo() 6474 std::string embedId = dataInfo->GetEmbedId(); in OnNativeEmbedAllDestory() 6504 embedId = dataInfo->GetEmbedId(); in OnNativeEmbedLifecycleChange() 6572 auto embedId = event ? event->GetEmbedId() : ""; in OnNativeEmbedGestureEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4631 obj->SetProperty("embedId", eventInfo.GetEmbedId()); in EmbedLifecycleChangeToJSValue() 4664 obj->SetProperty("embedId", visibilityInfo.GetEmbedId()); in EmbedVisibilityChangeToJSValue() 4730 obj->SetProperty("embedId", eventInfo.GetEmbedId()); in NativeEmbeadTouchToJSValue()
|