Home
last modified time | relevance | path

Searched refs:ShowPinDialog (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_pin_auth_ui.cpp54 * @tc.desc: Call ShowPinDialog to check whether the return value is ERR_DM_POINT_NULL
62 int32_t ret = pinAuthUi->ShowPinDialog(code, nullptr); in HWTEST_F()
68 * @tc.desc: Call ShowPinDialog to check whether the return value is DM_OK
76 int32_t ret = pinAuthUi->ShowPinDialog(code, authManager); in HWTEST_F()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H A Dpin_auth_ui.h30 int32_t ShowPinDialog(int32_t code, std::shared_ptr<DmAuthManager> authManager);
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H A Dpinauthui_fuzzer.cpp38 pinauthui->ShowPinDialog(pageId, authManager); in PinAuthUiFuzzTest()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp49 return pinAuthUi_->ShowPinDialog(jsonObject[PIN_CODE_KEY].get<int32_t>(), authManager); in ShowAuthInfo()
/foundation/distributedhardware/device_manager/services/implementation/include/ability/
H A Ddm_dialog_manager.h34 void ShowPinDialog(const std::string param);
/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H A Dpin_auth_ui.cpp32 int32_t PinAuthUi::ShowPinDialog(int32_t code, std::shared_ptr<DmAuthManager> authManager) in ShowPinDialog() function in OHOS::DistributedHardware::PinAuthUi
34 LOGI("ShowPinDialog start"); in ShowPinDialog()
52 LOGE("ShowPinDialog::start ui service fail"); in ShowPinDialog()
55 LOGI("ShowPinDialog end"); in ShowPinDialog()
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_dialog_manager.cpp112 void DmDialogManager::ShowPinDialog(const std::string param) in ShowPinDialog() function in OHOS::DistributedHardware::DmDialogManager
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1444 DmDialogManager::GetInstance().ShowPinDialog(std::to_string(authResponseContext_->code)); in ShowAuthInfoDialog()

Completed in 9 milliseconds