Searched refs:AuthDeviceError (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_auth_connector.h | 44 MOCK_METHOD(void, AuthDeviceError, (int64_t requestId, int32_t errorCode), (override));
|
H A D | UTTest_hichain_auth_connector.cpp | 58 void AuthDeviceError(int64_t requestId, int32_t errorCode) override in AuthDeviceError() function in OHOS::DistributedHardware::DmDeviceAuthCallbackTest 159 hiChain_->dmDeviceAuthCallback_->AuthDeviceError(requestId, errorCode);
|
H A D | UTTest_dm_auth_manager_first.cpp | 895 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 D | hichain_connector_callback.h | 38 virtual void AuthDeviceError(int64_t requestId, int32_t errorCode) = 0;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_auth_connector.cpp | 141 dmDeviceAuthCallback_->AuthDeviceError(requestId, ERR_DM_FAILED); in onError()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 519 void AuthDeviceError(int64_t requestId, int32_t errorCode);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2141 void DmAuthManager::AuthDeviceError(int64_t requestId, int32_t errorCode) in AuthDeviceError() function in OHOS::DistributedHardware::DmAuthManager
|