Home
last modified time | relevance | path

Searched refs:bizStage (Results 1 - 18 of 18) sorted by relevance

/foundation/filemanagement/app_file_service/utils/src/b_radar/
H A Db_radar.cpp39 enum BizStageBackup bizStage, int32_t resultCode) in RecordDefaultFuncRes()
53 "BIZ_STAGE", static_cast<int32_t>(bizStage), in RecordDefaultFuncRes()
60 enum BizStageBackup bizStage, int32_t resultCode) in RecordBackupFuncRes()
74 "BIZ_STAGE", static_cast<int32_t>(bizStage), in RecordBackupFuncRes()
81 enum BizStageRestore bizStage, int32_t resultCode) in RecordRestoreFuncRes()
95 "BIZ_STAGE", static_cast<int32_t>(bizStage), in RecordRestoreFuncRes()
38 RecordDefaultFuncRes(Info &info, const std::string &func, int32_t userId, enum BizStageBackup bizStage, int32_t resultCode) RecordDefaultFuncRes() argument
59 RecordBackupFuncRes(Info &info, const std::string &func, int32_t userId, enum BizStageBackup bizStage, int32_t resultCode) RecordBackupFuncRes() argument
80 RecordRestoreFuncRes(Info &info, const std::string &func, int32_t userId, enum BizStageRestore bizStage, int32_t resultCode) RecordRestoreFuncRes() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_radar_reporter.h129 #define RADAR_REPORT(funcName, bizScene, bizStage, stageRes, ...) \
133 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
139 RadarReport(int32_t bizScene, int32_t bizStage, const std::string funcName) in RadarReport() argument
141 RADAR_REPORT(funcName, bizScene, bizStage, RadarReporter::SUCCESS, in RadarReport()
144 bizStage_ = bizStage; in RadarReport()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp48 .bizStage = BizStage::BIZ_STAGE_GET_SYSTEM_SIZE, in GetSystemSize()
62 .bizStage = BizStage::BIZ_STAGE_GET_SYSTEM_SIZE, in GetSystemSize()
87 .bizStage = BizStage::BIZ_STAGE_GET_TOTAL_SIZE, in GetTotalSize()
101 .bizStage = BizStage::BIZ_STAGE_GET_TOTAL_SIZE, in GetTotalSize()
123 .bizStage = BizStage::BIZ_STAGE_GET_FREE_SIZE, in GetFreeSize()
H A Dstorage_status_service.cpp204 .bizStage = BizStage::BIZ_STAGE_GET_USER_STORAGE_STATS, in GetUserStorageStats()
220 .bizStage = BizStage::BIZ_STAGE_GET_USER_STORAGE_STATS, in GetUserStorageStats()
238 .bizStage = BizStage::BIZ_STAGE_GET_USER_STORAGE_STATS, in GetUserStorageStats()
252 .bizStage = BizStage::BIZ_STAGE_GET_USER_STORAGE_STATS, in GetUserStorageStats()
291 .bizStage = BizStage::BIZ_STAGE_GET_BUNDLE_STATS, in GetCurrentBundleStats()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp94 .bizStage = BizStage::BIZ_STAGE_MOUNT, in Mount()
123 .bizStage = BizStage::BIZ_STAGE_UNMOUNT, in UMount()
162 .bizStage = BizStage::BIZ_STAGE_FORMAT, in Format()
191 .bizStage = BizStage::BIZ_STAGE_PARTITION, in Partition()
220 .bizStage = BizStage::BIZ_STAGE_SET_VOLUME_DESCRIPTION, in SetVolumeDescription()
371 .bizStage = BizStage::BIZ_STAGE_PREPARE_ADD_USER, in PrepareUserDirs()
388 .bizStage = BizStage::BIZ_STAGE_PREPARE_ADD_USER, in PrepareUserDirs()
416 .bizStage = BizStage::BIZ_STAGE_REMOVE_USER, in DestroyUserDirs()
435 .bizStage = BizStage::BIZ_STAGE_REMOVE_USER, in DestroyUserDirs()
459 .bizStage in StartUser()
[all...]
/foundation/filemanagement/app_file_service/utils/include/b_radar/
H A Db_radar.h89 enum BizStageBackup bizStage, int32_t resultCode);
91 enum BizStageBackup bizStage, int32_t resultCode);
93 enum BizStageRestore bizStage, int32_t resultCode);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkv_radar_reporter.h79 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
82 DistributedKv::ORG_PKG, "FUNC", __FUNCTION__, "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", \
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Ddfs_event_dfx.h63 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
67 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp71 "BIZ_STAGE", static_cast<int32_t>(parRes.bizStage), in RecordFuctionResult()
87 "BIZ_STAGE", static_cast<int32_t>(parRes.bizStage), in RecordFuctionResult()
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfs_daemon_event_dfx.h82 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
86 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_event_dfx.h130 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
133 RadarReporter::ORG_PKG, "FUNC", __FUNCTION__, "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", \
/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp233 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_DESTROY_PIN_HOLDER_MSG); in HWTEST_F() local
234 DmRadarHelper::GetInstance().ReportSendOrReceiveHolderMsg(bizStage, str, ""); in HWTEST_F()
235 bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_CREATE_PIN_HOLDER_MSG); in HWTEST_F()
236 DmRadarHelper::GetInstance().ReportSendOrReceiveHolderMsg(bizStage, str, ""); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h89 enum BizStage bizStage; member
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp207 int32_t bizStage = static_cast<int32_t>(PinHolderStage::SEND_CREATE_PIN_HOLDER_MSG); in CreateGeneratePinHolderMsg() local
208 DmRadarHelper::GetInstance().ReportSendOrReceiveHolderMsg(bizStage, in CreateGeneratePinHolderMsg()
252 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_CREATE_PIN_HOLDER_MSG); in ProcessCreateMsg() local
253 DmRadarHelper::GetInstance().ReportSendOrReceiveHolderMsg(bizStage, std::string("ProcessCreateMsg"), ""); in ProcessCreateMsg()
330 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_DESTROY_PIN_HOLDER_MSG); in ProcessDestroyMsg() local
331 DmRadarHelper::GetInstance().ReportSendOrReceiveHolderMsg(bizStage, std::string("ProcessDestroyMsg"), ""); in ProcessDestroyMsg()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp253 int32_t bizStage = (syncTime == 0) ? RadarReporter::DFX_LOCAL_PASTE_END : RadarReporter::DFX_DISTRIBUTED_PASTE_END; in GetPasteData() local
260 RADAR_REPORT(RadarReporter::DFX_GET_PASTEBOARD, bizStage, RadarReporter::DFX_SUCCESS, in GetPasteData()
264 RADAR_REPORT(RadarReporter::DFX_GET_PASTEBOARD, bizStage, RadarReporter::DFX_SUCCESS, in GetPasteData()
270 RADAR_REPORT(RadarReporter::DFX_GET_PASTEBOARD, bizStage, RadarReporter::DFX_FAILED, RadarReporter::BIZ_STATE, in GetPasteData()
274 RADAR_REPORT(RadarReporter::DFX_GET_PASTEBOARD, bizStage, RadarReporter::DFX_CANCELLED, in GetPasteData()
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h180 virtual void ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) = 0;
216 void ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) override;
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp137 void DmRadarHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg() argument
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp708 void DmRadarHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg() argument
711 if (bizStage == static_cast<int32_t>(PinHolderStage::RECEIVE_DESTROY_PIN_HOLDER_MSG)) { in ReportSendOrReceiveHolderMsg()
719 "BIZ_STAGE", bizStage, in ReportSendOrReceiveHolderMsg()
737 "BIZ_STAGE", bizStage, in ReportSendOrReceiveHolderMsg()

Completed in 11 milliseconds