Home
last modified time | relevance | path

Searched defs:EventCallback (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Devent_callback.h27 class EventCallback; variable
34 EventCallback() : callback_(nullptr) {} in EventCallback() function
35 explicit EventCallback(FunctionType&& callback) : callback_(std::move(callback)) {} in EventCallback() function
36 explicit EventCallback(const FunctionType& callback) : callback_(callback) {} in EventCallback() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.h31 using EventCallback = std::function<void(AccountEventInfo &account)>; variable
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus.h31 typedef int (*EventCallback)(void *arg, unsigned int argLen, void *userData); typedef
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h34 using EventCallback = std::function<void(const std::string&)>; variable
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dio_event_common.h30 using EventCallback = std::function<void()>; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/
H A Dvideo_strategy_center.h30 using EventCallback = std::function<void(const int32_t)>; variable
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_types.h139 struct EventCallback { struct
140 EventCallback() : env(nullptr), thisVar(nullptr), callbackRef(nullptr), deferred(nullptr), in EventCallback() function
142 napi_env env = nullptr;
143 napi_ref thisVar = nullptr;
144 napi_ref callbackRef = nullptr;
145 napi_deferred deferred = nullptr;
146 time_t callbackBeginTime_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_delegate.h32 using EventCallback = std::function<void()>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.h49 using EventCallback = std::function<void(const std::string&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.h33 using EventCallback = std::function<void(const std::string&)>; variable
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_impl.cpp31 static int EventCallback(uint8_t event, uint8_t *buff, uint32_t buffLen) in EventCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.h36 using EventCallback = std::function<void()>; variable
H A Dtool_bar_item_component.h29 using EventCallback = std::function<void()>; variable
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.cpp121 void InputEventHub::EventCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex) in EventCallback() function in OHOS::InputEventHub
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_state_machine.h34 using EventCallback = std::function<void(Event)>; variable
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp37 static void EventCallback(unsigned char event, unsigned char status) in EventCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h319 using EventCallback = std::function<void(const std::shared_ptr<BaseEventInfo>&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h39 using EventCallback = std::function<void(bool)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h38 using EventCallback = std::function<void(bool)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h33 using EventCallback = std::function<void(bool)>; variable
H A Dtextpicker_column_pattern.h35 using EventCallback = std::function<void(bool)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h41 using EventCallback = std::function<void(const std::string&, const std::string&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h631 using EventCallback = std::function<void(const std::string&)>; variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp1626 void PlayerControl::EventCallback(PlayerControlEvent event, const void *data) in EventCallback() function in OHOS::Media::PlayerControl