/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 58 …std::shared_ptr<EventHandler> mainHandler = std::make_shared<EventHandler>(EventRunner::GetMainEve… in AcquireProviderFormInfo() local 63 …mainHandler->PostSyncTask(acquireProviderInfoFunc, "FormExtensionProviderClient::AcquireProviderFo… in AcquireProviderFormInfo() 130 …std::shared_ptr<EventHandler> mainHandler = std::make_shared<EventHandler>(EventRunner::GetMainEve… in NotifyFormDelete() local 135 …mainHandler->PostSyncTask(notifyFormExtensionDeleteFunc, "FormExtensionProviderClient::NotifyFormD… in NotifyFormDelete() 177 …mainHandler->PostSyncTask(notifyFormExtensionsDeleteFunc, "FormExtensionProviderClient::NotifyForm… in NotifyFormsDelete() 214 …mainHandler->PostSyncTask(notifyFormExtensionUpdateFunc, "FormExtensionProviderClient::NotifyFormU… in NotifyFormUpdate() 251 mainHandler->PostSyncTask(eventNotifyExtensionFunc, "FormExtensionProviderClient::EventNotify"); in EventNotify() 290 mainHandler->PostSyncTask(notifyFormExtensionCastTempFormFunc, in NotifyFormCastTempForm() 326 …mainHandler->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 D | reverse_continuation_scheduler_primary.cpp | 24 const std::shared_ptr<AbilityHandler> &mainHandler) in ReverseContinuationSchedulerPrimary() argument 25 : continuationHandler_(continuationHandler), mainHandler_(mainHandler) in ReverseContinuationSchedulerPrimary()
|
H A D | reverse_continuation_scheduler_primary_stage.cpp | 25 const std::shared_ptr<AbilityHandler> &mainHandler) in ReverseContinuationSchedulerPrimaryStage() argument 26 : continuationHandler_(continuationHandler), mainHandler_(mainHandler) in ReverseContinuationSchedulerPrimaryStage()
|
H A D | reverse_continuation_scheduler_replica.cpp | 22 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 D | idle_time_test.cpp | 36 …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 D | appfreeze_inner.cpp | 90 auto mainHandler = appMainHandler_.lock(); in GetMainHandlerDump() local 91 if (mainHandler == nullptr) { in GetMainHandlerDump() 96 mainHandler->Dump(handlerDumper); in GetMainHandlerDump()
|
H A D | watchdog.cpp | 55 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 D | reverse_continuation_scheduler_primary.h | 29 const std::shared_ptr<AbilityHandler> &mainHandler);
|
H A D | reverse_continuation_scheduler_primary_stage.h | 30 const std::shared_ptr<AbilityHandler> &mainHandler);
|
H A D | reverse_continuation_scheduler_replica.h | 29 ReverseContinuationSchedulerReplica(const std::shared_ptr<AbilityHandler> &mainHandler,
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_api.cpp | 293 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 D | watchdog.h | 41 void Init(const std::shared_ptr<EventHandler> mainHandler);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/ |
H A D | app_recovery.h | 39 bool InitApplicationInfo(const std::shared_ptr<AppExecFwk::EventHandler>& mainHandler,
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 405 …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 D | event_handler.cpp | 605 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 D | app_recovery.cpp | 107 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 D | appfreeze-guidelines.md | 475 开发者可以通过 “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 D | appfreeze-guidelines.md | 475 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:
|