Home
last modified time | relevance | path

Searched refs:MakeMethodHash (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.cpp217 getCurrentPosMethod_ = MakeMethodHash(PLAYER_METHOD_GETPOSITION); in OnPrepared()
218 playMethod_ = MakeMethodHash(PLAYER_METHOD_START); in OnPrepared()
219 pauseMethod_ = MakeMethodHash(PLAYER_METHOD_PAUSE); in OnPrepared()
220 seekMethod_ = MakeMethodHash(PLAYER_METHOD_SEEKTO); in OnPrepared()
221 stopMethod_ = MakeMethodHash(PLAYER_METHOD_STOP); in OnPrepared()
222 setVolumeMethod_ = MakeMethodHash(PLAYER_METHOD_SETVOLUME); in OnPrepared()
223 fullscreenMethod_ = MakeMethodHash(PLAYER_METHOD_FULLSCREEN); in OnPrepared()
224 enableloopingMethod_ = MakeMethodHash(PLAYER_METHOD_ENABLE_LOOPING); in OnPrepared()
225 setSpeedMethod_ = MakeMethodHash(PLAYER_METHOD_SETSPEED); in OnPrepared()
226 setDirectionMethod_ = MakeMethodHash(PLAYER_METHOD_SETDIRECTION); in OnPrepared()
[all …]
H A Dext_texture.cpp104 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param); in SetSize()
137 CallSyncResRegisterMethod(MakeMethodHash(ATTACH_TO_GLCONTEXT), param); in AttachToGLContext()
142 CallSyncResRegisterMethod(MakeMethodHash(UPDATE_TEXTURE_IMAGE), PARAM_NONE, in UpdateTextureImage()
H A Dext_surface.cpp136 CallResRegisterMethod(MakeMethodHash(SET_SURFACE_BOUNDS), param); in SetBounds()
144 CallResRegisterMethod(MakeMethodHash(SET_IS_FULLSCREEN), param); in SetIsFullScreen()
176 CallSyncResRegisterMethod(MakeMethodHash(ATTACH_NATIVE_WINDOW), PARAM_NONE, in AttachNativeWindow()
H A Dresource.h76 std::string MakeMethodHash(const std::string& method) const;
H A Dtexture.cpp121 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param); in OnSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp193 CallResRegisterMethod(MakeMethodHash(CAMERA_TAKE_PHOTO), param, nullptr); in TakePhoto()
201 CallResRegisterMethod(MakeMethodHash(CAMERA_SET_FLASH_MODE), param, nullptr); in SetFlashMode()
239 CallResRegisterMethod(MakeMethodHash(CAMERA_OEPN_CAMERA), param, nullptr); in OpenCamera()
275MakeMethodHash(CAMERA_SET_PREVIEW_SIZE), param, [weak = WeakClaim(this)](std::string& result) { in SetPreViewSize()
290 CallResRegisterMethod(MakeMethodHash(CAMERA_CHANGE_COMPONENT_ID_FUNCTION), param, nullptr); in ChangeCameraComponentId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp307 Method updateContentMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_CONTENT); in UpdateRichTextData()
318 Method updateLayoutPositionMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_TRANSLATE); in UpdateWebPostion()
330 Method updateLayoutPositionMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_CONTENT_TRANSLATE); in UpdateContentScroll()
342 Method reShowRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_SHOW_RICHTEXT); in CallPopPageSuccessPageUrl()
353 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_HIDE_RICHTEXT_WHEN_PUSH); in CallIsPagePathInvalid()
368 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_HIDE_RICHTEXT_WHEN_POP); in HideRichText()
379 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_CHANGE_VISIBILITY); in ChangeRichTextVisibility()
H A Drich_text_resource.h72 std::string MakeMethodHash(const std::string& method) const;
H A Drich_text_resource.cpp122 std::string RichTextResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::RichTextResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp187 Method updateRenderRectMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_UPDATE_RENDER_RECT); in UpdateRenderRect()
353 Method startAbilityMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_START_ABILITY); in StartAbility()
367 Method performBackPressMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_PERFORM_BACK_PRESS); in PerformBackPress()
378 Method getStackCountMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_GET_STACK_COUNT); in GetStackCount()
H A Dability_component_resource.h62 std::string MakeMethodHash(const std::string& method) const;
H A Dability_component_resource.cpp78 std::string AbilityComponentResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::AbilityComponentResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_resources.cpp40 std::string HyperlinkResources::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::HyperlinkResources
83 std::string startAbilityMethod = MakeMethodHash(HYPERLINK_STARTABILITY); in StartAbility()
H A Dhyperlink_resources.h40 std::string MakeMethodHash(const std::string& method) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp876 touchDownMethod_ = MakeMethodHash(WEB_METHOD_TOUCH_DOWN); in HandleTouchDown()
884 touchUpMethod_ = MakeMethodHash(WEB_METHOD_TOUCH_UP); in HandleTouchUp()
892 touchMoveMethod_ = MakeMethodHash(WEB_METHOD_TOUCH_MOVE); in HandleTouchMove()
899 touchCancelMethod_ = MakeMethodHash(WEB_METHOD_TOUCH_CANCEL); in HandleTouchCancel()
1518 updateBackgroundColor_ = MakeMethodHash(WEB_ATTRIBUTE_BACKGROUND_COLOR); in UpdateBackgroundColor()
1529 updateJavaScriptEnabled_ = MakeMethodHash(WEB_ATTRIBUTE_JAVASCRIPT_ACCESS); in UpdateJavaScriptEnabled()
1544 updateZoomAccess_ = MakeMethodHash(WEB_ATTRIBUTE_ZOOM_ACCESS); in UpdateSupportZoom()
1593 updateMediaPlayGestureAccess_ = MakeMethodHash(WEB_ATTRIBUTE_MEDIA_PLAY_GESTURE_ACCESS); in UpdateMediaPlayGestureAccess()
1633 updateMinFontSize_ = MakeMethodHash(WEB_ATTRIBUTE_MIN_FONT_SIZE); in UpdateMinFontSize()
1683 loadDataMethod_ = MakeMethodHash(WEB_METHOD_LOAD_DATA); in LoadDataWithRichText()
[all …]
H A Dweb_resource.h60 std::string MakeMethodHash(const std::string& method) const;
H A Dweb_resource.cpp112 std::string WebResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::WebResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.h70 std::string MakeMethodHash(const std::string& method) const;
H A Dform_manager_resource.cpp157 std::string FormManagerResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::FormManagerResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.h71 std::string MakeMethodHash(const std::string& method) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.h70 std::string MakeMethodHash(const std::string& method) const;
H A Dweb_resource.cpp127 std::string WebResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::WebResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_resource.h69 std::string MakeMethodHash(const std::string& method) const;
H A Dnative_texture.cpp123 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param, callback); in SetSize()
H A Dxcomponent_resource.cpp123 std::string XComponentResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::XComponentResource

12