/base/inputmethod/imf/common/src/ |
H A D | input_death_recipient.cpp | 22 void InputDeathRecipient::SetDeathRecipient(RemoteDiedHandler handler) in SetDeathRecipient() argument
|
H A D | message_handler.cpp | 66 static MessageHandler *handler = nullptr; in Instance() local
|
/base/security/huks/services/huks_standard/huks_engine/main/core/include/ |
H A D | hks_core_service_key_operate_three_stage.h | 41 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 47 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 53 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 59 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, uint32_t alg); member
|
/base/update/updater/utils/include/ |
H A D | updater_event.h | 30 static void Subscribe(enum EventId id, EventHandler handler) in Subscribe() argument
|
/base/inputmethod/imf/services/adapter/wms_connection_monitor/include/ |
H A D | wms_connection_observer.h | 33 explicit WmsConnectionObserver(ChangeHandler handler) : changeHandler_(std::move(handler)){}; in WmsConnectionObserver() argument
|
/base/inputmethod/imf/services/adapter/wms_connection_monitor/src/ |
H A D | wms_connection_monitor_manager.cpp | 35 void WmsConnectionMonitorManager::RegisterWMSConnectionChangedListener(const ChangeHandler &handler) in RegisterWMSConnectionChangedListener() argument
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | bbox_detectors_mock.cpp | 20 uint64_t MockEventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, in AddTimerEvent() argument
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | window_change_listener_impl.h | 28 explicit WindowChangeListenerImpl(ChangeHandler handler) : changeHandler_(std::move(handler)){}; in WindowChangeListenerImpl() argument
|
/base/global/i18n/services/include/ |
H A D | i18n_service_ability.h | 61 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 D | hks_message_handler.h | 28 HksIpcHandlerFuncProc handler; member 58 HksIpcThreeStageHandlerFuncProc handler; member
|
/base/telephony/core_service/services/satellite_service_interaction/src/ |
H A D | satellite_core_callback.cpp | 24 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 D | satellite_sms_callback.cpp | 24 SatelliteSmsCallback::SatelliteSmsCallback(const std::shared_ptr<TelEventHandler> &handler) : handler_(handler) {}
in SatelliteSmsCallback() argument
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | event_listener_manager.h | 34 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 D | telephony_observer_impl.h | 33 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 D | ark_web_create_native_media_player_callback_wrapper.cpp | 31 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 D | ark_web_create_native_media_player_callback_impl.cpp | 31 OnCreate( ArkWebRefPtr<ArkWebNativeMediaPlayerHandler> handler, ArkWebRefPtr<ArkWebMediaInfo> mediaInfo) OnCreate() argument
|
/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/ |
H A D | selectcertrequest_fuzzer.cpp | 35 OHOS::NWeb::NWebHandler handler; in SelectCertRequestFuzzTest() local
|
/base/inputmethod/imf/test/common/include/ |
H A D | input_method_engine_listener_impl.h | 30 explicit InputMethodEngineListenerImpl(std::shared_ptr<AppExecFwk::EventHandler> handler) : eventHandler_(handler) in InputMethodEngineListenerImpl() argument
|
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | inputmethod_extension.cpp | 43 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 51 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
/base/location/frameworks/native/fence_extension_ability/src/ |
H A D | fence_extension.cpp | 39 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 47 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/ |
H A D | event_processor_example3.h | 24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler)
in EventProcessorExample3Event() argument
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | plugin_example.h | 25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler)
in PluginExampleEvent() argument
|
/base/customization/enterprise_device_management/framework/extension/src/ |
H A D | enterprise_admin_extension.cpp | 40 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument 49 CreateAndInitContext( const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) CreateAndInitContext() argument
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | handler_checker_test.cpp | 72 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local 99 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local 132 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local
|
H A D | watchdog_task_test.cpp | 95 auto handler = std::make_shared<EventHandler>(runner);
in HWTEST_F() local
|