Home
last modified time | relevance | path

Searched refs:stageRes (Results 1 - 25 of 37) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp41 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
49 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL); in HWTEST_F()
57 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
65 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL); in HWTEST_F()
72 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
84 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
91 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
98 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
105 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
112 info.stageRes in HWTEST_F()
146 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); HWTEST_F() local
152 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); HWTEST_F() local
193 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); HWTEST_F() local
200 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); HWTEST_F() local
224 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H A Ddp_radar_helper_test.cpp40 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
48 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL); in HWTEST_F()
56 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
64 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
72 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL); in HWTEST_F()
79 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
87 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
95 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
103 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
110 info.stageRes in HWTEST_F()
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/src/
H A Ddp_radar_helper.cpp27 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportCheckDpSa()
36 "STAGE_RES", info.stageRes, in ReportCheckDpSa()
48 "STAGE_RES", info.stageRes, in ReportCheckDpSa()
62 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSa()
71 "STAGE_RES", info.stageRes, in ReportLoadDpSa()
82 "STAGE_RES", info.stageRes, in ReportLoadDpSa()
96 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSaCb()
105 "STAGE_RES", info.stageRes, in ReportLoadDpSaCb()
116 "STAGE_RES", info.stageRes, in ReportLoadDpSaCb()
130 if (info.stageRes in ReportSaCheckAuth()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp149 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in IsCallerTrust() local
153 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in IsCallerTrust()
160 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in IsCallerTrust()
165 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in IsCallerTrust()
168 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in IsCallerTrust()
169 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in IsCallerTrust()
175 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in CheckCallerPermission() local
179 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
185 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
192 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
202 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); CheckCallerSyncPermission() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_radar_reporter.cpp23 int32_t stage, int32_t stageRes, int32_t state) in ReportNormal()
44 .v = { .i32 = stageRes }, in ReportNormal()
61 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state) in ReportFail()
82 .v = { .i32 = stageRes }, in ReportFail()
86 .v = { .i32 = stageRes }, in ReportFail()
103 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode) in ReportFail()
124 .v = { .i32 = stageRes }, in ReportFail()
22 ReportNormal(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state) ReportNormal() argument
60 ReportFail( const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state) ReportFail() argument
102 ReportFail( const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode) ReportFail() argument
H A Dudmf_radar_reporter.h76 static void ReportNormal(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state);
78 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state);
79 static void ReportFail(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_radar_reporter.cpp20 void RadarReporter::ReportStateFinished(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state) in ReportStateFinished() argument
41 .v = { .i32 = stageRes }, in ReportStateFinished()
57 void RadarReporter::ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes) in ReportStage() argument
78 .v = { .i32 = stageRes }, in ReportStage()
90 void RadarReporter::ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes, in ReportStateStart() argument
112 .v = { .i32 = stageRes }, in ReportStateStart()
132 void RadarReporter::ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, in ReportStateError() argument
154 .v = { .i32 = stageRes }, in ReportStateError()
175 int32_t stageRes, int32_t errCode) in ReportStageError()
196 .v = { .i32 = stageRes }, in ReportStageError()
174 ReportStageError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errCode) ReportStageError() argument
[all...]
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp32 void DpRadarHelper::ReportCheckDpSa(int32_t stageRes) in ReportCheckDpSa() argument
35 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportCheckDpSa()
67 void DpRadarHelper::ReportLoadDpSa(int32_t stageRes) in ReportLoadDpSa() argument
70 if (stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSa()
101 void DpRadarHelper::ReportLoadDpSaCb(int32_t stageRes) in ReportLoadDpSaCb() argument
104 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportLoadDpSaCb()
135 void DpRadarHelper::ReportSaCheckAuth(int32_t stageRes) in ReportSaCheckAuth() argument
138 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportSaCheckAuth()
171 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportPutAclProfile() local
173 if (stageRes in ReportPutAclProfile()
214 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportUpdateAclProfile() local
258 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetTrustProfile() local
301 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetAllTrustProfile() local
352 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetAclProfile() local
403 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetAllAclProfile() local
454 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportDeleteAclProfile() local
493 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportPutServiceProfile() local
536 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportPutServiceProfileBatch() local
587 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportPutCharProfile() local
631 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportPutCharProfileBatch() local
682 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetDeviceProfile() local
726 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetServiceProfile() local
770 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportGetCharProfile() local
813 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportDeleteServiceProfile() local
854 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportDeleteCharProfile() local
895 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportSubscribeDeviceProfile() local
936 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportUnSubscribeDeviceProfile() local
977 int32_t stageRes = (errCode == DP_SUCCESS) ? ReportSyncDeviceProfile() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dobject_radar_reporter.h73 static void ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
76 int32_t stageRes, int32_t state);
77 static void ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
79 static void ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes);
81 int32_t stageRes, int32_t errCode);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp30 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterFocusedRes() local
31 if (stageRes == StageRes::STAGE_SUCC) { in RegisterFocusedRes()
65 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterSoftbusCallbackRes() local
66 if (stageRes == StageRes::STAGE_SUCC) { in RegisterSoftbusCallbackRes()
122 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedGetAccessTokenIdRes() local
123 if (stageRes == StageRes::STAGE_SUCC) { in NormalFocusedGetAccessTokenIdRes()
157 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedSendEventRes() local
158 if (stageRes == StageRes::STAGE_SUCC) { in NormalFocusedSendEventRes()
213 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ChangeStateFocusedGetAccessTokenIdRes() local
214 if (stageRes in ChangeStateFocusedGetAccessTokenIdRes()
248 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; ChangeStateFocusedSendEventRes() local
304 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; NormalUnfocusedGetAccessTokenIdRes() local
339 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; NormalUnfocusedSendEventRes() local
395 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; MultimodeUnfocusedGetAccessTokenIdRes() local
430 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; MultimodeUnfocusedSendEventRes() local
486 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; ChangeStateUnfocusedGetAccessTokenIdRes() local
521 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; ChangeStateUnfocusedSendEventRes() local
579 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; FocusedGetBundleName() local
614 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; NotifyDockFocused() local
668 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; UnfocusedGetBundleName() local
703 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; NotifyDockUnfocused() local
745 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; ClickIconDmsContinue() local
788 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; ClickIconDmsStartAbility() local
823 StageRes stageRes = (errCode == ERR_OK || errCode == MISSION_NOT_FOCUSED || ClickIconDmsRecvOver() local
859 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; SaveDataDmsContinue() local
896 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; SaveDataDmsRemoteWant() local
[all...]
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp41 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportDiscoverRegCallback()
52 "STAGE_RES", info.stageRes, in ReportDiscoverRegCallback()
66 "STAGE_RES", info.stageRes, in ReportDiscoverRegCallback()
82 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportDiscoverResCallback()
127 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_CANCEL)) { in ReportDiscoverUserRes()
138 "STAGE_RES", info.stageRes, in ReportDiscoverUserRes()
141 } else if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportDiscoverUserRes()
151 "STAGE_RES", info.stageRes, in ReportDiscoverUserRes()
164 "STAGE_RES", info.stageRes, in ReportDiscoverUserRes()
203 if (info.stageRes in ReportAuthOpenSession()
378 ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) ReportAuthCreateGroupCb() argument
503 ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) ReportAuthAddGroupCb() argument
609 ReportCreatePinHolder(std::string hostName, int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) ReportCreatePinHolder() argument
660 ReportDestroyPinHolder(std::string hostName, std::string peerUdid, int32_t errCode, int32_t stageRes) ReportDestroyPinHolder() argument
[all...]
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h134 int32_t stageRes; member
166 virtual bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) = 0;
170 virtual bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) = 0;
177 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) = 0;
179 std::string peerUdid, int32_t errCode, int32_t stageRes) = 0;
202 bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) override;
206 bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) override;
213 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) override;
215 std::string peerUdid, int32_t errCode, int32_t stageRes) override;
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c142 int32_t stageRes; member
273 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); in OnQueryDisc() local
276 || stageRes != EVENT_STAGE_RESULT_OK || discFirstTime == SOFTBUS_HISYSEVENT_GET_VALUE_ERR) { in OnQueryDisc()
337 int32_t stageRes = GetInt32ValueByRecord(record, STAGE_RES_NAME); in FillConnHmlInfo() local
338 if (stageRes == EVENT_STAGE_RESULT_OK) { in FillConnHmlInfo()
361 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); in OnQueryConn() local
364 stageRes == SOFTBUS_HISYSEVENT_GET_VALUE_ERR) { in OnQueryConn()
373 if (stageRes == EVENT_STAGE_RESULT_OK) { in OnQueryConn()
377 if (stageRes == EVENT_STAGE_RESULT_FAILED) { in OnQueryConn()
408 static void LnnStats(int32_t scene, int32_t stage, int32_t stageRes, int32_ argument
444 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); OnQueryLnn() local
525 int32_t stageRes = transStatsPara->stageRes; TransStats() local
576 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); OnQueryTrans() local
[all...]
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_error_code.h194 inline void DfxReportEvent(int type, int stageRes, const char *func) in DfxReportEvent() argument
203 DbinderErrorCode::IPC_MESSAGE_RPOCESS, "STAGE_RES", stageRes, "TYPE", type); in DfxReportEvent()
206 inline void DfxReportDeviceEvent(int type, int stageRes, const std::string &device, const char *func) in DfxReportDeviceEvent() argument
215 DbinderErrorCode::IPC_MESSAGE_RPOCESS, "STAGE_RES", stageRes, "DEVICE", device, "TYPE", type); in DfxReportDeviceEvent()
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h98 void ReportCheckDpSa(int32_t stageRes);
99 void ReportLoadDpSa(int32_t stageRes);
100 void ReportLoadDpSaCb(int32_t stageRes);
101 void ReportSaCheckAuth(int32_t stageRes);
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp79 bool DmRadarHelper::ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) in ReportAuthCreateGroupCb() argument
99 bool DmRadarHelper::ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) in ReportAuthAddGroupCb() argument
126 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportCreatePinHolder()
132 std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportDestroyPinHolder()
125 ReportCreatePinHolder(std::string hostName, int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) ReportCreatePinHolder() argument
131 ReportDestroyPinHolder(std::string hostName, std::string peerUdid, int32_t errCode, int32_t stageRes) ReportDestroyPinHolder() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkv_radar_reporter.h79 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
83 stageRes, ##__VA_ARGS__); \
/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/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_radar_reporter.cpp61 int stageRes = static_cast<int>(StageRes::RES_SUCCESS); in LocalReport() local
63 stageRes = static_cast<int>(StageRes::RES_FAILED); in LocalReport()
76 {.name = "STAGE_RES", .t = HISYSEVENT_INT32, .v = { .i32 = stageRes }, .arraySize = 0, }, in LocalReport()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp90 .stageRes = ret ? in PutDeviceProfile()
124 .stageRes = ret ? in GetDeviceProfile()
144 .stageRes = ret ? in DeleteDeviceProfile()
165 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in SubscribeProfileEvents()
181 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in UnsubscribeProfileEvents()
197 .stageRes = ret ? in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp69 int32_t stageRes = (ret == ERR_OK) ? in LoadDeviceProfileService() local
71 DpRadarHelper::GetInstance().ReportLoadDpSa(stageRes); in LoadDeviceProfileService()
91 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in LoadSystemAbilitySuccess() local
92 DpRadarHelper::GetInstance().ReportLoadDpSaCb(stageRes); in LoadSystemAbilitySuccess()
107 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in LoadSystemAbilityFail() local
108 DpRadarHelper::GetInstance().ReportLoadDpSaCb(stageRes); in LoadSystemAbilityFail()
381 int32_t stageRes = (object != nullptr) ? in GetDeviceProfileService() local
384 DpRadarHelper::GetInstance().ReportCheckDpSa(stageRes); in GetDeviceProfileService()
/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/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, \
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_event_dfx.h130 #define RADAR_REPORT(bizScene, bizStage, stageRes, ...) \
134 stageRes, ##__VA_ARGS__); \
/foundation/ability/ability_runtime/services/common/src/
H A Dability_manager_radar.cpp69 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ClickIconStartAbility() local
70 if (stageRes == StageRes::STAGE_SUCC) { in ClickIconStartAbility()

Completed in 14 milliseconds

12