Home
last modified time | relevance | path

Searched refs:mainHandler (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp58 …std::shared_ptr<EventHandler> mainHandler = std::make_shared<EventHandler>(EventRunner::GetMainEve… in AcquireProviderFormInfo() local
63mainHandler->PostSyncTask(acquireProviderInfoFunc, "FormExtensionProviderClient::AcquireProviderFo… in AcquireProviderFormInfo()
130 …std::shared_ptr<EventHandler> mainHandler = std::make_shared<EventHandler>(EventRunner::GetMainEve… in NotifyFormDelete() local
135mainHandler->PostSyncTask(notifyFormExtensionDeleteFunc, "FormExtensionProviderClient::NotifyFormD… in NotifyFormDelete()
177mainHandler->PostSyncTask(notifyFormExtensionsDeleteFunc, "FormExtensionProviderClient::NotifyForm… in NotifyFormsDelete()
214mainHandler->PostSyncTask(notifyFormExtensionUpdateFunc, "FormExtensionProviderClient::NotifyFormU… in NotifyFormUpdate()
251 mainHandler->PostSyncTask(eventNotifyExtensionFunc, "FormExtensionProviderClient::EventNotify"); in EventNotify()
290 mainHandler->PostSyncTask(notifyFormExtensionCastTempFormFunc, in NotifyFormCastTempForm()
326mainHandler->PostSyncTask(fireFormExtensionEventFunc, "FormExtensionProviderClient::FireFormEvent"… in FireFormEvent()
474 mainHandler->PostSyncTask(taskProc, "FormExtensionProviderClient::AcquireShareFormData"); in AcquireShareFormData()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary.cpp24 const std::shared_ptr<AbilityHandler> &mainHandler) in ReverseContinuationSchedulerPrimary() argument
25 : continuationHandler_(continuationHandler), mainHandler_(mainHandler) in ReverseContinuationSchedulerPrimary()
H A Dreverse_continuation_scheduler_primary_stage.cpp25 const std::shared_ptr<AbilityHandler> &mainHandler) in ReverseContinuationSchedulerPrimaryStage() argument
26 : continuationHandler_(continuationHandler), mainHandler_(mainHandler) in ReverseContinuationSchedulerPrimaryStage()
H A Dreverse_continuation_scheduler_replica.cpp22 const std::shared_ptr<AbilityHandler> &mainHandler, in ReverseContinuationSchedulerReplica() argument
25 mainHandler_ = mainHandler; in ReverseContinuationSchedulerReplica()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Didle_time_test.cpp36 …std::shared_ptr<EventHandler> mainHandler = std::make_shared<EventHandler>(EventRunner::GetMainEve… in IdleTimeTest() local
37 idleTime_ = std::make_shared<IdleTime>(mainHandler, callback); in IdleTimeTest()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp90 auto mainHandler = appMainHandler_.lock(); in GetMainHandlerDump() local
91 if (mainHandler == nullptr) { in GetMainHandlerDump()
96 mainHandler->Dump(handlerDumper); in GetMainHandlerDump()
H A Dwatchdog.cpp55 void Watchdog::Init(const std::shared_ptr<EventHandler> mainHandler) in Init() argument
58 Watchdog::appMainHandler_ = mainHandler; in Init()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary.h29 const std::shared_ptr<AbilityHandler> &mainHandler);
H A Dreverse_continuation_scheduler_primary_stage.h30 const std::shared_ptr<AbilityHandler> &mainHandler);
H A Dreverse_continuation_scheduler_replica.h29 ReverseContinuationSchedulerReplica(const std::shared_ptr<AbilityHandler> &mainHandler,
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_api.cpp293 void* mainHandler = EventHandlerAdapter::Instance()->GetMainEventHandler(); variable
294 FFRT_COND_DO_ERR((mainHandler == nullptr), return nullptr, "failed to get main queue.");
298 handler->SetEventHandler(mainHandler);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h41 void Init(const std::shared_ptr<EventHandler> mainHandler);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H A Dapp_recovery.h39 bool InitApplicationInfo(const std::shared_ptr<AppExecFwk::EventHandler>& mainHandler,
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp405 …auto mainHandler = std::make_shared<AppExecFwk::EventHandler>(AppExecFwk::EventRunner::GetMainEven… in FormRenderGCTask() local
406 if (mainHandler == nullptr) { in FormRenderGCTask()
418 mainHandler->PostTask(formRenderGCFunc, "FormRenderGC", FORM_RENDER_TASK_DELAY_TIME); in FormRenderGCTask()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp605 static std::shared_ptr<OHOS::AppExecFwk::EventHandler> mainHandler = in GetMainEventHandlerForFFRT() local
607 if (mainHandler == nullptr) { in GetMainEventHandlerForFFRT()
611 return &mainHandler; in GetMainEventHandlerForFFRT()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp107 bool AppRecovery::InitApplicationInfo(const std::shared_ptr<EventHandler>& mainHandler, in InitApplicationInfo() argument
110 mainHandler_ = mainHandler; in InitApplicationInfo()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dappfreeze-guidelines.md475 开发者可以通过 “mainHandler dump is” 关键字搜索日志中的 eventHandler dump 信息
480 mainHandler dump is:
877 mainHandler dump is:
1069 mainHandler dump is:
1245 mainHandler dump is:
/ohos5.0/docs/en/application-dev/dfx/
H A Dappfreeze-guidelines.md475 You can search for the keyword **mainHandler dump is** to view the **eventHandler dump** informatio…
480 mainHandler dump is:
877 mainHandler dump is:
1069 mainHandler dump is:
1245 mainHandler dump is: