Home
last modified time | relevance | path

Searched refs:eventSourceMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp305 eventSourceMap_[fd] = source; in AddFileDescriptorEventCallback()
319 eventSourceMap_[fd] = source; in AddFileDescriptorEventCallback()
338 eventSourceMap_.erase(fd); in RemoveFileDescriptorEventCallback()
360 for (auto it = eventSourceMap_.begin(); it != eventSourceMap_.end(); it++) { in ModifyFdStatus()
391 auto it = eventSourceMap_.find(fd); in PollNextEvent()
392 if (it == eventSourceMap_.end()) { in PollNextEvent()
568 auto it = eventSourceMap_.find(fd); in WaitNextEvent()
569 if (it != eventSourceMap_.end()) { in WaitNextEvent()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h166 std::map<int32_t, std::shared_ptr<FileDescriptorEventCallback>> eventSourceMap_; variable