Searched refs:SERVICE_FAULT (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | dfx_code_constant.h | 21 static inline const int SERVICE_FAULT = 950001100; member in DfxCodeConstant
|
H A D | hiview_adapter.cpp | 58 { DfxCodeConstant::SERVICE_FAULT, "SERVICE_FAULT" },
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | service_fault_impl.cpp | 22 HiViewAdapter::ReportFault(DfxCodeConstant::SERVICE_FAULT, msg, executors_); in Report()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | dfx_types.h | 71 SERVICE_FAULT = 0, member in OHOS::DistributedDataDfx::FaultType
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
H A D | distributeddata_dfx_ut_test.cpp | 179 struct FaultMsg rfMsg{FaultType::SERVICE_FAULT, "database", "closeKvStore", in HWTEST_F() member in rfMsg::FaultType 335 struct FaultMsg svMsg{FaultType::SERVICE_FAULT, "myData", "createKvStore", in HWTEST_F() member in svMsg::FaultType
|
Completed in 4 milliseconds