/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 165 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_REMOTE_ABILITY, in HWTEST_F() 181 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in HWTEST_F() 197 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_CONTINUATION, in HWTEST_F() 213 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_REMOTE_ABILITY_BYCALL, in HWTEST_F() 229 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::DISCONNECT_REMOTE_ABILITY, in HWTEST_F() 245 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::RELEASE_REMOTE_ABILITY, in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | dms_hisysevent_report_test.cpp | 77 * @tc.desc: test ReportFaultEvent when HiSysEvent::Write success 87 * @tc.steps: step1. test ReportFaultEvent with invalid error type in HWTEST_F() 89 int32_t result = DmsHiSysEventReport::ReportFaultEvent("", ""); in HWTEST_F() 92 * @tc.steps: step2. test ReportFaultEvent in HWTEST_F() 94 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_REMOTE_ABILITY, in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_adapter.cpp | 73 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in ConnectAbility() 97 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::DISCONNECT_REMOTE_ABILITY, in DisconnectAbility() 233 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::RELEASE_REMOTE_ABILITY, in ReleaseAbility() 250 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_REMOTE_ABILITY_BYCALL, in StartAbilityByCall()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 66 static int ReportFaultEvent(const std::string& eventName, const std::string& errorType);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_hisysevent_report.cpp | 63 int DmsHiSysEventReport::ReportFaultEvent(const std::string& eventName, const std::string& errorType) in ReportFaultEvent() function in OHOS::DistributedSchedule::DmsHiSysEventReport
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service.cpp | 125 ReportFaultEvent(ret, "GenerateKeySystemRequest failed", "");
in GenerateKeySystemRequest() 147 ReportFaultEvent(ret, "ProcessKeySystemResponse failed", responseString);
in ProcessKeySystemResponse() 249 ReportFaultEvent(DRM_SERVICE_ERROR, "CreateMediaKeySession failed", "");
in CreateMediaKeySession() 255 ReportFaultEvent(DRM_ALLOC_ERROR, "CreateMediaKeySession failed", "");
in CreateMediaKeySession()
|
H A D | key_session_service.cpp | 127 ReportFaultEvent(ret, "GenerateMediaKeyRequest failed", "");
in GenerateMediaKeyRequest() 153 ReportFaultEvent(ret, "ProcessMediaKeyResponse failed", responseString);
in ProcessMediaKeyResponse()
|
H A D | mediakeysystemfactory_service.cpp | 180 ReportFaultEvent(DRM_SERVICE_ERROR, "CreateMediaKeySystem failed", "");
in CreateMediaKeySystem() 189 ReportFaultEvent(DRM_ALLOC_ERROR, "CreateMediaKeySystem failed", "");
in CreateMediaKeySystem()
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage_manager.h | 79 void ReportFaultEvent(const std::string& event, const std::string& key, const int32_t result);
|
/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | drm_dfx.h | 130 __attribute__((visibility("default"))) int32_t ReportFaultEvent(uint32_t errorCode, std::string errorMesg,
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_dfx_unittest.cpp | 115 Drm_ErrCode errNo = (Drm_ErrCode)ReportFaultEvent(errorCode, errorMesg, extraMesg); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 411 ReportFaultEvent(DP_SYNC_FAILED, FAULT_CODE_KEY, result); in SyncDeviceProfile() 621 void DeviceProfileStorageManager::ReportFaultEvent(const std::string& event, in ReportFaultEvent() function in OHOS::DeviceProfile::DeviceProfileStorageManager
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_dfx.cpp | 214 int32_t ReportFaultEvent(uint32_t errorCode, std::string errorMesg, std::string extraMesg) in ReportFaultEvent() function
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 545 DeviceProfileStorageManager::GetInstance().ReportFaultEvent(event, key, result); in HWTEST_F()
|