Home
last modified time | relevance | path

Searched refs:ReportFaultEvent (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp165 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 Ddms_hisysevent_report_test.cpp77 * @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 Ddistributed_sched_adapter.cpp73 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 Ddms_hisysevent_report.h66 static int ReportFaultEvent(const std::string& eventName, const std::string& errorType);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_hisysevent_report.cpp63 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 Dmediakeysystem_service.cpp125 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 Dkey_session_service.cpp127 ReportFaultEvent(ret, "GenerateMediaKeyRequest failed", ""); in GenerateMediaKeyRequest()
153 ReportFaultEvent(ret, "ProcessMediaKeyResponse failed", responseString); in ProcessMediaKeyResponse()
H A Dmediakeysystemfactory_service.cpp180 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 Ddevice_profile_storage_manager.h79 void ReportFaultEvent(const std::string& event, const std::string& key, const int32_t result);
/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_dfx.h130 __attribute__((visibility("default"))) int32_t ReportFaultEvent(uint32_t errorCode, std::string errorMesg,
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_dfx_unittest.cpp115 Drm_ErrCode errNo = (Drm_ErrCode)ReportFaultEvent(errorCode, errorMesg, extraMesg); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp411 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 Ddrm_dfx.cpp214 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 Dprofile_storage_test.cpp545 DeviceProfileStorageManager::GetInstance().ReportFaultEvent(event, key, result); in HWTEST_F()

Completed in 10 milliseconds