Home
last modified time | relevance | path

Searched refs:SetEventCallback (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_touch_handler.h35 void SetEventCallback(const SceneViewerEventCallback& eventCallback) in SetEventCallback() function
H A Drender_scene_viewer.cpp50 touchHandler_->SetEventCallback([wp](const OHOS::Render3D::SceneViewerTouchEvent& event) { in Initialize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.h37 void SetEventCallback(EventCallback callback);
H A Daccount_delegate_impl.cpp52 void EventSubscriber::SetEventCallback(EventCallback callback) in SetEventCallback() function in OHOS::DistributedKv::EventSubscriber
H A Daccount_delegate_normal_impl.cpp115 eventSubscriber_->SetEventCallback([this](AccountEventInfo& account) { in SubscribeAccountEvent()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_handler_wrap.h124 void SetEventCallback(std::function<void(const EventWrap&)> eventCallback) in SetEventCallback() function
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h75 static napi_value SetEventCallback(napi_env env, napi_callback_info info);
H A Dkey_session_napi.h62 static napi_value SetEventCallback(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h192 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
H A Ddatepicker_pattern.h160 void SetEventCallback(EventCallback&& value);
H A Ddatepicker_pattern.cpp131 SetEventCallback([weak = WeakClaim(this), titleId = GetTitleId()](bool refresh) { in OnModifyDone()
213 void DatePickerPattern::SetEventCallback(EventCallback&& value) in SetEventCallback() function in OHOS::Ace::NG::DatePickerPattern
227 datePickerColumnPattern->SetEventCallback(std::move(value)); in SetEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h196 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
H A Dtimepicker_row_pattern.cpp147 SetEventCallback([weak = WeakClaim(this)](bool refresh) { in OnModifyDone()
334 void TimePickerRowPattern::SetEventCallback(EventCallback&& value) in SetEventCallback() function in OHOS::Ace::NG::TimePickerRowPattern
348 timePickerColumnPattern->SetEventCallback(std::move(value)); in SetEventCallback()
H A Dtimepicker_row_pattern.h144 void SetEventCallback(EventCallback&& value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h236 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
H A Dtextpicker_pattern.cpp261 SetEventCallback([weak = WeakClaim(this)](bool refresh) { in OnModifyDone()
278 void TextPickerPattern::SetEventCallback(EventCallback&& value) in SetEventCallback() function in OHOS::Ace::NG::TextPickerPattern
292 pickerColumnPattern->SetEventCallback(std::move(value)); in SetEventCallback()
H A Dtextpicker_pattern.h80 void SetEventCallback(EventCallback&& value);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp66 DECLARE_NAPI_FUNCTION("on", SetEventCallback), in Init()
622 napi_value MediaKeySessionNapi::SetEventCallback(napi_env env, napi_callback_info info) in SetEventCallback() function in OHOS::DrmStandard::MediaKeySessionNapi
H A Dmedia_key_system_napi.cpp68 DECLARE_NAPI_FUNCTION("on", SetEventCallback), in Init()
1028 napi_value MediaKeySystemNapi::SetEventCallback(napi_env env, napi_callback_info info) in SetEventCallback() function in OHOS::DrmStandard::MediaKeySystemNapi