/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | storage_radar.cpp | 31 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportActiveUserKey() 46 .bizScene = BizScene::SPACE_STATISTICS, in ReportGetStorageStatus() 60 .bizScene = BizScene::EXTERNAL_VOLUME_MANAGER, in ReportVolumeOperation() 75 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportUserKeyResult() 91 .bizScene = BizScene::USER_MOUNT_MANAGER, in ReportUserManager() 106 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportUpdateUserAuth() 122 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportFbexResult() 137 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportIamResult() 151 .bizScene = BizScene::USER_KEY_ENCRYPTION, in ReportHuksResult() 205 "BIZ_SCENE", static_cast<int32_t>(parRes.bizScene), in RecordFuctionResult() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_radar_reporter.h | 129 #define RADAR_REPORT(funcName, bizScene, bizStage, stageRes, ...) \ argument 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() 143 bizScene_ = bizScene; in RadarReport()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kv_radar_reporter.h | 79 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \ argument 83 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, ##__VA_ARGS__); \
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | dfs_event_dfx.h | 63 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \ argument 67 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfs_daemon_event_dfx.h | 82 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \ argument 86 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | pasteboard_event_dfx.h | 129 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \ argument 133 "BIZ_SCENE", bizScene, "BIZ_STAGE", bizStage, "STAGE_RES", stageRes, \
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon.cpp | 456 .bizScene = BizScene::USER_KEY_ENCRYPTION, in GenerateUserKeys() 479 .bizScene = BizScene::USER_KEY_ENCRYPTION, in DeleteUserKeys() 507 .bizScene = BizScene::USER_KEY_ENCRYPTION, in UpdateUserAuth() 792 .bizScene = BizScene::USER_KEY_ENCRYPTION, in InactiveUserKey() 815 .bizScene = BizScene::USER_KEY_ENCRYPTION, in LockUserScreen() 840 .bizScene = BizScene::USER_KEY_ENCRYPTION, in UnlockUserScreen() 890 .bizScene = BizScene::USER_KEY_ENCRYPTION, in UpdateKeyContext() 971 .bizScene = BizScene::USER_KEY_ENCRYPTION, in GetFileEncryptStatus()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | storage_radar.h | 90 enum BizScene bizScene; member
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_status_service.cpp | 257 .bizScene = BizScene::SPACE_STATISTICS, in GetCurrentBundleStats()
|