/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/ |
H A D | animator_test_ng.cpp | 50 aimatorModel.AddEventListener(nullptr, Framework::EventOperation::START, "-1"); 51 aimatorModel.AddEventListener(nullptr, Framework::EventOperation::PAUSE, "-1"); 55 aimatorModel.AddEventListener(nullptr, Framework::EventOperation::NONE, "-1"); 57 aimatorModel.AddEventListener(nullptr, eventOperation, "-1"); 60 aimatorModel.AddEventListener(event, Framework::EventOperation::START, "-1"); 61 aimatorModel.AddEventListener(event, Framework::EventOperation::PAUSE, "-1"); 62 aimatorModel.AddEventListener(event, Framework::EventOperation::REPEAT, "-1"); 63 aimatorModel.AddEventListener(event, Framework::EventOperation::CANCEL, "-1"); 64 aimatorModel.AddEventListener(event, Framework::EventOperation::FINISH, "-1"); 65 aimatorModel.AddEventListener(event, Framework::EventOperation::NONE, "-1"); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 336 …AnimatorModel::GetInstance()->AddEventListener(std::move(callback), EventOperation::START, animato… in OnStart() 343 …AnimatorModel::GetInstance()->AddEventListener(std::move(callback), EventOperation::PAUSE, animato… in OnPause() 350 …AnimatorModel::GetInstance()->AddEventListener(std::move(callback), EventOperation::REPEAT, animat… in OnRepeat() 357 …AnimatorModel::GetInstance()->AddEventListener(std::move(callback), EventOperation::CANCEL, animat… in OnCancel() 364 …AnimatorModel::GetInstance()->AddEventListener(std::move(callback), EventOperation::FINISH, animat… in OnFinish()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | animator_model_impl.h | 29 void AddEventListener(
|
H A D | animator_model_impl.cpp | 59 void AnimatorModelImpl::AddEventListener( in AddEventListener() function in OHOS::Ace::Framework::AnimatorModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/ |
H A D | animator_model_ng.h | 29 void AddEventListener(
|
H A D | animator_model.h | 36 virtual void AddEventListener(
|
H A D | animator_model_ng.cpp | 19 void AnimatorModelNG::AddEventListener( in AddEventListener() function in OHOS::Ace::Framework::AnimatorModelNG
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | key_session_napi.h | 59 static napi_value AddEventListener(napi_env env, napi_callback_info info);
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 241 static napi_value AddEventListener(napi_env env, napi_callback_info cbinfo);
|
H A D | worker.cpp | 78 DECLARE_NAPI_FUNCTION("addEventListener", AddEventListener), in InitWorker() 607 napi_value Worker::AddEventListener(napi_env env, napi_callback_info cbinfo) in AddEventListener() function in Commonlibrary::Concurrent::WorkerModule::Worker
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 105 context->policyResult = NetPolicyEventListenerContext::GetInstance().AddEventListener(listen); in ExecOn()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 491 …napi_create_function(env, funcName.c_str(), funcName.size(), Worker::AddEventListener, worker, &cb…
|