/ohos5.0/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()
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_manager.h | 39 void OnStarted(); 50 virtual void OnStarted();
|
H A D | vcard_decoder.h | 29 virtual void OnStarted() = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 79 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 D | mock_accessibility_gesture_recognizer.h | 37 MOCK_METHOD0(OnStarted, bool());
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | AnimationJS.h | 89 napi_value OnStarted(NapiApi::FunctionContext<NapiApi::Function>& ctx);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/ |
H A D | intf_animation.h | 114 META_EVENT(IOnChanged, OnStarted)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | player.h | 121 void OnStarted();
|
H A D | player.cpp | 319 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 D | anim_impl.cpp | 65 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted) 135 META_NS::Invoke<META_NS::IOnChanged>(OnStarted()); in Start()
|
H A D | ecs_animation.h | 87 META_IMPLEMENT_EVENT(META_NS::IOnChanged, OnStarted) in SCENE_BEGIN_NAMESPACE() 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()
|
/ohos5.0/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;
|
/ohos5.0/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) in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 229 listener_->OnStarted(); in HandleTouchMoveEvent()
|
H A D | accessibility_touch_guider.cpp | 328 bool TouchGuider::TouchGuideListener::OnStarted() in OnStarted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_manager.cpp | 38 void VCardManager::DecodeListener::OnStarted() in OnStarted() function in OHOS::Telephony::VCardManager::DecodeListener
|
H A D | vcard_decoder_v21.cpp | 57 it->OnStarted(); in NotifyStarted()
|
/ohos5.0/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
|