Home
last modified time | relevance | path

Searched refs:OnStarted (Results 1 - 23 of 23) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp69 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 Dmock_accessibility_gesture_recognizer.h37 MOCK_METHOD0(OnStarted, bool());
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_gesture_recognizer.h37 MOCK_METHOD0(OnStarted, bool());
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Dmock_accessibility_gesture_recognizer.h37 MOCK_METHOD0(OnStarted, bool());
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Danimation_api.h79 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 DAnimationJS.h89 napi_value OnStarted(NapiApi::FunctionContext<NapiApi::Function>& ctx);
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.h169 META_EVENT(IOnChanged, OnStarted)
176 OnStarted()->AddHandler(MakeCallback<IOnChanged>(callback)); in AddOnStarted()
H A Dtesting_objects.cpp108 META_IMPLEMENT_EVENT(IOnChanged, OnStarted)
164 META_ACCESS_EVENT(OnStarted)->Invoke();
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.h121 void OnStarted();
H A Dplayer.cpp314 player->OnStarted(); in Start()
319 void Player::OnStarted() in OnStarted() function in OHOS::Ace::Player
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h86 virtual bool OnStarted();
H A Daccessibility_touch_guider.h248 bool OnStarted() override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h114 META_EVENT(IOnChanged, OnStarted)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp65 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted)
135 META_NS::Invoke<META_NS::IOnChanged>(OnStarted());
H A Decs_animation.h87 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted)
260 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted)
H A Decs_animation.cpp196 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 Daccessibility_gesture_recognizer.cpp230 listener_->OnStarted(); in HandleTouchMoveEvent()
H A Daccessibility_touch_guider.cpp328 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp311 Invoke<IOnChanged>(owner->OnStarted()); in SetState()
H A Danimation.h145 META_IMPLEMENT_INTERFACE_EVENT(IAnimation, IOnChanged, OnStarted)
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp204 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp204 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 Dsa_get_attribute_value_benchmark.cpp328 bool GetAttributeValueTest::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener

Completed in 19 milliseconds