Home
last modified time | relevance | path

Searched defs:dmAbilityMgr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H A Dpin_auth_ui.cpp39 std::shared_ptr<DmAbilityManager> dmAbilityMgr = std::make_shared<DmAbilityManager>(); in ShowPinDialog() local
66 std::shared_ptr<DmAbilityManager> dmAbilityMgr = std::make_shared<DmAbilityManager>(); in InputPinDialog() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/showconfirm/standard/
H A Dshow_confirm.cpp34 std::shared_ptr<DmAbilityManager> dmAbilityMgr) in ShowConfirmDialog()