Home
last modified time | relevance | path

Searched refs:bizScene (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp31 .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 Ddatashare_radar_reporter.h129 #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 Dkv_radar_reporter.h79 #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 Ddfs_event_dfx.h63 #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 Ddfs_daemon_event_dfx.h82 #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 Dpasteboard_event_dfx.h129 #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 Dstorage_daemon.cpp456 .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 Dstorage_radar.h90 enum BizScene bizScene; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp257 .bizScene = BizScene::SPACE_STATISTICS, in GetCurrentBundleStats()