Home
last modified time | relevance | path

Searched refs:onFinished_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp78 onFinished_ = callback; in SetOnSyncFinished()
194 if (onFinished_) { in Finished()
196 onFinished_(syncId_); in Finished()
H A Dsync_operation.h161 OnSyncFinished onFinished_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h176 mutable META_NS::EventImpl<META_NS::IOnChanged> onFinished_; in SCENE_BEGIN_NAMESPACE() local
375 mutable META_NS::EventImpl<META_NS::IOnChanged> onFinished_; variable
H A Danim_impl.cpp362 mutable META_NS::EventImpl<META_NS::IOnChanged> onFinished_; member in __anona08761e50110::AnimImpl