Home
last modified time | relevance | path

Searched defs:QuerySelfFaultLog (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlogger_plugin.h45 virtual std::unique_ptr<FaultLogQueryResultInner> QuerySelfFaultLog(int32_t uid, int32_t pid, in QuerySelfFaultLog() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlogger_service_proxy.cpp61 sptr<IRemoteObject> FaultLoggerServiceProxy::QuerySelfFaultLog(int32_t faultType, int32_t maxNum) in QuerySelfFaultLog() function in OHOS::HiviewDFX::FaultLoggerServiceProxy
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlogger_client.cpp125 std::unique_ptr<FaultLogQueryResult> QuerySelfFaultLog(FaultLogType faultType, int32_t maxNum) in QuerySelfFaultLog() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlogger_service_ohos.cpp141 sptr<IRemoteObject> FaultloggerServiceOhos::QuerySelfFaultLog(int32_t faultType, int32_t maxNum) in QuerySelfFaultLog() function in OHOS::HiviewDFX::FaultloggerServiceOhos
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp155 static napi_value QuerySelfFaultLog(napi_env env, napi_callback_info info) in QuerySelfFaultLog() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp679 std::unique_ptr<FaultLogQueryResultInner> Faultlogger::QuerySelfFaultLog(int32_t id, in QuerySelfFaultLog() function in OHOS::HiviewDFX::Faultlogger
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp1089 sptr<IRemoteObject> QuerySelfFaultLog(int32_t faultType, int32_t maxNum) in QuerySelfFaultLog() function in OHOS::HiviewDFX::TestFaultLoggerServiceStub