/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | reverse_continuation_scheduler_recipient.cpp | 27 ReverseContinuationSchedulerRecipient::ReverseContinuationSchedulerRecipient(RemoteDiedHandler handler) in ReverseContinuationSchedulerRecipient() argument
|
/foundation/ai/ai_engine/services/server/server_executor/include/ |
H A D | task.h | 28 IHandler *handler; member
|
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/ |
H A D | data_ability_caller_recipient.cpp | 30 DataAbilityCallerRecipient::DataAbilityCallerRecipient(RemoteDiedHandler handler) : handler_(handler) in DataAbilityCallerRecipient() argument
|
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | sr_common_event_subscriber.h | 38 inline void SetEventHandler(const std::shared_ptr<EventHandler> &handler) in SetEventHandler() argument
|
/foundation/systemabilitymgr/samgr/services/dfx/source/ |
H A D | hicollie_helper.cpp | 21 int HicollieHelper::AddThread(const std::string& name, std::shared_ptr<AppExecFwk::EventHandler> handler, in AddThread() argument
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | future_listener.cpp | 22 FutureListener::FutureListener(SaAsyncHandler *handler, int clientId) in FutureListener() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | window_pid_visibility_changed_listener.cpp | 25 WindowPidVisibilityChangedListener( const std::weak_ptr<AppMgrServiceInner> &appInner, const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) WindowPidVisibilityChangedListener() argument
|
H A D | window_visibility_changed_listener.cpp | 25 WindowVisibilityChangedListener( const std::weak_ptr<AppMgrServiceInner> &appInner, const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) WindowVisibilityChangedListener() argument
|
H A D | window_focus_changed_listener.cpp | 26 WindowFocusChangedListener(const std::shared_ptr<AppMgrServiceInner> &owner, const std::shared_ptr<AAFwk::TaskHandlerWrap>& handler) WindowFocusChangedListener() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | window_focus_changed_listener.h | 28 WindowFocusChangedListener(const std::shared_ptr<AbilityManagerService>& owner, const std::shared_ptr<TaskHandlerWrap>& handler) WindowFocusChangedListener() argument
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | event_trigger.h | 28 void RegisterEventHandler(const RefPtr<AceEventHandler>& handler) in RegisterEventHandler() argument 40 auto handler = handler_.Upgrade(); in TriggerAsyncEvent() local 55 auto handler = handler_.Upgrade(); in TriggerSyncEvent() local [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/ |
H A D | ui_report_proxy.h | 73 explicit UiReportProxyRecipient(RemoteDiedHandler handler) : handler_(std::move(handler)) {} in UiReportProxyRecipient() argument
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | accessibility_extension.cpp | 22 Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument 31 CreateAndInitContext( const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | preset_module.cpp | 40 void PresetModule::CreateNamedFunction(const char * const funcName, jerry_external_handler_t handler) in CreateNamedFunction() argument
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/ |
H A D | gallery_db_upgrade.cpp | 30 AlbumPluginTableEventHandler handler;
in OnUpgrade() local
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | config_change_observer.cpp | 23 ConfigChangeObserver::ConfigChangeObserver(const std::shared_ptr<AppExecFwk::EventHandler> handler, in ConfigChangeObserver() argument 59 auto handler = handler_.lock(); in OnConfigurationUpdated() local
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
H A D | wifi_direct_event_sender.h | 33 void ProcessUnHandle(const WifiDirectEventQueue::Handler &handler) in ProcessUnHandle() argument
|
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_bundle_utils.cpp | 34 void *handler = dlopen(LIB_NET_BUNDL_UTILS_SO_PATH.c_str(), RTLD_NOW); in IsAtomicService() local
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_enable.h | 34 Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, IDistributedHardwareSource *handler) Enable() argument
|
H A D | mock_component_disable.h | 34 Disable(const std::string &networkId, const std::string &dhId, IDistributedHardwareSource *handler) Disable() argument
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_enable.h | 34 Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, IDistributedHardwareSource *handler) Enable() argument
|
H A D | mock_component_disable.h | 34 Disable(const std::string &networkId, const std::string &dhId, IDistributedHardwareSource *handler) Disable() argument
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/include/ |
H A D | mock_component_enable.h | 30 Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, IDistributedHardwareSource *handler) Enable() argument
|
H A D | mock_component_disable.h | 30 Disable(const std::string &networkId, const std::string &dhId, IDistributedHardwareSource *handler) Disable() argument
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_controller.h | 34 SnapshotController(sptr<WindowRoot>& root, std::shared_ptr<AppExecFwk::EventHandler>& handler) in SnapshotController() argument
|