Home
last modified time | relevance | path

Searched refs:QueryEventInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h38 int32_t QueryEventInfo(EventInfo& info);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp140 if (dbHelper_->QueryEventInfo(eventInfo) < 0) { in GetCount()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp163 int32_t DailyDbHelper::QueryEventInfo(EventInfo& info) in QueryEventInfo() function in OHOS::HiviewDFX::DailyDbHelper
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h123 void QueryEventInfo(int fd, std::unique_ptr<Device> &device);
H A Dinput_hub.cpp658 QueryEventInfo(fd, device); in QueryInputDeviceInfo()
662 void InputHub::QueryEventInfo(int fd, std::unique_ptr<Device> &device) in QueryEventInfo() function in OHOS::DistributedHardware::DistributedInput::InputHub