/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | dm_radar_helper_test.cpp | 41 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 57 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); 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() 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 = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 126 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 133 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 152 int32_t stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() [all...] |
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/ |
H A D | dp_radar_helper_test.cpp | 56 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 79 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 95 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 110 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 118 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 141 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 156 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 172 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F() 187 info.stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | ability_manager_radar.h | 32 STAGE_IDLE = 0, member in OHOS::AAFWK::StageRes
|
/foundation/deviceprofile/device_info_manager/old/radar/src/ |
H A D | dp_radar_helper.cpp | 62 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSa() 96 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSaCb() 280 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportSubscribeData() 370 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportSyncData()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | storage_radar.h | 38 STAGE_IDLE = 0, member in OHOS::StorageService::StageRes
|
/foundation/deviceprofile/device_info_manager/radar/src/ |
H A D | dp_radar_helper.cpp | 70 if (stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportLoadDpSa() 504 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportPutServiceProfile() 555 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportPutServiceProfileBatch() 598 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportPutCharProfile() 650 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportPutCharProfileBatch() 824 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportDeleteServiceProfile() 865 "STAGE_RES", static_cast<int32_t>(StageRes::STAGE_IDLE), in ReportDeleteCharProfile()
|
/foundation/deviceprofile/device_info_manager/old/radar/include/ |
H A D | dp_radar_helper.h | 47 STAGE_IDLE = 0x0, member in OHOS::DeviceProfile::StageRes
|
/foundation/deviceprofile/device_info_manager/radar/include/ |
H A D | dp_radar_helper.h | 71 STAGE_IDLE = 0x0, member in OHOS::DistributedDeviceProfile::StageRes
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | distributed_radar.h | 73 STAGE_IDLE = 0, member in OHOS::DistributedSchedule::StageRes
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | subscribe_manager.cpp | 98 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SubscribeProfileEvents()
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 41 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportDiscoverRegCallback() 203 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportAuthOpenSession() 344 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportAuthCreateGroup() 467 if (info.stageRes == static_cast<int32_t>(StageRes::STAGE_IDLE)) { in ReportAuthAddGroup()
|
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 55 STAGE_IDLE = 0x0, member in OHOS::DistributedHardware::StageRes
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 182 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()
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 76 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in LoadDeviceProfileService()
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 70 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL); in LoadDeviceProfileService()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 401 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in SyncDeviceProfile()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 720 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in EstablishAuthChannel() 1163 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in AddMember() 1415 .stageRes = static_cast<int32_t>(StageRes::STAGE_IDLE), in ShowConfigDialog()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 163 static_cast<int32_t>(StageRes::STAGE_FAIL) : static_cast<int32_t>(StageRes::STAGE_IDLE), in CreateGroup()
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 554 static_cast<int32_t>(StageRes::STAGE_IDLE) : static_cast<int32_t>(StageRes::STAGE_FAIL), in RefreshSoftbusLNN()
|