/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() 31 if (stageRes == StageRes::STAGE_SUCC) { in RegisterFocusedRes() 40 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC), in RegisterFocusedRes() 65 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterSoftbusCallbackRes() 66 if (stageRes == StageRes::STAGE_SUCC) { in RegisterSoftbusCallbackRes() 75 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC), in RegisterSoftbusCallbackRes() 109 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC), in DmsFocused() 122 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedGetAccessTokenIdRes() 123 if (stageRes == StageRes::STAGE_SUCC) { in NormalFocusedGetAccessTokenIdRes() 132 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC), in NormalFocusedGetAccessTokenIdRes() [all...] |
/foundation/deviceprofile/device_info_manager/radar/src/ |
H A D | dp_radar_helper.cpp | 35 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportCheckDpSa() 44 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportCheckDpSa() 79 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportLoadDpSa() 104 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportLoadDpSaCb() 113 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportLoadDpSaCb() 138 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportSaCheckAuth() 147 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportSaCheckAuth() 172 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in ReportPutAclProfile() 173 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportPutAclProfile() 182 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportPutAclProfile() [all...] |
/foundation/ability/ability_runtime/services/common/src/ |
H A D | ability_manager_radar.cpp | 54 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC)); in ClickIconContinue() 69 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ClickIconStartAbility() 70 if (stageRes == StageRes::STAGE_SUCC) { in ClickIconStartAbility() 79 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC)); in ClickIconStartAbility() 110 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC)); in ClickIconRecvOver() 128 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC)); in SaveDataContinue() 146 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC)); in SaveDataRes() 164 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_SUCC), in SaveDataRemoteWant()
|
/foundation/deviceprofile/device_info_manager/radar/test/unittest/ |
H A D | dp_radar_helper_test.cpp | 40 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 52 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 65 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 78 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 89 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 101 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 112 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 124 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 136 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 148 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() [all...] |
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/ |
H A D | dp_radar_helper_test.cpp | 40 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 64 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 87 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 103 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 125 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 133 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 149 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 164 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 179 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 195 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() [all...] |
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | dm_radar_helper_test.cpp | 91 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 119 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 140 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 146 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 166 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 187 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 193 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F() 224 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 91 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in PutDeviceProfile() 125 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in GetDeviceProfile() 145 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in DeleteDeviceProfile() 165 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in SubscribeProfileEvents() 181 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in UnsubscribeProfileEvents() 198 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SyncDeviceProfile()
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 82 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportDiscoverResCallback() 93 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportDiscoverResCallback() 141 } else if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportDiscoverUserRes() 188 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportAuthStart() 278 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportAuthSendRequest() 311 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportAuthConfirmBox() 381 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportAuthCreateGroupCb() 434 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportAuthInputPinBox() 506 if (stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportAuthAddGroupCb() 596 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in ReportDeleteTrustRelation() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | storage_radar.cpp | 36 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in RecordKillProcessResult() 76 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_SUCC), in RecordFuctionResult()
|
/foundation/deviceprofile/device_info_manager/old/radar/src/ |
H A D | dp_radar_helper.cpp | 27 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportCheckDpSa() 130 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportSaCheckAuth() 163 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportGetData() 202 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportAddData() 241 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportDeleteData() 333 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_SUCC)) { in ReportUnsbscribeData()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | ability_manager_radar.h | 33 STAGE_SUCC = 1, member in OHOS::AAFWK::StageRes
|
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/ |
H A D | permission_manager.cpp | 168 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in IsCallerTrust() 195 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in CheckCallerPermission() 222 stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in CheckCallerSyncPermission()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_sync_handler.cpp | 56 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in NotifySyncCompleted()
|
H A D | subscribe_manager.cpp | 134 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in UnsubscribeProfileEvents()
|
H A D | profile_change_handler.cpp | 161 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in NotifyProfileChanged()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | storage_radar.h | 39 STAGE_SUCC = 1, member in OHOS::StorageService::StageRes
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 182 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in PutDeviceProfile() 234 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in GetDeviceProfile() 317 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in DeleteDeviceProfile() 323 info.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in DeleteDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/old/radar/include/ |
H A D | dp_radar_helper.h | 48 STAGE_SUCC = 0x1, member in OHOS::DeviceProfile::StageRes
|
/foundation/deviceprofile/device_info_manager/radar/include/ |
H A D | dp_radar_helper.h | 72 STAGE_SUCC = 0x1, member in OHOS::DistributedDeviceProfile::StageRes
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 104 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in LoadSystemAbilitySuccess() 315 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in GetDeviceProfileService()
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 91 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in LoadSystemAbilitySuccess() 382 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in GetDeviceProfileService()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | distributed_radar.h | 74 STAGE_SUCC = 1, member in OHOS::DistributedSchedule::StageRes
|
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 56 STAGE_SUCC = 0x1, member in OHOS::DistributedHardware::StageRes
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 256 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in OnSoftbusDeviceOnline() 304 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in OnSoftbusDeviceOffline() 409 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in OnSoftbusDeviceFound()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 466 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in OnSoftbusDeviceFound() 515 .stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC), in OnSoftbusDeviceDiscovery()
|