/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | event_callback.h | 27 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 D | account_delegate_impl.h | 31 using EventCallback = std::function<void(AccountEventInfo &account)>; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus.h | 31 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 D | web_delegate_interface.h | 34 using EventCallback = std::function<void(const std::string&)>; variable
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | io_event_common.h | 30 using EventCallback = std::function<void()>; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/ |
H A D | video_strategy_center.h | 30 using EventCallback = std::function<void(const int32_t)>; variable
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager_types.h | 139 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 D | xcomponent_delegate.h | 32 using EventCallback = std::function<void()>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.h | 49 using EventCallback = std::function<void(const std::string&)>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_delegate.h | 33 using EventCallback = std::function<void(const std::string&)>; variable
|
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/ |
H A D | connected_nfc_tag_impl.cpp | 31 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 D | render_tool_bar_item.h | 36 using EventCallback = std::function<void()>; variable
|
H A D | tool_bar_item_component.h | 29 using EventCallback = std::function<void()>; variable
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_hub.cpp | 121 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 D | hgm_state_machine.h | 34 using EventCallback = std::function<void(Event)>; variable
|
/ohos5.0/drivers/peripheral/nfc/hdi_service/ |
H A D | nfc_impl.cpp | 37 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 D | web_delegate_cross.h | 319 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 D | datepicker_column_pattern.h | 39 using EventCallback = std::function<void(bool)>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.h | 38 using EventCallback = std::function<void(bool)>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.h | 33 using EventCallback = std::function<void(bool)>; variable
|
H A D | textpicker_column_pattern.h | 35 using EventCallback = std::function<void(bool)>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 41 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 D | web_delegate.h | 631 using EventCallback = std::function<void(const std::string&)>; variable
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.cpp | 1626 void PlayerControl::EventCallback(PlayerControlEvent event, const void *data) in EventCallback() function in OHOS::Media::PlayerControl
|