/base/powermgr/power_manager/services/native/src/shutdown/ |
H A D | shutdown_callback_holer.cpp | 36 callback->AddDeathRecipient(this); in AddCallback() 43 callback->AddDeathRecipient(this); in AddCallback() 50 callback->AddDeathRecipient(this); in AddCallback()
|
/base/update/updateservice/foundations/ability/sa_loader/include/ |
H A D | base_service_kits_impl.h | 53 void AddDeathRecipient(const sptr<IRemoteObject> &object); 89 AddDeathRecipient(object); in GetService() 96 template <typename SERVICE> void BaseServiceKitsImpl<SERVICE>::AddDeathRecipient(const sptr<IRemoteObject> &object) in AddDeathRecipient() function in OHOS::UpdateEngine::BaseServiceKitsImpl 103 if ((object->IsProxyObject()) && (!object->AddDeathRecipient(deathRecipient_))) { in AddDeathRecipient()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_death_recipient.cpp | 28 void ContextDeathRecipientManager::AddDeathRecipient(std::shared_ptr<ContextCallback> &callback, uint64_t contextId) in AddDeathRecipient() function in OHOS::UserIam::UserAuth::ContextDeathRecipientManager 45 if ((dr == nullptr) || (!obj->AddDeathRecipient(dr))) { in AddDeathRecipient() 46 IAM_LOGE("AddDeathRecipient failed"); in AddDeathRecipient() 51 IAM_LOGI("AddDeathRecipient success, contextId:****%{public}hx", static_cast<uint16_t>(contextId)); in AddDeathRecipient()
|
/base/notification/common_event_service/test/mock/ |
H A D | mock_ipc_object_stub.cpp | 21 bool IPCObjectStub::AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient() function in OHOS::IPCObjectStub
|
/base/powermgr/battery_statistics/test/unittest/mock/include/ |
H A D | mock_stats_remote_object.h | 39 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override;
|
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/ |
H A D | mock_display_remote_object.cpp | 45 bool MockDisplayRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockDisplayRemoteObject
|
/base/powermgr/display_manager/state_manager/test/unittest/mock/include/ |
H A D | mock_display_remote_object.h | 39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
|
/base/powermgr/thermal_manager/test/unittest/mock/src/ |
H A D | mock_thermal_remote_object.cpp | 49 bool MockThermalRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockThermalRemoteObject
|
/base/powermgr/thermal_manager/test/unittest/mock/include/ |
H A D | mock_thermal_remote_object.h | 39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
|
/base/powermgr/battery_manager/test/unittest/mock/source/ |
H A D | mock_remote_object.cpp | 44 bool MockRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockRemoteObject
|
/base/powermgr/battery_statistics/test/unittest/mock/source/ |
H A D | mock_stats_remote_object.cpp | 43 bool MockStatsRemoteObject::AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockStatsRemoteObject
|
/base/powermgr/power_manager/test/unittest/mock/ |
H A D | mock_power_remote_object.cpp | 52 bool MockPowerRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockPowerRemoteObject
|
H A D | mock_power_remote_object.h | 40 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_remote_object.h | 33 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
|
/base/powermgr/battery_manager/test/unittest/mock/include/ |
H A D | mock_remote_object.h | 39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
|
/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_bundle_mgr.h | 34 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | if_system_ability_manager.h | 25 bool AddDeathRecipient(const sptr<IPCObjectProxy::DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::MockIRemoteObject
|
/base/telephony/sms_mms/test/gtest/mock/ |
H A D | mock_remote_object.h | 36 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context_death_recipient.h | 32 void AddDeathRecipient(std::shared_ptr<ContextCallback> &callback, uint64_t contextId);
|
/base/useriam/pin_auth/test/unittest/mocks/ |
H A D | mock_remote_object.h | 33 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
|
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_remote_object.h | 34 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
|
/base/location/test/mock/include/ |
H A D | mock_i_remote_object.h | 33 MOCK_METHOD(bool, AddDeathRecipient, (const sptr<DeathRecipient> &recipient), (override));
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_i_remote_object.h | 49 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
|
/base/location/test/location_network/mock/include/ |
H A D | mock_i_remote_object.h | 33 MOCK_METHOD(bool, AddDeathRecipient, (const sptr<DeathRecipient> &recipient), (override));
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_event_query_callback_proxy.h | 37 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
|