Home
last modified time | relevance | path

Searched refs:InputPinDialog (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_pin_auth_ui.cpp89 int32_t ret = pinAuthUi->InputPinDialog(nullptr);
102 int32_t ret = pinAuthUi->InputPinDialog(authManager);
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H A Dpin_auth_ui.h31 int32_t InputPinDialog(std::shared_ptr<DmAuthManager> authManager);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H A Dpinauthui_fuzzer.cpp39 pinauthui->InputPinDialog(authManager); in PinAuthUiFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp54 return pinAuthUi_->InputPinDialog(authManager); in StartAuth()
/ohos5.0/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
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/UIExtAbility/
H A DInputUIExtAbility.ets38 session.loadContent('pages/InputPinDialog', storage);
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/
H A DInputPinDialogWearable.ets19 let TAG = '[DeviceManagerUI:InputPinDialog]==>';
H A DInputPinDialog.ets23 let TAG = '[DeviceManagerUI:InputPinDialog]==>'