/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 232 ret = rsp->GetErrCode(); in GetTrustedDeviceList() 269 ret = rsp->GetErrCode(); in GetTrustedDeviceList() 325 ret = rsp->GetErrCode(); in GetDeviceInfo() 353 ret = rsp->GetErrCode(); in GetLocalDeviceInfo() 474 ret = rsp->GetErrCode(); in StartDeviceDiscovery() 520 ret = rsp->GetErrCode(); in StartDeviceDiscovery() 552 ret = rsp->GetErrCode(); in StopDeviceDiscovery() 589 ret = rsp->GetErrCode(); in StopDeviceDiscovery() 624 ret = rsp->GetErrCode(); in PublishDeviceDiscovery() 655 ret = rsp->GetErrCode(); in UnPublishDeviceDiscovery() 2285 int32_t DeviceManagerImpl::GetErrCode(int32_t errCode) GetErrCode() function in OHOS::DistributedHardware::DeviceManagerImpl [all...] |
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_rsp.h | 29 int32_t GetErrCode() const in GetErrCode() function in OHOS::DistributedHardware::IpcRsp
|
H A D | ipc_credential_auth_status_req.h | 68 * @tc.name: IpcNotifyCredentialAuthStatusReq::GetErrCode 72 int32_t GetErrCode() const in GetErrCode() function in OHOS::DistributedHardware::IpcNotifyCredentialAuthStatusReq
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_client_manager.cpp | 50 ret = rsp->GetErrCode(); in Init() 74 ret = rsp->GetErrCode(); in UnInit()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | value_slice_sync.cpp | 56 int32_t ValueSliceHashPacket::GetErrCode() const in GetErrCode() function in DistributedDB::ValueSliceHashPacket 243 if ((packet->GetErrCode() == -E_LAST_SYNC_FRAME) && valueSliceHashNode.empty()) { in RequestRecvCallback() 261 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback() 362 int32_t ackCode = packet->GetErrCode(); in RequestPacketSerialization()
|
H A D | value_slice_sync.h | 40 int32_t GetErrCode() const;
|
H A D | multi_ver_data_sync.h | 41 int32_t GetErrCode() const;
|
H A D | multi_ver_data_sync.cpp | 54 int32_t MultiVerRequestPacket::GetErrCode() const in GetErrCode() function in DistributedDB::MultiVerRequestPacket 224 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback() 385 int32_t ackCode = packet->GetErrCode(); in RequestPacketSerialization()
|
/foundation/multimedia/media_foundation/src/filter/ |
H A D | filter.cpp | 502 return GetErrCode(); in WaitAllState() 510 res = filter->GetErrCode(); in WaitAllState() 527 Status Filter::GetErrCode() in GetErrCode() function in OHOS::Media::Pipeline::Filter
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 404 "ERROR_CODE", GetErrCode(ERR_DM_CREATE_GROUP_FAILED)); in ReportAuthCreateGroupCb() 530 "ERROR_CODE", GetErrCode(ERR_DM_ADD_GROUP_FAILED)); in ReportAuthAddGroupCb() 790 "ERROR_CODE", GetErrCode(errCode)); in ReportGetTrustDeviceList() 829 "ERROR_CODE", GetErrCode(errCode)); in ReportDmBehavior() 876 "ERROR_CODE", GetErrCode(errCode)); in ReportGetLocalDevInfo() 926 "ERROR_CODE", GetErrCode(errCode)); in ReportGetDeviceInfo() 990 int32_t DmRadarHelper::GetErrCode(int32_t errCode) in GetErrCode() function in OHOS::DistributedHardware::DmRadarHelper
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/connection/ |
H A D | screen_session_ability_connection.h | 56 int32_t GetErrCode();
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/connection/ |
H A D | screen_snapshot_picker_connection.cpp | 90 if (GetScreenSessionAbilityConnectionStub()->GetErrCode() == ERRCODE_RECV_PRIVACY_WINDOW) { in GetScreenSnapshotInfo()
|
H A D | screen_session_ability_connection.cpp | 354 int32_t ScreenSessionAbilityConnectionStub::GetErrCode() in GetErrCode() function in OHOS::Rosen::ScreenSessionAbilityConnectionStub
|
/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 189 int32_t DmRadarHelper::GetErrCode(int32_t errCode) in GetErrCode() function in OHOS::DistributedHardware::DmRadarHelper
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_client_manager.cpp | 97 ret = rsp->GetErrCode(); in Init()
|
H A D | ipc_cmd_parser.cpp | 679 if (pRsp->GetErrCode() == DM_OK) { in ON_IPC_READ_RESPONSE() 706 if (pRsp->GetErrCode() == DM_OK) { in ON_IPC_READ_RESPONSE() 740 if (pRsp->GetErrCode() == DM_OK) { in ON_IPC_READ_RESPONSE() 775 if (pRsp->GetErrCode() == DM_OK) { in ON_IPC_READ_RESPONSE()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_ability_connection_test.cpp | 528 * @tc.name: GetErrCode 529 * @tc.desc: GetErrCode func test 532 HWTEST_F(ScreenSessionAbilityConnectionTest, GetErrCode, Function | SmallTest | Level1) in HWTEST_F() 538 EXPECT_EQ(abilityConnectionStub->GetErrCode(), expection); in HWTEST_F()
|
/foundation/multimedia/media_foundation/interface/inner_api/filter/ |
H A D | filter.h | 201 virtual Status GetErrCode();
|
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 224 int32_t GetErrCode(int32_t errCode);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 607 virtual int32_t GetErrCode(int32_t errCode) = 0;
|
H A D | device_manager_impl.h | 386 virtual int32_t GetErrCode(int32_t errCode) override;
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1064 .errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_AUTH_REJECT), in StartAuthProcess() 1165 .errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_ADD_GROUP_FAILED), in AddMember() 1546 info.errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_TIME_OUT); in OnUserOperation() 1553 info.errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_BIND_USER_CANCEL_PIN_CODE_DISPLAY); in OnUserOperation() 1560 info.errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_BIND_USER_CANCEL_ERROR); in OnUserOperation()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 166 .errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_CREATE_GROUP_FAILED), in CreateGroup()
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1586 int32_t errCode = pReq->GetErrCode(); in ON_IPC_SET_REQUEST()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_impl_three.cpp | 1270 int32_t ret = DeviceManager::GetInstance().GetErrCode(errCode); in HWTEST_F()
|