Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h67 * @class SystemDialogScheduler
68 * SystemDialogScheduler.
70 class SystemDialogScheduler : public DelayedSingleton<SystemDialogScheduler> { class
73 explicit SystemDialogScheduler() = default;
74 virtual ~SystemDialogScheduler() = default;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp122 Want SystemDialogScheduler::GetTipsDialogWant(const sptr<IRemoteObject> &callerToken) in GetTipsDialogWant()
145 Want SystemDialogScheduler::GetJumpInterceptorDialogWant(Want &targetWant) in GetJumpInterceptorDialogWant()
166 void SystemDialogScheduler::DialogPortraitPositionAdaptive( in DialogPortraitPositionAdaptive()
183 void SystemDialogScheduler::GetSelectorDialogPortraitPosition( in GetSelectorDialogPortraitPosition()
214 void SystemDialogScheduler::DialogLandscapePositionAdaptive( in DialogLandscapePositionAdaptive()
231 void SystemDialogScheduler::GetSelectorDialogLandscapePosition( in GetSelectorDialogLandscapePosition()
261 void SystemDialogScheduler::GetSelectorDialogPositionAndSize( in GetSelectorDialogPositionAndSize()
306 int SystemDialogScheduler::GetSelectorDialogWant(const std::vector<DialogAppInfo> &dialogAppInfos, Want &requestWant, in GetSelectorDialogWant()
323 const std::string SystemDialogScheduler::GetSelectorParams(const std::vector<DialogAppInfo> &infos) const in GetSelectorParams()
352 int SystemDialogScheduler
[all...]
H A Dimplicit_start_processor.cpp125 auto sysDialogScheduler = DelayedSingleton<SystemDialogScheduler>::GetInstance(); in ImplicitStartAbility()
H A Dability_manager_service.cpp3342 auto sysDialog = DelayedSingleton<SystemDialogScheduler>::GetInstance(); in StopSwitchUserDialog()
7987 auto sysDialog = DelayedSingleton<SystemDialogScheduler>::GetInstance(); in StartSwitchUserDialog()
11049 auto sysDialog = DelayedSingleton<SystemDialogScheduler>::GetInstance(); in RequestAssertFaultDialog()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrest_fuzzer/
H A Dabilitymgrrest_fuzzer.cpp59 std::shared_ptr<SystemDialogScheduler> systemDialogScheduler = std::make_shared<SystemDialogScheduler>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/
H A Dability_manager_service_dialog_test.cpp43 std::shared_ptr<SystemDialogScheduler> systemDialogScheduler_;
77 systemDialogScheduler_ = std::make_shared<SystemDialogScheduler>(); in SetUp()
/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/
H A Dstart_ability_implicit_module_test.cpp106 DelayedSingleton<SystemDialogScheduler>::GetInstance()->SetDeviceType("phone"); in OnStartAms()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dability_jump_interceptor.cpp70 auto sysDialogScheduler = DelayedSingleton<SystemDialogScheduler>::GetInstance(); in DoProcess()

Completed in 31 milliseconds