Lines Matching defs:eventName
25 void ReportSaFail(const std::string &eventName, int32_t errCode, int32_t saId, const std::string &errMsg)
29 eventName,
39 void ReportRegisterFail(const std::string &eventName, int32_t errCode, const std::string &devId,
42 int32_t res = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::DISTRIBUTED_SCREEN, eventName,
50 void ReportUnRegisterFail(const std::string &eventName, int32_t errCode, const std::string &devId,
55 eventName,
66 void ReportOptFail(const std::string &eventName, int32_t errCode, const std::string &errMsg)
70 eventName,
79 void ReportSaEvent(const std::string &eventName, int32_t saId, const std::string &errMsg)
83 eventName,
92 void ReportRegisterScreenEvent(const std::string &eventName, const std::string &devId, const std::string &dhId,
95 int32_t res = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::DISTRIBUTED_SCREEN, eventName,
103 void ReportUnRegisterScreenEvent(const std::string &eventName, const std::string &devId, const std::string &dhId,
106 int32_t res = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::DISTRIBUTED_SCREEN, eventName,
114 void ReportScreenMirrorEvent(const std::string &eventName, const std::string &devId, const std::string &dhId,
119 eventName,