Searched defs:AddFaultLog (Results 1 – 7 of 7) sorted by relevance
83 void AddFaultLog(const FaultLogInfoInner &info) in AddFaultLog() function105 void AddFaultLog(int64_t time, int32_t logType, const std::string &module, const std::string &summa… in AddFaultLog() function158 __attribute__((visibility ("default"))) void AddFaultLog(FaultLogInfoInner* info) in AddFaultLog() function
36 virtual void AddFaultLog(FaultLogInfo& info){}; in AddFaultLog() function
28 void FaultLoggerServiceProxy::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog() function in OHOS::HiviewDFX::FaultLoggerServiceProxy
42 using AddFaultLog = void (*)(FaultLogInfoInner* info); typedef
94 void FaultloggerServiceOhos::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog() function in OHOS::HiviewDFX::FaultloggerServiceOhos
496 void Faultlogger::AddFaultLog(FaultLogInfo& info) in AddFaultLog() function in OHOS::HiviewDFX::Faultlogger
199 static napi_value AddFaultLog(napi_env env, napi_callback_info info) in AddFaultLog() function