Searched defs:bizStage (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | dm_radar_helper_test.cpp | 233 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_DESTROY_PIN_HOLDER_MSG); in HWTEST_F() local
|
/foundation/filemanagement/app_file_service/utils/src/b_radar/ |
H A D | b_radar.cpp | 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/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 708 void DmRadarHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg() argument
|
/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 137 void DmRadarHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | storage_radar.h | 89 enum BizStage bizStage; member
|
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 207 int32_t bizStage = static_cast<int32_t>(PinHolderStage::SEND_CREATE_PIN_HOLDER_MSG); in CreateGeneratePinHolderMsg() local 252 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_CREATE_PIN_HOLDER_MSG); in ProcessCreateMsg() local 330 int32_t bizStage = static_cast<int32_t>(PinHolderStage::RECEIVE_DESTROY_PIN_HOLDER_MSG); in ProcessDestroyMsg() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_radar_reporter.h | 139 RadarReport(int32_t bizScene, int32_t bizStage, const std::string funcName) in RadarReport() argument
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 253 int32_t bizStage = (syncTime == 0) ? RadarReporter::DFX_LOCAL_PASTE_END : RadarReporter::DFX_DISTRIBUTED_PASTE_END; in GetPasteData() local
|
Completed in 7 milliseconds