Home
last modified time | relevance | path

Searched refs:GetTipsDialogWant (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h82 Want GetTipsDialogWant(const sptr<IRemoteObject> &callerToken);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/
H A Dability_manager_service_dialog_test.cpp103 auto want = systemDialogScheduler_->GetTipsDialogWant(nullptr);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp183 Want dialogWant = sysDialogScheduler->GetTipsDialogWant(request.callerToken); in ImplicitStartAbility()
212 Want dialogWant = sysDialogScheduler->GetTipsDialogWant(request.callerToken); in ImplicitStartAbility()
H A Dsystem_dialog_scheduler.cpp122 Want SystemDialogScheduler::GetTipsDialogWant(const sptr<IRemoteObject> &callerToken) in GetTipsDialogWant() function in OHOS::AAFwk::SystemDialogScheduler