/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_radar_reporter.cpp | 20 void RadarReporter::ReportStateFinished(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state)
in ReportStateFinished() argument 57 void RadarReporter::ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes)
in ReportStage() argument 90 void RadarReporter::ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
in ReportStateStart() argument 132 void RadarReporter::ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
in ReportStateError() argument 174 ReportStageError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errCode) ReportStageError() argument [all...] |
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | dm_radar_helper_test.cpp | 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/distributeddatamgr/udmf/framework/common/ |
H A D | udmf_radar_reporter.cpp | 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
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | ability_manager_radar.cpp | 69 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ClickIconStartAbility() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_radar_reporter.cpp | 61 int stageRes = static_cast<int>(StageRes::RES_SUCCESS); in LocalReport() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | distributed_radar.cpp | 30 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterFocusedRes() local 65 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterSoftbusCallbackRes() local 122 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedGetAccessTokenIdRes() local 157 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedSendEventRes() local 213 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ChangeStateFocusedGetAccessTokenIdRes() local 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/deviceprofile/device_info_manager/services/core/src/permissionmanager/ |
H A D | permission_manager.cpp | 149 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in IsCallerTrust() local 175 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in CheckCallerPermission() local 202 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); CheckCallerSyncPermission() local [all...] |
/foundation/deviceprofile/device_info_manager/radar/src/ |
H A D | dp_radar_helper.cpp | 32 void DpRadarHelper::ReportCheckDpSa(int32_t stageRes) in ReportCheckDpSa() argument 67 void DpRadarHelper::ReportLoadDpSa(int32_t stageRes) in ReportLoadDpSa() argument 101 void DpRadarHelper::ReportLoadDpSaCb(int32_t stageRes) in ReportLoadDpSaCb() argument 135 void DpRadarHelper::ReportSaCheckAuth(int32_t stageRes) in ReportSaCheckAuth() argument 171 int32_t stageRes = (errCode == DP_SUCCESS) ? in ReportPutAclProfile() local 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/deviceprofile/device_info_manager/old/radar/include/ |
H A D | dp_radar_helper.h | 100 int32_t stageRes; member
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 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/src/lite/ |
H A D | dm_radar_helper.cpp | 79 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 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/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 69 int32_t stageRes = (ret == ERR_OK) ? in LoadDeviceProfileService() local 91 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in LoadSystemAbilitySuccess() local 107 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in LoadSystemAbilityFail() local 381 int32_t stageRes = (object != nullptr) ? in GetDeviceProfileService() local
|
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 118 int32_t stageRes = in CreatePinHolder() local 174 int32_t stageRes = in DestroyPinHolder() local
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_error_code.h | 194 inline void DfxReportEvent(int type, int stageRes, const char *func) in DfxReportEvent() argument 206 inline void DfxReportDeviceEvent(int type, int stageRes, const std::string &device, const char *func) in DfxReportDeviceEvent() argument
|
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 134 int32_t stageRes; member
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 142 int32_t stageRes; member 273 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); in OnQueryDisc() local 337 int32_t stageRes = GetInt32ValueByRecord(record, STAGE_RES_NAME); in FillConnHmlInfo() local 361 int32_t stageRes = GetInt32ValueByRecord(&srcRecord[i], STAGE_RES_NAME); in OnQueryConn() local 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...] |