Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_pin_auth.cpp61 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager); in HWTEST_F()
77 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager); in HWTEST_F()
93 int32_t ret = pinAuth->ShowAuthInfo(authToken, nullptr); in HWTEST_F()
109 int32_t ret = pinAuth->ShowAuthInfo(authToken, authManager); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauthentication.h27 virtual int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) = 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
/foundation/distributedhardware/device_manager/ext/pin_auth/include/
H A Dpin_auth.h35 * @tc.name: PinAuth::ShowAuthInfo
36 * @tc.desc: ShowAuthInfo of the PinAuth
39 int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) override;
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauth_fuzzer/
H A Dpinauth_fuzzer.cpp39 pinauth->ShowAuthInfo(authToken, authManager); in PinAuthFuzzTest()

Completed in 2 milliseconds