Home
last modified time | relevance | path

Searched defs:handler (Results 451 - 475 of 2705) sorted by relevance

1...<<11121314151617181920>>...109

/base/inputmethod/imf/common/src/
H A Dmessage_handler.cpp66 static MessageHandler *handler = nullptr; in Instance() local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dwindow_change_listener_impl.h28 explicit WindowChangeListenerImpl(ChangeHandler handler) : changeHandler_(std::move(handler)){}; in WindowChangeListenerImpl() argument
/base/global/i18n/services/include/
H A Di18n_service_ability.h61 std::shared_ptr<AppExecFwk::EventHandler> handler; member in OHOS::Global::I18n::I18nServiceAbility
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_message_handler.h28 HksIpcHandlerFuncProc handler; member
58 HksIpcThreeStageHandlerFuncProc handler; member
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_core_callback.cpp24 SatelliteCoreCallback::SatelliteCoreCallback(const std::shared_ptr<TelEventHandler> &handler) : handler_(handler) {} in SatelliteCoreCallback() argument
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback.cpp24 SatelliteSmsCallback::SatelliteSmsCallback(const std::shared_ptr<TelEventHandler> &handler) : handler_(handler) {} in SatelliteSmsCallback() argument
/base/telephony/state_registry/frameworks/js/napi/include/
H A Devent_listener_manager.h34 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); in SendEvent() local
44 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); in SendEvent() local
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.h33 auto handler = DelayedSingleton<ObserverEventHandler>::GetInstance(); in SendEvent() local
43 auto handler = DelayedSingleton<ObserverEventHandler>::GetInstance(); in SendEvent() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_create_native_media_player_callback_wrapper.cpp31 OnCreate( std::shared_ptr<OHOS::NWeb::NWebNativeMediaPlayerHandler> handler, std::shared_ptr<OHOS::NWeb::NWebMediaInfo> mediaInfo) OnCreate() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_create_native_media_player_callback_impl.cpp31 OnCreate( ArkWebRefPtr<ArkWebNativeMediaPlayerHandler> handler, ArkWebRefPtr<ArkWebMediaInfo> mediaInfo) OnCreate() argument
/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/
H A Dselectcertrequest_fuzzer.cpp35 OHOS::NWeb::NWebHandler handler; in SelectCertRequestFuzzTest() local
/device/qemu/arm_virt/liteos_a/board/extcmd/
H A Dreset_shell.c43 UINT32 osReHookFuncAdd(STORAGE_HOOK_FUNC handler, VOID *param) in osReHookFuncAdd() argument
61 UINT32 osReHookFuncDel(STORAGE_HOOK_FUNC handler) in osReHookFuncDel() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_interrupt.c25 int osal_request_irq(unsigned int irq, osal_irq_handler_t handler, osal_irq_handler_t thread_fn, const char *name, in osal_request_irq() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
H A Dlos_swtmr_pri.h53 SWTMR_PROC_FUNC handler; /**< Callback function that handles software timer timeout */ member
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dfuture_listener.cpp22 FutureListener::FutureListener(SaAsyncHandler *handler, int clientId) in FutureListener() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dwindow_pid_visibility_changed_listener.cpp25 WindowPidVisibilityChangedListener( const std::weak_ptr<AppMgrServiceInner> &appInner, const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) WindowPidVisibilityChangedListener() argument
H A Dwindow_visibility_changed_listener.cpp25 WindowVisibilityChangedListener( const std::weak_ptr<AppMgrServiceInner> &appInner, const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) WindowVisibilityChangedListener() argument
H A Dwindow_focus_changed_listener.cpp26 WindowFocusChangedListener(const std::shared_ptr<AppMgrServiceInner> &owner, const std::shared_ptr<AAFwk::TaskHandlerWrap>& handler) WindowFocusChangedListener() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dwindow_focus_changed_listener.h28 WindowFocusChangedListener(const std::shared_ptr<AbilityManagerService>& owner, const std::shared_ptr<TaskHandlerWrap>& handler) WindowFocusChangedListener() argument
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_trigger.h28 void RegisterEventHandler(const RefPtr<AceEventHandler>& handler) in RegisterEventHandler() argument
40 auto handler = handler_.Upgrade(); in TriggerAsyncEvent() local
55 auto handler = handler_.Upgrade(); in TriggerSyncEvent() local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_report_proxy.h73 explicit UiReportProxyRecipient(RemoteDiedHandler handler) : handler_(std::move(handler)) {} in UiReportProxyRecipient() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Daccessibility_extension.cpp22 Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
31 CreateAndInitContext( const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dpreset_module.cpp40 void PresetModule::CreateNamedFunction(const char * const funcName, jerry_external_handler_t handler) in CreateNamedFunction() argument
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dgallery_db_upgrade.cpp30 AlbumPluginTableEventHandler handler; in OnUpgrade() local
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dconfig_change_observer.cpp23 ConfigChangeObserver::ConfigChangeObserver(const std::shared_ptr<AppExecFwk::EventHandler> handler, in ConfigChangeObserver() argument
59 auto handler = handler_.lock(); in OnConfigurationUpdated() local

Completed in 7 milliseconds

1...<<11121314151617181920>>...109