Home
last modified time | relevance | path

Searched refs:STAGE_FAIL (Results 1 - 25 of 28) sorted by relevance

12

/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp42 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
54 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
67 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
80 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
91 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
103 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
114 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
126 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
138 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
150 errCode = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
[all...]
/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()
51 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in RegisterFocusedRes()
65 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in RegisterSoftbusCallbackRes()
87 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in RegisterSoftbusCallbackRes()
122 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedGetAccessTokenIdRes()
143 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in NormalFocusedGetAccessTokenIdRes()
157 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in NormalFocusedSendEventRes()
179 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in NormalFocusedSendEventRes()
213 StageRes stageRes = (errCode == ERR_OK) ? StageRes::STAGE_SUCC : StageRes::STAGE_FAIL; in ChangeStateFocusedGetAccessTokenIdRes()
234 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in ChangeStateFocusedGetAccessTokenIdRes()
[all...]
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp56 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportCheckDpSa()
90 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportLoadDpSa()
124 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportLoadDpSaCb()
158 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportSaCheckAuth()
172 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in ReportPutAclProfile()
197 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportPutAclProfile()
215 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in ReportUpdateAclProfile()
240 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportUpdateAclProfile()
259 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in ReportGetTrustProfile()
284 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportGetTrustProfile()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp47 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in RecordKillProcessResult()
92 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in RecordFuctionResult()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp91 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()
198 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SyncDeviceProfile()
/foundation/ability/ability_runtime/services/common/include/
H A Dability_manager_radar.h34 STAGE_FAIL = 2, member in OHOS::AAFWK::StageRes
/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()
89 STAGE_RES, static_cast<int32_t>(StageRes::STAGE_FAIL), in ClickIconStartAbility()
/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()
175 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in CheckCallerPermission()
202 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in CheckCallerSyncPermission()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_manager.cpp98 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SubscribeProfileEvents()
134 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL), in UnsubscribeProfileEvents()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h40 STAGE_FAIL = 2, member in OHOS::StorageService::StageRes
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp182 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()
401 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp76 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in LoadDeviceProfileService()
126 .stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL), in LoadSystemAbilityFail()
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 Ddistributed_device_profile_client.cpp70 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL); in LoadDeviceProfileService()
107 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in LoadSystemAbilityFail()
382 static_cast<int32_t>(StageRes::STAGE_SUCC) : static_cast<int32_t>(StageRes::STAGE_FAIL); in GetDeviceProfileService()
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp109 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportDiscoverResCallback()
645 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportCreatePinHolder()
694 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportDestroyPinHolder()
786 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportGetTrustDeviceList()
826 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportDmBehavior()
871 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportGetLocalDevInfo()
920 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in ReportGetDeviceInfo()
/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h49 STAGE_FAIL = 0x2, member in OHOS::DeviceProfile::StageRes
/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h54 STAGE_FAIL = 0x2 member in OHOS::Storage::DistributedFile::Utils::BizStage::StageRes
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h73 STAGE_FAIL = 0x2, member in OHOS::DistributedDeviceProfile::StageRes
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp182 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in StartDiscovery()
219 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in StartDiscovery()
243 static_cast<int32_t>(StageRes::STAGE_CANCEL) : static_cast<int32_t>(StageRes::STAGE_FAIL), in StopDiscovery()
547 .stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL), in OnSoftbusDiscoveryResult()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp182 RadarDotsOpenSession("OpenSession", mySessionName, peerSessionName, ret, Utils::StageRes::STAGE_FAIL); in OpenSession()
255 RadarDotsSendFile("OpenSession", sessionName, sessionName, ret, Utils::StageRes::STAGE_FAIL); in CopySendFile()
H A Dsoftbus_session_listener.cpp114 RadarDotsSendFile("OpenSession", sessionName, sessionName, ret, Utils::StageRes::STAGE_FAIL); in OnSessionOpened()
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp112 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in RadarDotsReportOpenSession()
159 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_FAIL), in RadarDotsReportSendFile()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h75 STAGE_FAIL = 2, member in OHOS::DistributedSchedule::StageRes
/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp229 stageRes = static_cast<int32_t>(StageRes::STAGE_FAIL); in HWTEST_F()
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h57 STAGE_FAIL = 0x2, member in OHOS::DistributedHardware::StageRes
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp163 static_cast<int32_t>(StageRes::STAGE_FAIL) : static_cast<int32_t>(StageRes::STAGE_IDLE), in CreateGroup()
422 "onError", static_cast<int32_t>(StageRes::STAGE_FAIL))) { in onError()
434 "onError", static_cast<int32_t>(StageRes::STAGE_FAIL))) { in onError()

Completed in 20 milliseconds

12