/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | socket.h | 148 * @param event Indicates the file event.
153 void (*OnFile)(int32_t socket, FileEvent *event);
161 * @param event Indicates the type of QoS state change.
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_event_handler.h | 41 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer& event) override;
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hotspot.h | 162 const std::vector<std::string> &event) = 0;
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_hotspot.h | 163 const std::vector<std::string> &event) = 0;
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_impl.h | 171 const std::vector<std::string> &event) override;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.h | 50 bool RegisterDhcpCallBack(const std::string &ifaceName, ServerCallBack &event);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/ |
H A D | event_center.h | 22 #include "eventcenter/event.h" 55 void Post(std::unique_ptr<Event> event);
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | event_center.h | 24 #include "eventcenter/event.h" 56 void Post(std::unique_ptr<Event> event);
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/ |
H A D | pinholder_fuzzer.cpp | 38 void OnPinHolderEvent(DmPinHolderEvent event, int32_t result, const std::string &content) override {}
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.h | 37 int32_t NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) override;
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | socket.h | 142 * @param event Indicates the file event. 147 void (*OnFile)(int32_t socket, FileEvent *event); 155 * @param event Indicates the type of QoS state change.
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | daudio_manager_callback.h | 39 const OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent &event) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | idistributed_hardware.h | 45 virtual int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) = 0;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ |
H A D | distributed_hardware_service.h | 49 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ |
H A D | distributed_hardware_fwk_kit.h | 116 * @brief Notify event from transport engine to av control center 119 * @param event the event content 122 API_EXPORT int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event);
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/ |
H A D | distributed_hardware_proxy.h | 44 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/ |
H A D | screenregion.h | 41 void OnEngineEvent(DScreenEventType event, const std::string &content) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | version_info_manager.h | 60 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_rfcomm.h | 161 * @brief Rfcomm event 164 * @param event Rfcomm event. 165 * @param event_data Rfcomm event data. 168 static void TransportRfcEventCallback(uint16_t handle, uint32_t event, const void *eventData, void *context); 171 * @brief Rfcomm event of connect success. 174 * @param event Rfcomm event. 175 * @param event_data Rfcomm event data. 181 * @brief Rfcomm event o [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 100 * @param[in] event Control link callback events 106 uint8_t connId, uint8_t event, uint16_t result, const BtAddr *peerAddr, void *context);
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/ |
H A D | screen_session_manager_client_interface.h | 55 virtual void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
|
H A D | screen_session_manager_client_proxy.h | 35 void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
|
/third_party/ffmpeg/libavformat/ |
H A D | subtitles.h | 113 * Insert a new subtitle event. 115 * @param event the subtitle line, may not be zero terminated 116 * @param len the length of the event (in strlen() sense, so without '\0') 117 * @param merge set to 1 if the current event should be concatenated with the 121 const uint8_t *event, size_t len, int merge); 177 * A chunk is defined by a multiline "event", ending with a second line break.
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | AboutDialog.java | 11 import java.awt.event.*;
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | pthread.h | 50 EVENT_CB_S event; /**< Event object*/ member
|