Home
last modified time | relevance | path

Searched defs:FileFDCallback (Results 1 – 2 of 2) sorted by relevance

/base/notification/eventhandler/interfaces/inner_api/
Dnative_implement_eventhandler.h25 typedef void (*FileFDCallback)(int32_t filedescriptor); typedef
/base/notification/eventhandler/interfaces/kits/native/
Dnative_interface_eventhandler.h49 using FileFDCallback = void (*)(int); variable