Home
last modified time | relevance | path

Searched refs:OnStarted (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/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()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_manager.h39 void OnStarted();
50 virtual void OnStarted();
H A Dvcard_decoder.h29 virtual void OnStarted() = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Danimation_api.h79 Event<IOnChanged> OnStarted() in META_BEGIN_NAMESPACE()
81 return META_API_CACHED_INTERFACE(Animation)->OnStarted(); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_gesture_recognizer.h37 MOCK_METHOD0(OnStarted, bool());
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DAnimationJS.h89 napi_value OnStarted(NapiApi::FunctionContext<NapiApi::Function>& ctx);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h114 META_EVENT(IOnChanged, OnStarted)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.h121 void OnStarted();
H A Dplayer.cpp319 player->OnStarted(); in Start()
324 void Player::OnStarted() in OnStarted() function in OHOS::Ace::Player
/ohos5.0/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()); in Start()
H A Decs_animation.h87 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted) in SCENE_BEGIN_NAMESPACE()
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()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h86 virtual bool OnStarted();
H A Daccessibility_touch_guider.h248 bool OnStarted() override;
/ohos5.0/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) in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp229 listener_->OnStarted(); in HandleTouchMoveEvent()
H A Daccessibility_touch_guider.cpp328 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_manager.cpp38 void VCardManager::DecodeListener::OnStarted() in OnStarted() function in OHOS::Telephony::VCardManager::DecodeListener
H A Dvcard_decoder_v21.cpp57 it->OnStarted(); in NotifyStarted()
/ohos5.0/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