Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp232 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 Dipc_rsp.h29 int32_t GetErrCode() const in GetErrCode() function in OHOS::DistributedHardware::IpcRsp
H A Dipc_credential_auth_status_req.h68 * @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 Dipc_client_manager.cpp50 ret = rsp->GetErrCode(); in Init()
74 ret = rsp->GetErrCode(); in UnInit()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp56 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 Dvalue_slice_sync.h40 int32_t GetErrCode() const;
H A Dmulti_ver_data_sync.h41 int32_t GetErrCode() const;
H A Dmulti_ver_data_sync.cpp54 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 Dfilter.cpp502 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 Ddm_radar_helper.cpp404 "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 Dscreen_session_ability_connection.h56 int32_t GetErrCode();
/foundation/window/window_manager/window_scene/screen_session_manager/src/connection/
H A Dscreen_snapshot_picker_connection.cpp90 if (GetScreenSessionAbilityConnectionStub()->GetErrCode() == ERRCODE_RECV_PRIVACY_WINDOW) { in GetScreenSnapshotInfo()
H A Dscreen_session_ability_connection.cpp354 int32_t ScreenSessionAbilityConnectionStub::GetErrCode() in GetErrCode() function in OHOS::Rosen::ScreenSessionAbilityConnectionStub
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp189 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 Dipc_client_manager.cpp97 ret = rsp->GetErrCode(); in Init()
H A Dipc_cmd_parser.cpp679 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 Dscreen_session_ability_connection_test.cpp528 * @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 Dfilter.h201 virtual Status GetErrCode();
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h224 int32_t GetErrCode(int32_t errCode);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h607 virtual int32_t GetErrCode(int32_t errCode) = 0;
H A Ddevice_manager_impl.h386 virtual int32_t GetErrCode(int32_t errCode) override;
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1064 .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 Dhichain_connector.cpp166 .errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_CREATE_GROUP_FAILED), in CreateGroup()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp1586 int32_t errCode = pReq->GetErrCode(); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp1270 int32_t ret = DeviceManager::GetInstance().GetErrCode(errCode); in HWTEST_F()

Completed in 27 milliseconds