/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_touch_handler.h | 35 void SetEventCallback(const SceneViewerEventCallback& eventCallback) in SetEventCallback() function
|
H A D | render_scene_viewer.cpp | 50 touchHandler_->SetEventCallback([wp](const OHOS::Render3D::SceneViewerTouchEvent& event) { in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/ |
H A D | account_delegate_impl.h | 37 void SetEventCallback(EventCallback callback);
|
H A D | account_delegate_impl.cpp | 52 void EventSubscriber::SetEventCallback(EventCallback callback) in SetEventCallback() function in OHOS::DistributedKv::EventSubscriber
|
H A D | account_delegate_normal_impl.cpp | 115 eventSubscriber_->SetEventCallback([this](AccountEventInfo& account) { in SubscribeAccountEvent()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_handler_wrap.h | 124 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 D | media_key_system_napi.h | 75 static napi_value SetEventCallback(napi_env env, napi_callback_info info);
|
H A D | key_session_napi.h | 62 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 D | datepicker_column_pattern.h | 192 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
|
H A D | datepicker_pattern.h | 160 void SetEventCallback(EventCallback&& value);
|
H A D | datepicker_pattern.cpp | 131 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 D | timepicker_column_pattern.h | 196 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
|
H A D | timepicker_row_pattern.cpp | 147 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 D | timepicker_row_pattern.h | 144 void SetEventCallback(EventCallback&& value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.h | 236 void SetEventCallback(EventCallback&& value) in SetEventCallback() function
|
H A D | textpicker_pattern.cpp | 261 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 D | textpicker_pattern.h | 80 void SetEventCallback(EventCallback&& value);
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | key_session_napi.cpp | 66 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 D | media_key_system_napi.cpp | 68 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
|