Home
last modified time | relevance | path

Searched refs:ERR_DM_TIME_OUT (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/common/src/
H A Ddm_error_message.cpp29 {ERR_DM_TIME_OUT, "dm process execution timeout."},
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h41 ERR_DM_TIME_OUT = -20001, enumerator
243 { ERR_DM_TIME_OUT, 96929745 }, { ERR_DM_UNSUPPORTED_AUTH_TYPE, 96929760 }, { ERR_DM_AUTH_BUSINESS_BUSY, 96929761 },
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp48 constexpr int32_t ERR_DM_TIME_OUT = 96929745; member
376 listener_->OnPinHolderEvent(registerPkgName_, DmPinHolderEvent::DESTROY, ERR_DM_TIME_OUT, content); in CloseSession()
523 listener_->OnPinHolderEvent(registerPkgName_, DmPinHolderEvent::DESTROY, ERR_DM_TIME_OUT, content); in OnSessionClosed()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp115 EXPECT_EQ(authManager_->authRequestContext_->reason, ERR_DM_TIME_OUT); in HWTEST_F()
122 EXPECT_EQ(authManager_->authRequestContext_->reason, ERR_DM_TIME_OUT); in HWTEST_F()
126 EXPECT_EQ(authManager_->authRequestContext_->reason, ERR_DM_TIME_OUT); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp702 authRequestContext_->reason = ERR_DM_TIME_OUT; in HandleAuthenticateTimeout()
708 authResponseContext_->reply = ERR_DM_TIME_OUT; in HandleAuthenticateTimeout()
1545 SetReasonAndFinish(ERR_DM_TIME_OUT, STATUS_DM_AUTH_DEFAULT); in OnUserOperation()
1546 info.errCode = DmRadarHelper::GetInstance().GetErrCode(ERR_DM_TIME_OUT); in OnUserOperation()
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp182 { ERR_DM_TIME_OUT, EventCode::ERR_SINK_TIMEOUT },
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp1269 int32_t errCode = ERR_DM_TIME_OUT; in HWTEST_F()

Completed in 13 milliseconds