/applications/sample/camera/screensaver/screensaver/src/main/cpp/ |
H A D | screensaver_ability_slice.cpp | 53 auto onClick = [this] (UIView& view, const Event& event) -> bool {
in SetCyclePlayView()
|
/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | setting_wifi_ability_slice.h | 47 bool OnClick(UIView& view, const ClickEvent& event) override
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | drv_rsa.h | 97 typedef void (*rsa_event_cb_t)(int32_t idx, rsa_event_e event); ///< Pointer to \ref rsa_event_cb_t : RSA Event call back. 116 \brief Initialize RSA Interface. 1. Initializes the resources needed for the RSA interface 2.registers event callback function 118 \param[in] cb_event event callback function \ref rsa_event_cb_t
|
H A D | drv_i2s.h | 104 uint32_t event_frame_error : 1; ///< supports Frame error event: ARM_SAI_EVENT_FRAME_ERROR 107 typedef void (*i2s_event_cb_t)(int32_t idx, i2s_event_e event); ///< Pointer to \ref i2s_event_cb_t : i2s Event call back. 110 \brief Initialize I2S Interface. 1. Initializes the resources needed for the I2S index 2.registers event callback function
|
H A D | drv_dmac.h | 111 typedef void (*dma_event_cb_t)(int32_t ch, dma_event_e event); ///< Pointer to \ref dma_event_cb_t : dmac event call back.
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | platform_device.h | 61 int event;
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_sta.c | 51 switch (hisi_event->event) { in wifi_wpa_event_cb() 119 /* register call back function to receive wifi event, etc scan results event, in hi_wifi_start_sta() 120 * connected event, disconnected event. in hi_wifi_start_sta() 124 printf("register wifi event callback failed\n"); in hi_wifi_start_sta() 134 /* start scan, scan results event will be received soon */ in hi_wifi_start_sta()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_time.h | 94 * MppStopwatch is for timer to record event and time 100 * 3. mpp_stopwatch_record(event) 102 * 4. mpp_stopwatch_record(event) 107 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_time.h | 57 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_time.h | 95 * MppStopwatch is for timer to record event and time 101 * 3. mpp_stopwatch_record(event) 103 * 4. mpp_stopwatch_record(event) 108 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_time.h | 57 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | base_server.h | 73 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer &event) override {}
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | dms_callback_task.h | 69 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer& event) override;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_engine.h | 93 virtual int32_t NotifyHeadsetHostEvent(HeadsetHostEventType event) = 0;
|
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/ |
H A D | formcachemgr_fuzzer.cpp | 56 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | base_client.h | 72 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer &event) override {}
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_common_helper.h | 49 bool WriteRemoteControlEvent(Parcel &parcel, const OHRemoteControlEvent &event);
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_event_handler.h | 31 virtual void ProcessEvent(const AAFwk::EventWrap &event) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.h | 69 std::string MakeEventHash(const std::string& event) const;
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/ |
H A D | input_declaration.h | 67 bool SetSpecializedEvent(int32_t pageId, const std::string& eventId, const std::string& event) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_resource.h | 69 std::string MakeEventHash(const std::string& event) const;
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | search_component.h | 65 void SetSubmitEvent(const std::function<void(const std::string&)>& event);
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.h | 35 void SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_resource.h | 68 std::string MakeEventHash(const std::string& event) const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.h | 22 #include "core/components_ng/event/event_hub.h" 89 bool OnKeyEvent(const KeyEvent& event);
|