Home
last modified time | relevance | path

Searched refs:AddDeathRecipient (Results 1 - 25 of 192) sorted by relevance

12345678

/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.cpp36 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 Dbase_service_kits_impl.h53 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 Dcontext_death_recipient.cpp28 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 Dmock_ipc_object_stub.cpp21 bool IPCObjectStub::AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient() function in OHOS::IPCObjectStub
/base/powermgr/battery_statistics/test/unittest/mock/include/
H A Dmock_stats_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override;
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_display_remote_object.cpp45 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 Dmock_display_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_thermal_remote_object.cpp49 bool MockThermalRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockThermalRemoteObject
/base/powermgr/thermal_manager/test/unittest/mock/include/
H A Dmock_thermal_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_remote_object.cpp44 bool MockRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockRemoteObject
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_stats_remote_object.cpp43 bool MockStatsRemoteObject::AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockStatsRemoteObject
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_power_remote_object.cpp52 bool MockPowerRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::PowerMgr::MockPowerRemoteObject
H A Dmock_power_remote_object.h40 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_remote_object.h33 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/powermgr/battery_manager/test/unittest/mock/include/
H A Dmock_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_bundle_mgr.h34 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dif_system_ability_manager.h25 bool AddDeathRecipient(const sptr<IPCObjectProxy::DeathRecipient>& recipient) in AddDeathRecipient() function in OHOS::MockIRemoteObject
/base/telephony/sms_mms/test/gtest/mock/
H A Dmock_remote_object.h36 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_death_recipient.h32 void AddDeathRecipient(std::shared_ptr<ContextCallback> &callback, uint64_t contextId);
/base/useriam/pin_auth/test/unittest/mocks/
H A Dmock_remote_object.h33 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_remote_object.h34 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));
/base/location/test/mock/include/
H A Dmock_i_remote_object.h33 MOCK_METHOD(bool, AddDeathRecipient, (const sptr<DeathRecipient> &recipient), (override));
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_i_remote_object.h49 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
/base/location/test/location_network/mock/include/
H A Dmock_i_remote_object.h33 MOCK_METHOD(bool, AddDeathRecipient, (const sptr<DeathRecipient> &recipient), (override));
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_event_query_callback_proxy.h37 MOCK_METHOD1(AddDeathRecipient, bool(const sptr<DeathRecipient> &recipient));

Completed in 11 milliseconds

12345678