/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
H A D | faultlogger_client.h | 33 void AddFaultLog(FaultLogInfoInner* info); 86 void AddFaultLog(const FaultLogInfoInner &info); 100 void AddFaultLog(int64_t time, int32_t logType, const std::string &module, const std::string &summary);
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/ |
H A D | faultlogger_client.cpp | 82 void AddFaultLog(const FaultLogInfoInner &info) in AddFaultLog() function 103 service->AddFaultLog(infoOhos); in AddFaultLog() 106 void AddFaultLog(int64_t time, int32_t logType, const std::string &module, const std::string &summary) in AddFaultLog() function 122 service->AddFaultLog(infoOhos); in AddFaultLog() 159 __attribute__((visibility ("default"))) void AddFaultLog(FaultLogInfoInner* info) in AddFaultLog() function 161 OHOS::HiviewDFX::AddFaultLog(*info); in AddFaultLog()
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerclient_fuzzer/ |
H A D | faultlogger_client_fuzzer.cpp | 54 HiviewDFX::AddFaultLog(inner); in FuzzInterfaceAddFaultLog() 55 HiviewDFX::AddFaultLog(inner.time, inner.faultLogType, inner.module, inner.summary); in FuzzInterfaceAddFaultLog()
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/ |
H A D | faultlogger_native_interface_test.cpp | 42 * @tc.desc: check the action of the AddFaultLog interface 56 AddFaultLog(info); in HWTEST_F() 63 * @tc.desc: check the action of the AddFaultLog interface 77 AddFaultLog(now, FaultLogType::CPP_CRASH, module, "faultloggertestsummary2"); in HWTEST_F() 101 AddFaultLog(now + i, FaultLogType::CPP_CRASH, module, "faultloggertestsummary2"); in HWTEST_F() 130 AddFaultLog(now + i, FaultLogType::CPP_CRASH, module, "faultloggertestsummary6"); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/ |
H A D | ifaultlogger_service.h | 31 virtual void AddFaultLog(const FaultLogInfoOhos& info) = 0;
|
H A D | faultlogger_service_proxy.h | 32 virtual void AddFaultLog(const FaultLogInfoOhos& info) override;
|
H A D | faultlogger_service_ohos.h | 44 void AddFaultLog(const FaultLogInfoOhos& info) override;
|
/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlogger_plugin.h | 36 virtual void AddFaultLog(FaultLogInfo& info){}; in AddFaultLog() function in OHOS::HiviewDFX::FaultloggerPlugin
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/ |
H A D | faultlogger_service_stub.cpp | 50 AddFaultLog(info); in OnRemoteRequest()
|
H A D | faultlogger_service_proxy.cpp | 29 void FaultLoggerServiceProxy::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog() function in OHOS::HiviewDFX::FaultLoggerServiceProxy
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_client_unittest.cpp | 90 printf("AddFaultLog %d\n", now); in HWTEST_F() 92 AddFaultLog(info); in HWTEST_F() 94 printf("start AddFaultLog\n"); in HWTEST_F() 130 printf("AddFaultLog %d\n", now); in HWTEST_F() 132 AddFaultLog(info); in HWTEST_F()
|
H A D | faultlogger_unittest.cpp | 399 plugin->AddFaultLog(info); in GenCppCrashLogTestCommon() 455 plugin->AddFaultLog(info); in HWTEST_F() 459 plugin->AddFaultLog(info); in HWTEST_F() 462 plugin->AddFaultLog(info); in HWTEST_F() 469 plugin->AddFaultLog(info); in HWTEST_F() 967 serviceOhos.AddFaultLog(info); in HWTEST_F() 976 serviceOhos.AddFaultLog(info); in HWTEST_F() 985 serviceOhos.AddFaultLog(info); in HWTEST_F() 1113 void AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog() function in OHOS::HiviewDFX::TestFaultLoggerServiceStub 1612 faultloggerServiceOhos.AddFaultLog(inf in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
H A D | faultlogger_service_ohos.cpp | 105 void FaultloggerServiceOhos::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog() function in OHOS::HiviewDFX::FaultloggerServiceOhos 140 service->AddFaultLog(outInfo); in AddFaultLog()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.h | 61 void AddFaultLog(FaultLogInfo& info) override;
|
H A D | faultlogger.cpp | 537 AddFaultLog(info); in OnEvent() 665 void Faultlogger::AddFaultLog(FaultLogInfo& info) in AddFaultLog() function in OHOS::HiviewDFX::Faultlogger
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.cpp | 201 static napi_value AddFaultLog(napi_env env, napi_callback_info info) in AddFaultLog() function 241 AddFaultLog(now * SEC_TO_MILLISEC, logType, module, summary); in AddFaultLog() 394 DECLARE_NAPI_FUNCTION("addFaultLog", AddFaultLog), in InitNapiRegistry()
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
H A D | faultlogger_service_fuzzer.cpp | 177 serviceOhos.AddFaultLog(info); in FuzzServiceInterfaceAddFaultLog()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 149 AddFaultLog(info); in SendFaultLog()
|