| /foundation/multimodalinput/input/service/event_handler/test/ |
| H A D | event_normalize_handler_ex_test.cpp | 74 EventNormalizeHandler handler; in HWTEST_F() local 96 EventNormalizeHandler handler; in HWTEST_F() local 122 EventNormalizeHandler handler; HWTEST_F() local 149 EventNormalizeHandler handler; HWTEST_F() local 173 EventNormalizeHandler handler; HWTEST_F() local 214 EventNormalizeHandler handler; HWTEST_F() local 238 EventNormalizeHandler handler; HWTEST_F() local [all...] |
| /foundation/resourceschedule/background_task_mgr/services/common/src/ |
| H A D | app_state_observer.cpp | 93 void AppStateObserver::SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler)
in SetEventHandler() argument
|
| /foundation/resourceschedule/device_standby/plugins/ext/include/ |
| H A D | base_state.h | 66 BaseState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& stateManager, std::shared_ptr<AppExecFwk::EventHandler>& handler) BaseState() argument
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | loop.cpp | 21 Loop::Loop(QueueHandler* handler) : handler_(handler) {} in Loop() argument
|
| H A D | loop_api.cpp | 28 QueueHandler* handler = static_cast<QueueHandler*>(queue); in ffrt_loop_create() local
|
| /foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
| H A D | nap_state.cpp | 28 NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& stateManager, std::shared_ptr<AppExecFwk::EventHandler>& handler) NapState() argument
|
| /foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
| H A D | lnn_settingdata_event_monitor_virtual.cpp | 26 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) in LnnInitGetDeviceName() argument
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
| H A D | ap_monitor_test.cpp | 66 auto handler = std::bind((&ApMonitor_Test::Registertest), this); in WraUnregisterHandler() local
|
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
| H A D | app_pipe_mgr.cpp | 93 auto handler = std::make_shared<AppPipeHandler>(pipeInfo);
in Start() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/ |
| H A D | dump_manager.cpp | 49 void DumpManager::AddHandler(const std::string &infoName, uintptr_t ptr, const Handler &handler) in AddHandler() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/ |
| H A D | netlink_handler_test.cpp | 50 std::shared_ptr<NetlinkHandler> handler = std::make_shared<NetlinkHandler>(socket); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
| H A D | boot_picture_player_test.cpp | 91 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = std::make_shared<AppExecFwk::EventHandler>(runner); in HWTEST_F() local 138 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = std::make_shared<AppExecFwk::EventHandler>(runner); in HWTEST_F() local 173 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = std::make_shared<AppExecFwk::EventHandler>(runner); in HWTEST_F() local [all...] |
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | window_snapshot_test.cpp | 60 std::shared_ptr<AppExecFwk::EventHandler> handler = nullptr;
in HWTEST_F() local 74 std::shared_ptr<AppExecFwk::EventHandler> handler = nullptr;
in HWTEST_F() local 91 auto handler = std::make_shared<AppExecFwk::EventHandler>(runner);
in HWTEST_F() local 109 auto handler = std::make_shared<AppExecFwk::EventHandler>(runner);
in HWTEST_F() local
|
| /kernel/linux/linux-5.10/arch/m68k/68000/ |
| H A D | timers.c | 94 void hw_timer_init(irq_handler_t handler) in hw_timer_init() argument
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| H A D | pata_isapnp.c | 54 irq_handler_t handler = NULL; in isapnp_init_one() local
|
| /kernel/linux/linux-5.10/arch/m68k/coldfire/ |
| H A D | sltimers.c | 122 void hw_timer_init(irq_handler_t handler) in hw_timer_init() argument
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | pcap_user.c | 98 static void handler(u_char *data, const struct pcap_pkthdr *header, in handler() function
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | nmi.h | 42 nmi_handler_t handler; member
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
| H A D | nip.h | 51 int (*handler)(struct sk_buff *skb); member
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | nsobject.c | 313 acpi_ns_attach_data(struct acpi_namespace_node *node, acpi_object_handler handler, void *data) acpi_ns_attach_data() argument 370 acpi_ns_detach_data(struct acpi_namespace_node *node, acpi_object_handler handler) acpi_ns_detach_data() argument 415 acpi_ns_get_attached_data(struct acpi_namespace_node *node, acpi_object_handler handler, void **data) acpi_ns_get_attached_data() argument [all...] |
| /kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/ |
| H A D | common.h | 75 nlm_set_nmi_handler(void *handler) in nlm_set_nmi_handler() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| H A D | ioperm.c | 25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_skeleton.c | 42 int handler(const void *ctx) in handler() function
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | pcap_user.c | 98 static void handler(u_char *data, const struct pcap_pkthdr *header, in handler() function
|
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | apm-power.c | 48 static int apmpower_connect(struct input_handler *handler, in apmpower_connect() argument
|