Home
last modified time | relevance | path

Searched defs:handler (Results 551 - 575 of 1608) sorted by relevance

1...<<21222324252627282930>>...65

/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_extension.cpp40 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
49 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
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dhandler_checker_test.cpp72 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local
99 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local
132 auto handler = std::make_shared<TestEventHandler>(runner); in HWTEST_F() local
H A Dwatchdog_task_test.cpp95 auto handler = std::make_shared<EventHandler>(runner); in HWTEST_F() local
/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp200 void* handler = dlopen("libpower_ability.z.so", RTLD_NOW); in IsForegroundApplication() local
/base/print/print_fwk/test/unittest/extension_test/
H A Dprint_extension_test.cpp71 std::shared_ptr<AbilityHandler> handler = nullptr; in HWTEST_F() local
/base/print/print_fwk/frameworks/kits/extension/src/
H A Dprint_extension.cpp44 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
53 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
/base/notification/common_event_service/services/include/
H A Dability_manager_helper.h40 inline void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetEventHandler() argument
/base/request/request/services/src/cxx/
H A Dcommon_event.cpp27 EventSubscriber::EventSubscriber(EventFwk::CommonEventSubscribeInfo &subscribeInfo, rust::Box<EventHandler> handler) in EventSubscriber() argument
48 int SubscribeCommonEvent(rust::Vec<rust::Str> events, rust::Box<EventHandler> handler) in SubscribeCommonEvent() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_subscriber_service.cpp125 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in SubscribeSelf() local
H A Dnotification_timer_info.cpp45 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in OnTrigger() local
/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension.cpp41 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
/base/security/security_guard/test/unittest/security_collector/include/
H A Dsecurity_collector_subscriber_manager.h41 void SetUnsubscribeHandler(UnsubscribeHandler handler) { }; in SetUnsubscribeHandler() argument
/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp26 void ObserverHandler::RegObserver(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in RegObserver() argument
57 void ObserverHandler::Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in Remove() argument
[all...]
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_dispatcher.cpp34 auto handler = cmdHandler.find(cmdTitle); in Dispatch() local
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Dwallpaper_extension_ability.cpp42 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
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Ddump_helper.cpp44 auto handler = cmdHandler_.find(args.at(0)); in Dispatch() local
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_manager.cpp24 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); in RegisterEventListener() local
35 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); in UnregisterEventListener() local
46 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); in UnregisterEventListener() local
56 auto handler = DelayedSingleton<EventListenerHandler>::GetInstance(); UnRegisterAllListener() local
[all...]
/base/theme/screenlock_mgr/services/src/
H A Ddump_helper.cpp44 auto handler = cmdHandler.find(args.at(0)); in Dispatch() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_foreground_state_observer_stub.cpp58 AbilityForegroundStateObserverRecipient::AbilityForegroundStateObserverRecipient(RemoteDiedHandler handler) in AbilityForegroundStateObserverRecipient() argument
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_caller.h113 FormProviderCallerRecipient(RemoteDiedHandler handler) : handler_(handler) {} in FormProviderCallerRecipient() argument
H A Dform_host_caller.h87 FormHostCallerRecipient(RemoteDiedHandler handler) : handler_(handler) {} in FormHostCallerRecipient() argument
/foundation/ability/ability_runtime/test/unittest/user_event_handler_test/
H A Duser_event_handler_test.cpp54 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 Dfms_form_render_service_extension_test.cpp66 std::shared_ptr<AbilityHandler> handler = nullptr; in HWTEST_F() local
/foundation/ability/form_fwk/services/include/
H A Dform_share_mgr.h43 void SetEventHandler(const std::shared_ptr<FormEventHandler> &handler) in SetEventHandler() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.cpp64 void SystemEventObserver::SetEventHandler(const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler) in SetEventHandler() argument

Completed in 7 milliseconds

1...<<21222324252627282930>>...65