/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | player.cpp | 217 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 D | ext_texture.cpp | 104 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 D | ext_surface.cpp | 136 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 D | resource.h | 76 std::string MakeMethodHash(const std::string& method) const;
|
H A D | texture.cpp | 121 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param); in OnSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/ |
H A D | camera.cpp | 193 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() 275 … MakeMethodHash(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 D | rich_text_delegate.cpp | 307 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 D | rich_text_resource.h | 72 std::string MakeMethodHash(const std::string& method) const;
|
H A D | rich_text_resource.cpp | 122 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 D | ability_component_delegate.cpp | 187 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 D | ability_component_resource.h | 62 std::string MakeMethodHash(const std::string& method) const;
|
H A D | ability_component_resource.cpp | 78 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 D | hyperlink_resources.cpp | 40 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 D | hyperlink_resources.h | 40 std::string MakeMethodHash(const std::string& method) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 876 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 D | web_resource.h | 60 std::string MakeMethodHash(const std::string& method) const;
|
H A D | web_resource.cpp | 112 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 D | form_manager_resource.h | 70 std::string MakeMethodHash(const std::string& method) const;
|
H A D | form_manager_resource.cpp | 157 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 D | plugin_manager_resource.h | 71 std::string MakeMethodHash(const std::string& method) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.h | 70 std::string MakeMethodHash(const std::string& method) const;
|
H A D | web_resource.cpp | 127 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 D | xcomponent_resource.h | 69 std::string MakeMethodHash(const std::string& method) const;
|
H A D | native_texture.cpp | 123 CallResRegisterMethod(MakeMethodHash(SET_TEXTURE_SIZE), param, callback); in SetSize()
|
H A D | xcomponent_resource.cpp | 123 std::string XComponentResource::MakeMethodHash(const std::string& method) const in MakeMethodHash() function in OHOS::Ace::XComponentResource
|