Home
last modified time | relevance | path

Searched refs:isAuthenticateDevice_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp86 authManager_->isAuthenticateDevice_ = false;
97 authManager_->isAuthenticateDevice_ = true;
108 authManager_->isAuthenticateDevice_ = false;
603 authManager_->isAuthenticateDevice_ = true;
613 authManager_->isAuthenticateDevice_ = false;
634 authManager_->isAuthenticateDevice_ = false;
637 authManager_->isAuthenticateDevice_ = true;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h589 bool isAuthenticateDevice_ = false; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp248 isAuthenticateDevice_ = true; in AuthenticateDevice()
300 isAuthenticateDevice_) { in StopAuthenticateDevice()
1252 isAuthenticateDevice_ = false; in AuthenticateFinish()