| /base/customization/enterprise_device_management/framework/extension/src/ |
| H A D | enterprise_admin_extension.cpp | 40 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 D | handler_checker_test.cpp | 72 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 D | watchdog_task_test.cpp | 95 auto handler = std::make_shared<EventHandler>(runner);
in HWTEST_F() local
|
| /base/powermgr/power_manager/utils/native/src/ |
| H A D | power_utils.cpp | 200 void* handler = dlopen("libpower_ability.z.so", RTLD_NOW); in IsForegroundApplication() local
|
| /base/print/print_fwk/test/unittest/extension_test/ |
| H A D | print_extension_test.cpp | 71 std::shared_ptr<AbilityHandler> handler = nullptr; in HWTEST_F() local
|
| /base/print/print_fwk/frameworks/kits/extension/src/ |
| H A D | print_extension.cpp | 44 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 D | ability_manager_helper.h | 40 inline void SetEventHandler(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetEventHandler() argument
|
| /base/request/request/services/src/cxx/ |
| H A D | common_event.cpp | 27 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 D | advanced_notification_subscriber_service.cpp | 125 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in SubscribeSelf() local
|
| H A D | notification_timer_info.cpp | 45 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in OnTrigger() local
|
| /base/notification/common_event_service/frameworks/extension/src/ |
| H A D | static_subscriber_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
|
| /base/security/security_guard/test/unittest/security_collector/include/ |
| H A D | security_collector_subscriber_manager.h | 41 void SetUnsubscribeHandler(UnsubscribeHandler handler) { }; in SetUnsubscribeHandler() argument
|
| /base/telephony/core_service/services/tel_ril/src/ |
| H A D | observer_handler.cpp | 26 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 D | time_cmd_dispatcher.cpp | 34 auto handler = cmdHandler.find(cmdTitle); in Dispatch() local
|
| /base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
| H A D | wallpaper_extension_ability.cpp | 42 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 D | dump_helper.cpp | 44 auto handler = cmdHandler_.find(args.at(0)); in Dispatch() local
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| H A D | event_listener_manager.cpp | 24 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 D | dump_helper.cpp | 44 auto handler = cmdHandler.find(args.at(0)); in Dispatch() local
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | ability_foreground_state_observer_stub.cpp | 58 AbilityForegroundStateObserverRecipient::AbilityForegroundStateObserverRecipient(RemoteDiedHandler handler) in AbilityForegroundStateObserverRecipient() argument
|
| /foundation/ability/form_fwk/interfaces/kits/native/include/ |
| H A D | form_provider_caller.h | 113 FormProviderCallerRecipient(RemoteDiedHandler handler) : handler_(handler) {} in FormProviderCallerRecipient() argument
|
| 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
|