Home
last modified time | relevance | path

Searched refs:AddEventListener (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/
H A Danimator_test_ng.cpp50 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 Djs_animator.cpp336 …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 Danimator_model_impl.h29 void AddEventListener(
H A Danimator_model_impl.cpp59 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 Danimator_model_ng.h29 void AddEventListener(
H A Danimator_model.h36 virtual void AddEventListener(
H A Danimator_model_ng.cpp19 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 Dkey_session_napi.h59 static napi_value AddEventListener(napi_env env, napi_callback_info info);
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h241 static napi_value AddEventListener(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp78 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 Dnapi_net_policy.cpp105 context->policyResult = NetPolicyEventListenerContext::GetInstance().AddEventListener(listen); in ExecOn()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp491 …napi_create_function(env, funcName.c_str(), funcName.size(), Worker::AddEventListener, worker, &cb…