Home
last modified time | relevance | path

Searched refs:saStatusChangeListener_ (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.cpp287 if (saStatusChangeListener_) { in OnStop()
290 saMgr->UnSubscribeSystemAbility(WINDOW_MANAGER_SERVICE_ID, saStatusChangeListener_); in OnStop()
627 saStatusChangeListener_ = sptr<SystemAbilityStatusChangeListener>::MakeSptr(displayListener_); in ListenWMS()
628 if (saStatusChangeListener_ == nullptr) { in ListenWMS()
633 auto ret = abilityManager->SubscribeSystemAbility(WINDOW_MANAGER_SERVICE_ID, saStatusChangeListener_); in ListenWMS()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_service_extension.h236 sptr<SystemAbilityStatusChangeListener> saStatusChangeListener_ = nullptr; member in OHOS::AbilityRuntime::JsServiceExtension
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.h85 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr; member in OHOS::Rosen::RSHardwareThread
H A Drs_hardware_thread.cpp630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
631 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility()
634 saStatusChangeListener_ = nullptr; in SubScribeSystemAbility()
H A Drs_uni_render_thread.h246 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr; member in OHOS::Rosen::RSUniRenderThread
H A Drs_uni_render_thread.cpp448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
449 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility()
452 saStatusChangeListener_ = nullptr; in SubScribeSystemAbility()
H A Drs_main_thread.h734 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr; member in OHOS::Rosen::RSMainThread
H A Drs_main_thread.cpp910 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
911 if (saStatusChangeListener_ == nullptr) { in SubScribeSystemAbility()
915 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility()
918 saStatusChangeListener_ = nullptr; in SubScribeSystemAbility()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp227 saStatusChangeListener_ = in ListenWMS()
229 if (saStatusChangeListener_ == nullptr) { in ListenWMS()
234 auto ret = abilityManager->SubscribeSystemAbility(WINDOW_MANAGER_SERVICE_ID, saStatusChangeListener_); in ListenWMS()
336 if (saStatusChangeListener_) { in OnStop()
339 saMgr->UnSubscribeSystemAbility(WINDOW_MANAGER_SERVICE_ID, saStatusChangeListener_); in OnStop()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.h243 sptr<SystemAbilityStatusChangeListener> saStatusChangeListener_ = nullptr; member in OHOS::AbilityRuntime::JsUIServiceExtension
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
525 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility()
528 saStatusChangeListener_ = nullptr; in SubScribeSystemAbility()
H A Dvsync_distributor.cpp774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
775 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility()
778 saStatusChangeListener_ = nullptr; in SubScribeSystemAbility()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h165 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr; member in OHOS::Rosen::impl::VSyncGenerator
H A Dvsync_distributor.h184 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr; member in OHOS::Rosen::VSyncDistributor

Completed in 19 milliseconds