Home
last modified time | relevance | path

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

/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_dm_auth_manager_first.cpp881 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
892 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
904 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
917 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
931 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
945 authManager_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
H A DUTTest_hichain_auth_connector.cpp58 void AuthDeviceError(int64_t requestId, int32_t errorCode) override
159 hiChain_->dmDeviceAuthCallback_->AuthDeviceError(requestId, errorCode); in HWTEST_F()
/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;
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp141 dmDeviceAuthCallback_->AuthDeviceError(requestId, ERR_DM_FAILED); in onError()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h500 void AuthDeviceError(int64_t requestId, int32_t errorCode);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2013 void DmAuthManager::AuthDeviceError(int64_t requestId, int32_t errorCode) in AuthDeviceError() function in OHOS::DistributedHardware::DmAuthManager
2015 LOGI("AuthDeviceError start."); in AuthDeviceError()
2018 LOGD("AuthDeviceError sink return."); in AuthDeviceError()

Completed in 9 milliseconds