Searched refs:AuthDeviceError (Results 1 - 7 of 7) sorted by relevance
/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_dm_auth_manager_first.cpp | 881 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 D | UTTest_hichain_auth_connector.cpp | 58 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 D | hichain_connector_callback.h | 38 virtual void AuthDeviceError(int64_t requestId, int32_t errorCode) = 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()
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 500 void AuthDeviceError(int64_t requestId, int32_t errorCode);
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2013 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