| /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
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/parallel_render/ |
| H A D | rs_ui_first_render_listener_unit_test.cpp | 44 std::shared_ptr<RSSurfaceHandler> handler = nullptr; in HWTEST_F() local
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| H A D | callback_handler.cpp | 68 std::shared_ptr<IHandler> handler = iHandler_.lock(); in ProcessEvent() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/ |
| H A D | rs_ui_first_render_listener_test.cpp | 44 std::shared_ptr<RSSurfaceHandler> handler = nullptr; in HWTEST_F() local
|
| /foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
| H A D | custom_efilter.h | 54 void SetHandler(void *handler) in SetHandler() argument
|
| /foundation/multimedia/media_foundation/engine/plugin/core/ |
| H A D | plugin_loader.cpp | 67 std::shared_ptr<PluginLoader> PluginLoader::CheckSymbol(void* handler, const std::string& name) in CheckSymbol() argument
|
| /foundation/multimedia/camera_lite/interfaces/kits/ |
| H A D | camera_config.h | 74 virtual void SetFrameStateCallback(FrameStateCallback *callback, EventHandler *handler) {}
in SetFrameStateCallback() argument
|
| /foundation/resourceschedule/device_standby/services/core/src/ |
| H A D | app_state_observer.cpp | 25 AppStateObserver::AppStateObserver(const std::shared_ptr<AppExecFwk::EventHandler>& handler): handler_(handler) {} in AppStateObserver() argument
|
| H A D | common_event_observer.cpp | 20 CommonEventObserver(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const std::shared_ptr<AppExecFwk::EventHandler>& handler) CommonEventObserver() argument 39 CreateCommonEventObserver( const std::shared_ptr<AppExecFwk::EventHandler>& handler) CreateCommonEventObserver() argument
|
| /foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/ |
| H A D | bgtasksystemeventobserver_fuzzer.cpp | 43 auto handler = std::make_shared<OHOS::AppExecFwk::EventHandler>(nullptr); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
| H A D | dark_state.cpp | 29 DarkState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& stateManager, std::shared_ptr<AppExecFwk::EventHandler>& handler) DarkState() argument
|
| /foundation/resourceschedule/ffrt/src/tm/ |
| H A D | queue_task.cpp | 22 QueueTask::QueueTask(QueueHandler* handler, const task_attr_private* attr, bool insertHead) in QueueTask() argument
|
| /foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
| H A D | work_scheduler_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 43 CreateAndInitContext( const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) CreateAndInitContext() argument
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
| H A D | device_networking_collect.h | 47 explicit DeviceInitCallBack(const std::shared_ptr<WorkHandler>& handler) : handler_(handler) {} in DeviceInitCallBack() argument
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
| H A D | system_ability_state_machine.cpp | 53 std::shared_ptr<SystemAbilityStateHandler> handler = abilityStateHandlerMap_[nextState]; in AbilityStateTransitionLocked() local 114 std::shared_ptr<SystemProcessStateHandler> handler = processStateHandlerMap_[nextState]; in ProcessStateTransitionLocked() local [all...] |
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
| H A D | ffrt_handler.cpp | 59 task_handle handler = queue_->submit_h(func);
in PostTask() local 73 task_handle handler = queue_->submit_h(func, task_attr().delay(delayTime * CONVERSION_FACTOR));
in PostTask() local 88 task_handle handler = queue_->submit_h(func, task_attr().delay(delayTime * CONVERSION_FACTOR));
in PostTask() local
|
| /foundation/systemabilitymgr/samgr_lite/samgr/source/ |
| H A D | message_inner.h | 42 Handler handler; /**< async response or immediately request callback function */
member
|
| /foundation/window/window_manager/extension/window_extension/src/ |
| H A D | window_extension.cpp | 46 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 55 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/communication/ipc/ipc/native/c/manager/include/ |
| H A D | ipc_process_skeleton.h | 39 DeathHandler handler[MAX_DEATH_CALLBACK_NUM]; member
|