Home
last modified time | relevance | path

Searched refs:FaultReporter (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Dreporter.h32 KVSTORE_API FaultReporter* ServiceFault();
33 KVSTORE_API FaultReporter* RuntimeFault();
34 KVSTORE_API FaultReporter* DatabaseFault();
35 KVSTORE_API FaultReporter* CommunicationFault();
H A Dfault_reporter.h23 class FaultReporter { class
28 KVSTORE_API virtual ~FaultReporter() {} in ~FaultReporter()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dreporter.cpp37 FaultReporter* Reporter::CommunicationFault() in CommunicationFault()
44 FaultReporter* Reporter::DatabaseFault() in DatabaseFault()
51 FaultReporter* Reporter::RuntimeFault() in RuntimeFault()
58 FaultReporter* Reporter::ServiceFault() in ServiceFault()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/
H A Dfault_reporter.h23 class FaultReporter { class
26 virtual ~FaultReporter() {} in ~FaultReporter()
H A Dpasteboard_fault_impl.h24 class PasteboardFaultImpl : public FaultReporter {
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dreporter.h29 FaultReporter &PasteboardFault();
H A Dreporter.cpp29 FaultReporter &Reporter::PasteboardFault() in PasteboardFault()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Dcommunication_fault_impl.h25 class CommunicationFaultImpl : public FaultReporter {
H A Druntime_fault_impl.h23 class RuntimeFaultImpl : public FaultReporter {
H A Ddatabase_fault_impl.h24 class DatabaseFaultImpl : public FaultReporter {
H A Dservice_fault_impl.h24 class ServiceFaultImpl : public FaultReporter {

Completed in 2 milliseconds