Searched defs:WriteEvent (Results 1 – 7 of 7) sorted by relevance
32 int WriteEvent(const char *functionName, const struct EventValues *eventValues) in WriteEvent() function
27 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function
28 static void WriteEvent(const std::string& packageName, Types ... args) in WriteEvent() function
56 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV… in WriteEvent() function
81 void WriteEvent(const std::shared_ptr<AppEventPack>& appEventPack) in WriteEvent() function
26 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function
117 void Audit::WriteEvent(const std::string& content) in WriteEvent() function in OHOS::HiviewDFX::Audit