Home
last modified time | relevance | path

Searched refs:shutdownCallback_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnative_implement_eventhandler.cpp30 const FileFDCallback shutdownCallback_; member
44 if (fileDescriptorCallbacks->shutdownCallback_ != nullptr) { in NativeFileDescriptorListener()
45 onShutdownCallback_ = fileDescriptorCallbacks->shutdownCallback_; in NativeFileDescriptorListener()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp30 const FileFDCallback shutdownCallback_; member
44 if (fileDescriptorCallbacks->shutdownCallback_ != nullptr) { in NativeFileDescriptorListener()
45 onShutdownCallback_ = fileDescriptorCallbacks->shutdownCallback_; in NativeFileDescriptorListener()
/ohos5.0/base/notification/eventhandler/interfaces/kits/native/
H A Dnative_interface_eventhandler.h65 FileFDCallback shutdownCallback_; member
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.cpp288 if (!shutdownCallback_) { in OnTakeOverShutdown()
292 std::shared_ptr<NativeReference> callback_ = shutdownCallback_; in OnTakeOverShutdown()
314 if (shutdownCallback_ != nullptr) { in OnRegisterShutdownCallback()
336 shutdownCallback_ = callbackRef; in OnRegisterShutdownCallback()
349 if (shutdownCallback_ == nullptr) { in OnUnRegisterShutdownCallback()
360 shutdownCallback_ = nullptr; in OnUnRegisterShutdownCallback()
H A Djs_screen_session_manager.h75 std::shared_ptr<NativeReference> shutdownCallback_; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp148 shutdownCallback_ = new (std::nothrow) BundleActiveShutdownCallbackService(bundleActiveCore_); in InitService()
152 if (shutdownCallback_) { in InitService()
153 shutdownClient.RegisterShutdownCallback(shutdownCallback_); in InitService()
234 if (shutdownCallback_ != nullptr) { in OnStop()
237 shutdownClient.UnRegisterShutdownCallback(shutdownCallback_); in OnStop()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_service.h232 sptr<PowerMgr::IAsyncShutdownCallback> shutdownCallback_; variable
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp41 FileFDCallback shutdownCallback_; member