Home
last modified time | relevance | path

Searched refs:ShowAuthInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_pin_auth.cpp61 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager);
77 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager);
93 int32_t ret = pinAuth->ShowAuthInfo(authToken, nullptr);
109 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauthentication.h27 …virtual int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) =…
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/include/
H A Dpin_auth.h39 … int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauth_fuzzer/
H A Dpinauth_fuzzer.cpp39 pinauth->ShowAuthInfo(authToken, authManager); in PinAuthFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp38 int32_t PinAuth::ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) in ShowAuthInfo() function in OHOS::DistributedHardware::PinAuth