Home
last modified time | relevance | path

Searched refs:GetEmbedId (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_embed_data_info_impl.cpp34 ArkWebString ArkWebNativeEmbedDataInfoImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoImpl
36 return ArkWebStringClassToStruct(nweb_native_embed_data_info_->GetEmbedId()); in GetEmbedId()
H A Dark_web_native_embed_touch_event_impl.cpp69 ArkWebString ArkWebNativeEmbedTouchEventImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl
71 return ArkWebStringClassToStruct(nweb_native_embed_touch_event_->GetEmbedId()); in GetEmbedId()
H A Dark_web_media_info_impl.cpp39 ArkWebString ArkWebMediaInfoImpl::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebMediaInfoImpl
41 return ArkWebStringClassToStruct(nweb_media_info_->GetEmbedId()); in GetEmbedId()
H A Dark_web_native_embed_data_info_impl.h34 ArkWebString GetEmbedId() override;
H A Dark_web_native_embed_touch_event_impl.h49 ArkWebString GetEmbedId() override;
H A Dark_web_media_info_impl.h36 ArkWebString GetEmbedId() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_data_info_wrapper.cpp34 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 Dark_web_native_embed_touch_event_wrapper.cpp69 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 Dark_web_media_info_wrapper.cpp39 std::string ArkWebMediaInfoWrapper::GetEmbedId() in GetEmbedId() function in OHOS::ArkWeb::ArkWebMediaInfoWrapper
41 ArkWebString stEmbedId = ark_web_media_info_->GetEmbedId(); in GetEmbedId()
H A Dark_web_native_embed_data_info_wrapper.h34 std::string GetEmbedId() override;
H A Dark_web_native_embed_touch_event_wrapper.h48 std::string GetEmbedId() override;
H A Dark_web_media_info_wrapper.h37 std::string GetEmbedId() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_native_embed_data_info.h33 virtual ArkWebString GetEmbedId() = 0;
H A Dark_web_native_embed_touch_event.h55 virtual ArkWebString GetEmbedId() = 0;
H A Dark_web_media_info.h35 virtual ArkWebString GetEmbedId() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h74 virtual std::string GetEmbedId() = 0;
H A Dnweb_handler.h257 virtual std::string GetEmbedId() = 0;
291 virtual std::string GetEmbedId() = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp439 std::string id = mediaInfo->GetEmbedId(); in ConstructMediaInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1863 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 Dtouch_event.h1042 const std::string& GetEmbedId() const in GetEmbedId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6454 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 Djs_web.cpp4631 obj->SetProperty("embedId", eventInfo.GetEmbedId()); in EmbedLifecycleChangeToJSValue()
4664 obj->SetProperty("embedId", visibilityInfo.GetEmbedId()); in EmbedVisibilityChangeToJSValue()
4730 obj->SetProperty("embedId", eventInfo.GetEmbedId()); in NativeEmbeadTouchToJSValue()