| /foundation/ability/form_fwk/interfaces/kits/native/include/ |
| H A D | form_host_caller.h | 87 FormHostCallerRecipient(RemoteDiedHandler handler) : handler_(handler) {} in FormHostCallerRecipient() argument
|
| /foundation/ability/ability_runtime/test/unittest/user_event_handler_test/ |
| H A D | user_event_handler_test.cpp | 54 std::shared_ptr<UserEventHandler> handler = std::make_shared<UserEventHandler>(runner, owner); in HWTEST_F() local
|
| /foundation/ability/form_fwk/test/unittest/fms_form_render_service_extension_test/ |
| H A D | fms_form_render_service_extension_test.cpp | 66 std::shared_ptr<AbilityHandler> handler = nullptr;
in HWTEST_F() local
|
| /foundation/ability/form_fwk/services/include/ |
| H A D | form_share_mgr.h | 43 void SetEventHandler(const std::shared_ptr<FormEventHandler> &handler) in SetEventHandler() argument
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
| H A D | system_event_observer.cpp | 64 void SystemEventObserver::SetEventHandler(const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler) in SetEventHandler() argument
|
| /foundation/ability/ability_runtime/test/unittest/ability_connect_callback_stub_test/ |
| H A D | ability_connect_callback_recipient_test.cpp | 57 OHOS::AAFwk::AbilityConnectCallbackRecipient::RemoteDiedHandler handler; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
| H A D | js_photo_editor_extension.cpp | 35 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
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
| H A D | ui_service_extension.cpp | 54 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 63 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
| /foundation/ability/ability_runtime/test/unittest/ability_event_handler_test/ |
| H A D | ability_event_handler_test.cpp | 60 auto handler = std::make_shared<AbilityEventHandler>(runner, server);
in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | service_extension.cpp | 55 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 64 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
| /foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
| H A D | ability_first_frame_state_observer_stub.cpp | 61 AbilityFirstFrameStateObserverRecipient::AbilityFirstFrameStateObserverRecipient(RemoteDiedHandler handler) in AbilityFirstFrameStateObserverRecipient() argument
|
| H A D | ability_foreground_state_observer_stub.cpp | 58 AbilityForegroundStateObserverRecipient::AbilityForegroundStateObserverRecipient(RemoteDiedHandler handler) in AbilityForegroundStateObserverRecipient() argument
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | app_foreground_state_observer_stub.cpp | 59 AppForegroundStateObserverRecipient::AppForegroundStateObserverRecipient(RemoteDiedHandler handler) : handler_(handler) in AppForegroundStateObserverRecipient() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/network/eventhandler/ |
| H A D | event_handler_manager.cpp | 55 auto handler = handlerMap_[fd].lock(); in GetEventHandler() local 78 int32_t EventHandlerManager::AddEventHandler(int32_t fd, const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler) in AddEventHandler() argument 83 auto handler = handlerMap_[fd].lock(); in AddEventHandler() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
| H A D | auto_fill_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
|
| /foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
| H A D | completed_dispatcher.cpp | 19 CompletedDispatcher(const std::shared_ptr<PendingWant> &pendingWant, const std::shared_ptr<CompletedCallback> &callback, const std::shared_ptr<AppExecFwk::EventHandler> &handler) CompletedDispatcher() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
| H A D | ui_extension.cpp | 41 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 50 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | platform_bridge.cpp | 28 void PlatformBridge::SendMessage(const std::vector<CodecData>& args, const PlatformCallbackHandler& handler) in SendMessage() argument 65 auto handler = itFunc->second; in HandleCallback() local
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessibility_common_event.cpp | 32 void AccessibilityCommonEvent::SubscriberEvent(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SubscriberEvent() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
| H A D | aging_handler_chain.cpp | 35 void AgingHandlerChain::AddHandler(const std::shared_ptr<AgingHandler> &handler) in AddHandler() argument
|
| /foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
| H A D | mock_mt_accessibility_common_event.cpp | 32 void MockAccessibilityCommonEvent::SubscriberEvent(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SubscriberEvent() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/native_engine/async/ |
| H A D | message_queue_utils.cpp | 64 int8_t MessageQueueUtils::DeleteMessageQueue(QueueHandler handler) in DeleteMessageQueue() argument 83 int8_t MessageQueueUtils::PutMessage(QueueHandler handler, const void* msgPtr, uint32_t timeOut) in PutMessage() argument 112 int8_t MessageQueueUtils::GetMessage(QueueHandler handler, void* msgPtr, uint32_t timeOut) in GetMessage() argument
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_async.cpp | 45 auto handler = std::make_shared<EventHandler>(EventRunner::Current()); in ARKTS_GetOrCreateEventHandler() local 88 auto handler = ARKTS_GetEventHandler(env); in ARKTSInner_CreateAsyncTask() local
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/ |
| H A D | message_queue_utils.cpp | 34 int8_t MessageQueueUtils::DeleteMessageQueue(QueueHandler handler) in DeleteMessageQueue() argument 41 int8_t MessageQueueUtils::PutMessage(QueueHandler handler, const void *msgPtr, uint32_t timeOut) in PutMessage() argument 61 int8_t MessageQueueUtils::GetMessage(QueueHandler handler, void *msgPtr, uint32_t timeOut) in GetMessage() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/aginghandlerchain_fuzzer/ |
| H A D | aginghandlerchain_fuzzer.cpp | 32 std::shared_ptr<AgingHandler> handler; in DoSomethingInterestingWithMyAPI() local
|