Home
last modified time | relevance | path

Searched defs:ReadCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dsys_event_doc_reader.h29 using ReadCallback = std::function<bool(uint8_t* content, uint32_t& contentSize)>; variable
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.h30 using ReadCallback = void (*)(const RawEvent*); variable
H A Dinput_manager_service.cpp60 void InputManagerService::ReadCallback(const RawEvent* event) in ReadCallback() function in OHOS::InputManagerService
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp309 int MiniMP4DemuxerPlugin::ReadCallback(int64_t offset, void* buffer, size_t size, void* token) in ReadCallback() function in OHOS::Media::Plugin::Minimp4::MiniMP4DemuxerPlugin
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dcurl_adp.cpp439 size_t CUrlAdp::ReadCallback(char *buffer, size_t size, size_t nitems, void *arg) in ReadCallback() function in OHOS::Request::Upload::CUrlAdp