Home
last modified time | relevance | path

Searched defs:handler (Results 1001 - 1025 of 2705) sorted by relevance

1...<<41424344454647484950>>...109

/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_connection.h81 AccessibleAbilityConnectionDeathRecipient(int32_t accountId, AppExecFwk::ElementName& elementName, std::shared_ptr<AppExecFwk::EventHandler> handler) AccessibleAbilityConnectionDeathRecipient() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dasync_task_manager.cpp112 uint16_t AsyncTaskManager::Dispatch(AsyncTaskHandler handler, void *data, const void *context) in Dispatch() argument
H A Ddft_impl.cpp55 void DftImpl::RegisterPageReplaced(PageReplacedCallback handler) in RegisterPageReplaced() argument
/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp57 void EventTarget::On(const char* type, napi_value handler) in On() argument
78 void EventTarget::Once(const char* type, napi_value handler) in Once() argument
99 void EventTarget::Off(const char* type, napi_value handler) in Off() argument
164 napi_value handler = nullptr; in Emit() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_upload_resource_thread.cpp160 auto handler = std::make_shared<MemoryHandler>(); in CreateShareGrContext() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/concurrency/
H A Daudio_concurrency_service.cpp122 void AudioConcurrencyService::SetCallbackHandler(std::shared_ptr<AudioPolicyServerHandler> handler) in SetCallbackHandler() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp114 auto handler = std::make_shared<OHOS::AppExecFwk::EventHandler>(runner); in main() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_base_test.cpp101 auto handler = std::make_shared<OHOS::AppExecFwk::EventHandler>(runner); in InitAnimationWindow() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h50 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler; member in OHOS::Rosen::DrawingEngineSample
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dapp_file_access_ext_connection.cpp176 FileAccessDeathRecipient::FileAccessDeathRecipient(RemoteDiedHandler handler) : handler_(handler) in FileAccessDeathRecipient() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H A Drs_recording_thread.cpp60 auto handler = std::make_shared<MemoryHandler>(); in CreateShareGrContext() local
74 auto handler = std::make_shared<MemoryHandler>(); in CreateShareGrContext() local
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter_factory.cpp76 std::shared_ptr<EFilter> EFilterFactory::Restore(const std::string &name, const EffectJsonPtr &root, void *handler) in Restore() argument
87 std::shared_ptr<EFilter> EFilterFactory::Create(const std::string &name, void *handler) in Create() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp183 InputHandlerManager::Handler handler; in HWTEST_F() local
215 InputHandlerManager::Handler handler; in HWTEST_F() local
232 InputHandlerManager::Handler handler; in HWTEST_F() local
435 InputHandlerManager::Handler handler; in HWTEST_F() local
473 InputHandlerManager::Handler handler; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp50 EventInterceptorHandler handler; in HWTEST_F() local
64 EventInterceptorHandler handler; in HWTEST_F() local
78 EventInterceptorHandler handler; in HWTEST_F() local
92 EventInterceptorHandler handler; in HWTEST_F() local
106 EventInterceptorHandler handler; in HWTEST_F() local
536 EventInterceptorHandler handler; HWTEST_F() local
561 EventInterceptorHandler handler; HWTEST_F() local
581 EventInterceptorHandler handler; HWTEST_F() local
601 EventInterceptorHandler handler; HWTEST_F() local
[all...]
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp54 void SystemEventObserver::SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetEventHandler() argument
72 auto handler = handler_.lock(); in OnReceiveEventContinuousTask() local
/foundation/window/window_manager/window_scene/common/src/
H A Dtask_scheduler.cpp103 void TaskScheduler::SetExportHandler(const std::shared_ptr<AppExecFwk::EventHandler>& handler) in SetExportHandler() argument
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c92 SoftBusHandler *handler = SoftBusMalloc(sizeof(SoftBusHandler)); in CreateHandler() local
111 SoftBusHandler *handler in CreateMessage() local
[all...]
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_mock_data.cpp76 auto handler = std::make_unique<NetStatsDataHandler>(); in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c30 SoftBusHandler handler; member
69 static void InitAsyncCallbackMessage(SoftBusMessage *msg, int32_t what, void *obj, SoftBusHandler *handler) in InitAsyncCallbackMessage() argument
77 static void InitAsyncCallbackHandler(SoftBusHandler *handler, SoftBusLooper *looper) in InitAsyncCallbackHandler() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h56 SoftBusHandler handler; member
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h54 SoftBusHandler *handler; member
/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_conn_common.h42 SoftBusHandler handler; member
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_listener.cpp112 void EventListener::EmitByUvByModuleId(const std::string &type, const NapiUtils::UvHandler &handler, in EmitByUvByModuleId() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp169 auto handler = [this](int msgName, int param1, int param2, const std::any &messageObj) { in RegisterEventHandler() local
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_manager.cpp66 std::shared_ptr<ProfileEventHandler> handler; in SubscribeProfileEvents() local
120 auto handler = iter->second; UnsubscribeProfileEvents() local
[all...]

Completed in 13 milliseconds

1...<<41424344454647484950>>...109