Home
last modified time | relevance | path

Searched refs:RemoveDeathRecipient (Results 1 - 25 of 188) sorted by relevance

12345678

/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_window_manager_client.cpp63 RemoveDeathRecipient(); in ~PrivacyWindowManagerClient()
272 RemoveDeathRecipient(); in OnRemoteDiedHandle()
305 void PrivacyWindowManagerClient::RemoveDeathRecipient() in RemoveDeathRecipient() function in OHOS::Security::AccessToken::PrivacyWindowManagerClient
312 sceneSessionManagerProxy_->AsObject()->RemoveDeathRecipient(serviceDeathObserver_); in RemoveDeathRecipient()
316 sceneSessionManagerLiteProxy_->AsObject()->RemoveDeathRecipient(serviceDeathObserver_); in RemoveDeathRecipient()
320 wmsProxy_->AsObject()->RemoveDeathRecipient(serviceDeathObserver_); in RemoveDeathRecipient()
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_death_recipient.cpp55 void ContextDeathRecipientManager::RemoveDeathRecipient(std::shared_ptr<ContextCallback> &callback) in RemoveDeathRecipient() function in OHOS::UserIam::UserAuth::ContextDeathRecipientManager
77 obj->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
79 IAM_LOGI("RemoveDeathRecipient success"); in RemoveDeathRecipient()
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp37 RemoveDeathRecipient(); in ~ScreenLockManager()
182 void ScreenLockManager::RemoveDeathRecipient() in RemoveDeathRecipient() function in OHOS::ScreenLock::ScreenLockManager
185 screenlockManagerProxy_->AsObject()->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
/base/powermgr/thermal_manager/test/common/src/
H A Dmock_thermal_mgr_client.cpp33 remoteObject->RemoveDeathRecipient(deathRecipient_); in ~MockThermalMgrClient()
80 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/base/useriam/pin_auth/test/unittest/src/
H A Dframework_client_pinauth_register_impl_test.cpp81 EXPECT_CALL(*mock, RemoveDeathRecipient(_)) in HWTEST_F()
101 EXPECT_CALL(*mock, RemoveDeathRecipient(_)) in HWTEST_F()
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_client.cpp47 RemoveDeathRecipient(nullptr, false); in ~SatelliteServiceClient()
84 RemoveDeathRecipient(remote, true); in OnRemoteDied()
87 void SatelliteServiceClient::RemoveDeathRecipient(const wptr<IRemoteObject> &remote, bool isRemoteDied) in RemoveDeathRecipient() function in OHOS::Telephony::SatelliteServiceClient
107 serviceRemote->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
109 TELEPHONY_LOGI("RemoveDeathRecipient success"); in RemoveDeathRecipient()
/base/powermgr/battery_statistics/test/unittest/mock/include/
H A Dmock_stats_remote_object.h41 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override;
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_display_remote_object.cpp51 bool MockDisplayRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient() function in OHOS::PowerMgr::MockDisplayRemoteObject
/base/powermgr/display_manager/state_manager/test/unittest/mock/include/
H A Dmock_display_remote_object.h41 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_thermal_remote_object.cpp55 bool MockThermalRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient() function in OHOS::PowerMgr::MockThermalRemoteObject
/base/powermgr/thermal_manager/test/unittest/mock/include/
H A Dmock_thermal_remote_object.h41 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_remote_object.cpp50 bool MockRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient() function in OHOS::PowerMgr::MockRemoteObject
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_stats_remote_object.cpp49 bool MockStatsRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) in RemoveDeathRecipient() function in OHOS::PowerMgr::MockStatsRemoteObject
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_power_remote_object.cpp58 bool MockPowerRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient() function in OHOS::PowerMgr::MockPowerRemoteObject
H A Dmock_power_remote_object.h42 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_remote_object.h34 MOCK_METHOD1(RemoveDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/powermgr/battery_manager/test/unittest/mock/include/
H A Dmock_remote_object.h41 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_bundle_mgr.h35 MOCK_METHOD1(RemoveDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/telephony/sms_mms/test/gtest/mock/
H A Dmock_remote_object.h40 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_death_recipient.h33 void RemoveDeathRecipient(std::shared_ptr<ContextCallback> &callback);
/base/useriam/pin_auth/test/unittest/mocks/
H A Dmock_remote_object.h34 MOCK_METHOD1(RemoveDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_remote_object.h35 MOCK_METHOD1(RemoveDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp83 eventListener->RemoveDeathRecipient(subscribeDeathRecipient_); in UnsubscribeDistributedAccountEvent()
105 eventListener->RemoveDeathRecipient(subscribeDeathRecipient_); in UnsubscribeDistributedAccountEvent()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_client.cpp107 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset()
121 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
H A Ddump_manager_cpu_client.cpp92 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset()
106 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()

Completed in 7 milliseconds

12345678