Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_pin_auth_ui.cpp82 * @tc.desc: Call InputPinDialog to check whether the return value is ERR_DM_POINT_NULL
89 int32_t ret = pinAuthUi->InputPinDialog(nullptr); in HWTEST_F()
95 * @tc.desc: Call InputPinDialog to check whether the return value is DM_OK
102 int32_t ret = pinAuthUi->InputPinDialog(authManager); in HWTEST_F()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H A Dpin_auth_ui.h31 int32_t InputPinDialog(std::shared_ptr<DmAuthManager> authManager);
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H A Dpinauthui_fuzzer.cpp39 pinauthui->InputPinDialog(authManager); in PinAuthUiFuzzTest()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp54 return pinAuthUi_->InputPinDialog(authManager); in StartAuth()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H A Dpin_auth_ui.cpp59 int32_t PinAuthUi::InputPinDialog(std::shared_ptr<DmAuthManager> authManager) in InputPinDialog() function in OHOS::DistributedHardware::PinAuthUi
61 LOGI("InputPinDialog start"); in InputPinDialog()
79 LOGE("InputPinDialog::start ui service fail"); in InputPinDialog()
82 LOGI("InputPinDialog end"); in InputPinDialog()

Completed in 2 milliseconds