Home
last modified time | relevance | path

Searched defs:handler (Results 801 - 825 of 2705) sorted by relevance

1...<<31323334353637383940>>...109

/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp67 void CmdExecutor::OnAcceptedConnection(std::unique_ptr<Socket> handler) in OnAcceptedConnection() argument
80 void CmdExecutor::ClientEventLoop(std::unique_ptr<Socket> handler) in ClientEventLoop() argument
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dseq_packet_socket_server.cpp66 std::unique_ptr<Socket> handler = std::make_unique<Socket>(SOCK_SEQPACKET); in AcceptingLoop() local
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_querier.cpp36 NapiHiSysEventQuerier::NapiHiSysEventQuerier(CallbackContext* context, ON_COMPLETE_FUNC handler) in NapiHiSysEventQuerier() argument
/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
H A Dapp_event_handler_test.cpp46 auto handler = std::make_shared<AppEventHandler>(); in HWTEST_F() local
60 auto handler = std::make_shared<AppEventHandler>(); in HWTEST_F() local
74 auto handler = std::make_shared<AppEventHandler>(); in HWTEST_F() local
96 auto handler = std::make_shared<AppEventHandler>(); HWTEST_F() local
110 auto handler = std::make_shared<AppEventHandler>(); HWTEST_F() local
[all...]
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_musl.cpp30 int dlclose(void *handler) in dlclose() argument
/base/hiviewdfx/hicollie/frameworks/native/
H A Dhandler_checker.h35 HandlerChecker(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler) in HandlerChecker() argument
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_popup.cpp110 void *handler = dlopen("libpower_ability.z.so", RTLD_NOW); in ShowThermalDialog() local
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
H A Dems_event_queue_system_test.cpp79 auto handler = std::make_shared<EventHandler>(runner); in HWTEST_F() local
100 auto handler = std::make_shared<EventHandler>(runner); in HWTEST_F() local
128 auto handler = std::make_shared<EventHandler>(runner); in HWTEST_F() local
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Di_cooperate_state.h58 void AddHandler(CooperateEventType event, std::function<void(Context&, const CooperateEvent&)> handler) in AddHandler() argument
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_post_task_module_test.cpp64 auto handler = std::make_shared<MyEventHandler>(myRunner); in HWTEST_F() local
90 auto handler = std::make_shared<MyEventHandler>(myRunner); in HWTEST_F() local
115 auto handler = std::make_shared<MyEventHandler>(myRunner); in HWTEST_F() local
141 auto handler in HWTEST_F() local
166 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
192 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
222 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
248 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
279 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
310 auto handler = std::make_shared<MyEventHandler>(myRunner); HWTEST_F() local
[all...]
/base/security/security_guard/services/security_collector/include/
H A Dsecurity_collector_subscriber_manager.h38 void SetUnsubscribeHandler(UnsubscribeHandler handler) { unsubscribeHandler_ = handler; } in SetUnsubscribeHandler() argument
/base/telephony/sms_mms/services/sms/
H A Dsms_broadcast_subscriber_receiver.cpp31 SmsBroadcastSubscriberReceiver(const CommonEventSubscribeInfo &subscriberInfo, std::shared_ptr<SmsReceiveReliabilityHandler> handler, uint16_t refId, uint16_t dataBaseId, const std::string &address) SmsBroadcastSubscriberReceiver() argument
/base/telephony/core_service/utils/common/include/
H A Dtel_event_handler.h252 static bool SendTelEvent(std::shared_ptr<AppExecFwk::EventHandler> handler, ParamTypes &&... _args) in SendTelEvent() argument
/base/update/sys_installer/frameworks/installer_manager/include/
H A Dinstaller_manager.h78 void SubscribeEvent(enum SysInstallerInitEvent eventId, InitHandler handler) in SubscribeEvent() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_gpio.c130 int osal_gpio_irq_request(unsigned int gpio, osal_irq_handler handler, in osal_gpio_irq_request() argument
H A Dosal_workqueue.c89 int osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) in osal_workqueue_init() argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_serviceability_manager_service.h235 int RegisterSnapshotHandler(const sptr<ISnapshotHandler>& handler) in RegisterSnapshotHandler() argument
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H A Dconnection_observer_controller_test.cpp187 ConnectionObserverController::ObserverDeathRecipient::ObserverDeathHandler handler; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/window_focus_changed_listener_test/
H A Dwindow_focus_changed_listener_test.cpp66 std::shared_ptr<AAFwk::TaskHandlerWrap> handler; in HWTEST_F() local
83 std::shared_ptr<AAFwk::TaskHandlerWrap> handler; in HWTEST_F() local
104 std::shared_ptr<AAFwk::TaskHandlerWrap> handler = AAFwk::TaskHandlerWrap::CreateQueueHandler(queueName); in HWTEST_F() local
125 std::shared_ptr<AAFwk::TaskHandlerWrap> handler; in HWTEST_F() local
142 std::shared_ptr<AAFwk::TaskHandlerWrap> handler; in HWTEST_F() local
163 std::shared_ptr<AAFwk::TaskHandlerWrap> handler = AAFwk::TaskHandlerWrap::CreateQueueHandler(queueName); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_startup_callback/
H A Dauto_startup_callback_stub.cpp68 std::shared_ptr<AppExecFwk::EventHandler> handler = in OnAutoStartupOnInner() local
91 std::shared_ptr<AppExecFwk::EventHandler> handler = in OnAutoStartupOffInner() local
/foundation/ability/ability_runtime/test/unittest/ability_service_start_test/
H A Dability_service_start_test.cpp79 auto handler = aams_->GetEventHandler(); in HWTEST_F() local
104 auto handler = aams_->GetEventHandler(); in HWTEST_F() local
153 auto handler = aams_->GetEventHandler(); HWTEST_F() local
179 auto handler = aams_->GetEventHandler(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_service_extension_test/
H A Dability_service_extension_test.cpp86 std::shared_ptr<AbilityHandler> handler = std::make_shared<AbilityHandler>(nullptr); in HWTEST_F() local
119 std::shared_ptr<AbilityHandler> handler = std::make_shared<AbilityHandler>(nullptr); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_test.cpp93 auto handler = std::make_shared<AppExecFwk::AbilityHandler>(nullptr); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Daction_extension_test.cpp93 auto handler = std::make_shared<AppExecFwk::AbilityHandler>(nullptr); in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_record.h74 explicit CallRecipient(RemoteDiedHandler handler) : handler_(handler) {}; in CallRecipient() argument

Completed in 9 milliseconds

1...<<31323334353637383940>>...109