Home
last modified time | relevance | path

Searched refs:bundleManagerDeathRecipient_ (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp198 bundleManagerDeathRecipient_ = nullptr; in OnStop()
1536 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1537 bundleManagerDeathRecipient_ = new(std::nothrow) BundleManagerDeathRecipient(); in GetBundleMgrProxy()
1538 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1539 HILOG_ERROR("bundleManagerDeathRecipient_ is null"); in GetBundleMgrProxy()
1544 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp198 bundleManagerDeathRecipient_ = nullptr; in OnStop()
1536 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1537 bundleManagerDeathRecipient_ = new(std::nothrow) BundleManagerDeathRecipient(); in GetBundleMgrProxy()
1538 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1539 HILOG_ERROR("bundleManagerDeathRecipient_ is null"); in GetBundleMgrProxy()
1544 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp198 bundleManagerDeathRecipient_ = nullptr; in OnStop()
1541 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1542 bundleManagerDeathRecipient_ = new(std::nothrow) BundleManagerDeathRecipient(); in GetBundleMgrProxy()
1543 if (!bundleManagerDeathRecipient_) { in GetBundleMgrProxy()
1544 HILOG_ERROR("bundleManagerDeathRecipient_ is null"); in GetBundleMgrProxy()
1549 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
2637 bundleManager_->AsObject()->RemoveDeathRecipient(bundleManagerDeathRecipient_); in OnBundleManagerDied()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h450 sptr<IRemoteObject::DeathRecipient> bundleManagerDeathRecipient_ = nullptr; member in OHOS::Accessibility::AccessibleAbilityManagerService

Completed in 13 milliseconds