Home
last modified time | relevance | path

Searched refs:PrivacyWindowManagerDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/common/window_manager/include/
H A Dprivacy_window_manager_death_recipient.h23 class PrivacyWindowManagerDeathRecipient : public IRemoteObject::DeathRecipient {
25 PrivacyWindowManagerDeathRecipient() {} in PrivacyWindowManagerDeathRecipient() function
26 virtual ~PrivacyWindowManagerDeathRecipient() override = default;
H A Dprivacy_window_manager_client.h65 sptr<PrivacyWindowManagerDeathRecipient> serviceDeathObserver_ = nullptr;
/ohos5.0/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_window_manager_death_recipient.cpp27 void PrivacyWindowManagerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
H A Dprivacy_window_manager_client.cpp56 serviceDeathObserver_ = sptr<PrivacyWindowManagerDeathRecipient>::MakeSptr(); in PrivacyWindowManagerClient()