Home
last modified time | relevance | path

Searched refs:stageRes (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp41 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
49 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL);
57 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
72 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
84 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
91 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC);
98 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
105 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
112 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
119 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC);
[all …]
/ohos5.0/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);
48 info.stageRes = static_cast<int32_t>(StageRes::STAGE_CANCEL);
56 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
64 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC);
79 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
87 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC);
95 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
103 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC);
110 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
118 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE);
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/src/
H A Ddp_radar_helper.cpp36 "STAGE_RES", info.stageRes, in ReportCheckDpSa()
48 "STAGE_RES", info.stageRes, in ReportCheckDpSa()
71 "STAGE_RES", info.stageRes, in ReportLoadDpSa()
82 "STAGE_RES", info.stageRes, in ReportLoadDpSa()
105 "STAGE_RES", info.stageRes, in ReportLoadDpSaCb()
116 "STAGE_RES", info.stageRes, in ReportLoadDpSaCb()
139 "STAGE_RES", info.stageRes, in ReportSaCheckAuth()
150 "STAGE_RES", info.stageRes, in ReportSaCheckAuth()
172 "STAGE_RES", info.stageRes, in ReportGetData()
322 "STAGE_RES", info.stageRes, in ReportNotifyDataChange()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp153 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()
179 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
185 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
195 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in CheckCallerPermission()
196 DpRadarHelper::GetInstance().ReportSaCheckAuth(stageRes); in CheckCallerPermission()
222 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in CheckCallerSyncPermission()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp47 "STAGE_RES", info.stageRes, in ReportDiscoverRegCallback()
60 "STAGE_RES", info.stageRes, in ReportDiscoverRegCallback()
245 "STAGE_RES", info.stageRes, in ReportAuthSessionOpenCb()
288 "STAGE_RES", info.stageRes); in ReportAuthPullAuthBox()
378 "STAGE_RES", stageRes, in ReportAuthCreateGroupCb()
389 "STAGE_RES", stageRes, in ReportAuthCreateGroupCb()
411 "STAGE_RES", info.stageRes); in ReportAuthPullPinBox()
503 "STAGE_RES", stageRes, in ReportAuthAddGroupCb()
515 "STAGE_RES", stageRes, in ReportAuthAddGroupCb()
537 "STAGE_RES", info.stageRes, in ReportNetworkOnline()
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp31 if (stageRes == StageRes::STAGE_SUCC) { in RegisterFocusedRes()
66 if (stageRes == StageRes::STAGE_SUCC) { in RegisterSoftbusCallbackRes()
123 if (stageRes == StageRes::STAGE_SUCC) { in NormalFocusedGetAccessTokenIdRes()
158 if (stageRes == StageRes::STAGE_SUCC) { in NormalFocusedSendEventRes()
214 if (stageRes == StageRes::STAGE_SUCC) { in ChangeStateFocusedGetAccessTokenIdRes()
249 if (stageRes == StageRes::STAGE_SUCC) { in ChangeStateFocusedSendEventRes()
305 if (stageRes == StageRes::STAGE_SUCC) { in NormalUnfocusedGetAccessTokenIdRes()
340 if (stageRes == StageRes::STAGE_SUCC) { in NormalUnfocusedSendEventRes()
396 if (stageRes == StageRes::STAGE_SUCC) { in MultimodeUnfocusedGetAccessTokenIdRes()
431 if (stageRes == StageRes::STAGE_SUCC) { in MultimodeUnfocusedSendEventRes()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp32 void DpRadarHelper::ReportCheckDpSa(int32_t stageRes) in ReportCheckDpSa() argument
67 void DpRadarHelper::ReportLoadDpSa(int32_t stageRes) in ReportLoadDpSa() argument
171 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportPutAclProfile() local
214 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportUpdateAclProfile() local
258 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportGetTrustProfile() local
301 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportGetAllTrustProfile() local
352 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportGetAclProfile() local
403 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportGetAllAclProfile() local
454 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportDeleteAclProfile() local
493 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportPutServiceProfile() local
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_radar_reporter.cpp20 …eportStateFinished(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 …d RadarReporter::ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes, in ReportStateStart() argument
112 .v = { .i32 = stageRes }, in ReportStateStart()
132 …d 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() argument
196 .v = { .i32 = stageRes }, in ReportStageError()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_radar_reporter.cpp23 int32_t stage, int32_t stageRes, int32_t state) in ReportNormal() argument
44 .v = { .i32 = stageRes }, in ReportNormal()
61 …const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_… in ReportFail() argument
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() argument
124 .v = { .i32 = stageRes }, in ReportFail()
H A Dudmf_radar_reporter.h76 …portNormal(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_…
79 …static void ReportFail(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, i…
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c142 int32_t stageRes; member
338 if (stageRes == EVENT_STAGE_RESULT_OK) { in FillConnHmlInfo()
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()
446 stageRes == SOFTBUS_HISYSEVENT_GET_VALUE_ERR) { in OnQueryLnn()
525 int32_t stageRes = transStatsPara->stageRes; in TransStats() local
530 && stageRes == EVENT_STAGE_RESULT_OK) { in TransStats()
538 && stageRes == EVENT_STAGE_RESULT_FAILED) { in TransStats()
578 stageRes == SOFTBUS_HISYSEVENT_GET_VALUE_ERR) { in OnQueryTrans()
[all …]
/ohos5.0/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);
/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h120 int32_t stageRes; member
152 virtual bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) = 0;
156 virtual bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) = 0;
162 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) = 0;
164 std::string peerUdid, int32_t errCode, int32_t stageRes) = 0;
183 bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) override;
187 bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) override;
193 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) override;
195 std::string peerUdid, int32_t errCode, int32_t stageRes) override;
/ohos5.0/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()
/ohos5.0/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 *fun… in DfxReportDeviceEvent() argument
215 … DbinderErrorCode::IPC_MESSAGE_RPOCESS, "STAGE_RES", stageRes, "DEVICE", device, "TYPE", type); in DfxReportDeviceEvent()
/ohos5.0/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);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp80 bool DmRadarHelper::ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) in ReportAuthCreateGroupCb() argument
100 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() argument
132 std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportDestroyPinHolder() argument
/ohos5.0/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()
/ohos5.0/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()
/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/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp75 .stageRes = (ret == ERR_OK) ? in LoadDeviceProfileService()
104 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in LoadSystemAbilitySuccess()
126 .stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL), in LoadSystemAbilityFail()
314 .stageRes = (object != nullptr) ? in GetDeviceProfileService()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h156 …void ReportDragWindowVisibleRadarInfo(StageRes stageRes, DragRadarErrCode errCode, const std::stri…
158 void ReportStartDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode,
160 …void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32…
162 …void ReportStartDragFailedRadarInfo(StageRes stageRes, DragRadarErrCode errCode, const std::string…

12