/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | AnimationJS.cpp | 69 DeclareMethod("onStarted", OnStarted, NapiApi::Function); in Init() 132 anim->OnStarted()->RemoveHandler(OnStartedToken_); in DisposeNative() 253 napi_value AnimationJS::OnStarted(NapiApi::FunctionContext<NapiApi::Function>& ctx) in OnStarted() function in AnimationJS 261 a->OnStarted()->RemoveHandler(OnStartedToken_); in OnStarted() 276 OnStartedToken_ = a->OnStarted()->AddHandler( in OnStarted()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessibility_gesture_recognizer.h | 37 MOCK_METHOD0(OnStarted, bool());
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | mock_mt_accessibility_gesture_recognizer.h | 37 MOCK_METHOD0(OnStarted, bool());
|
/foundation/barrierfree/accessibility/services/test/xts/inc/ |
H A D | mock_accessibility_gesture_recognizer.h | 37 MOCK_METHOD0(OnStarted, bool());
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 79 Event<IOnChanged> OnStarted() in OnStarted() function in Internal::AnimationInterfaceAPI 81 return META_API_CACHED_INTERFACE(Animation)->OnStarted(); in OnStarted()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | AnimationJS.h | 89 napi_value OnStarted(NapiApi::FunctionContext<NapiApi::Function>& ctx);
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | testing_objects.h | 169 META_EVENT(IOnChanged, OnStarted) 176 OnStarted()->AddHandler(MakeCallback<IOnChanged>(callback)); in AddOnStarted()
|
H A D | testing_objects.cpp | 108 META_IMPLEMENT_EVENT(IOnChanged, OnStarted) 164 META_ACCESS_EVENT(OnStarted)->Invoke();
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | player.h | 121 void OnStarted();
|
H A D | player.cpp | 314 player->OnStarted(); in Start() 319 void Player::OnStarted() in OnStarted() function in OHOS::Ace::Player
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_gesture_recognizer.h | 86 virtual bool OnStarted();
|
H A D | accessibility_touch_guider.h | 248 bool OnStarted() override;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/ |
H A D | intf_animation.h | 114 META_EVENT(IOnChanged, OnStarted)
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 65 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted) 135 META_NS::Invoke<META_NS::IOnChanged>(OnStarted());
|
H A D | ecs_animation.h | 87 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted) 260 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted)
|
H A D | ecs_animation.cpp | 196 META_NS::Invoke<META_NS::IOnChanged>(OnStarted()); in Start() 1097 META_NS::Invoke<META_NS::IOnChanged>(OnStarted()); in Start()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 230 listener_->OnStarted(); in HandleTouchMoveEvent()
|
H A D | accessibility_touch_guider.cpp | 328 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 311 Invoke<IOnChanged>(owner->OnStarted()); in SetState()
|
H A D | animation.h | 145 META_IMPLEMENT_INTERFACE_EVENT(IAnimation, IOnChanged, OnStarted)
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 204 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_touch_guider.cpp | 204 bool MockTouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::MockTouchGuider::TouchGuideListener
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 328 bool GetAttributeValueTest::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener
|