Home
last modified time | relevance | path

Searched refs:AuthDeviceError (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_auth_connector.h44 MOCK_METHOD(void, AuthDeviceError, (int64_t requestId, int32_t errorCode), (override));
H A DUTTest_hichain_auth_connector.cpp58 void AuthDeviceError(int64_t requestId, int32_t errorCode) override in AuthDeviceError() function in OHOS::DistributedHardware::DmDeviceAuthCallbackTest
159 hiChain_->dmDeviceAuthCallback_->AuthDeviceError(requestId, errorCode);
H A DUTTest_dm_auth_manager_first.cpp895 authManager_->AuthDeviceError(requestId, errorCode);
906 authManager_->AuthDeviceError(requestId, errorCode);
918 authManager_->AuthDeviceError(requestId, errorCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector_callback.h38 virtual void AuthDeviceError(int64_t requestId, int32_t errorCode) = 0;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp141 dmDeviceAuthCallback_->AuthDeviceError(requestId, ERR_DM_FAILED); in onError()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h519 void AuthDeviceError(int64_t requestId, int32_t errorCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2141 void DmAuthManager::AuthDeviceError(int64_t requestId, int32_t errorCode) in AuthDeviceError() function in OHOS::DistributedHardware::DmAuthManager