Home
last modified time | relevance | path

Searched refs:PowerMgrDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/access_token/services/common/power_manager/include/
H A Dpower_manager_client.h26 class PowerMgrDeathRecipient : public IRemoteObject::DeathRecipient {
28 PowerMgrDeathRecipient() {} in PowerMgrDeathRecipient() function
29 virtual ~PowerMgrDeathRecipient() override = default;
48 sptr<PowerMgrDeathRecipient> serviceDeathObserver_ = nullptr;
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h198 class PowerMgrDeathRecipient : public IRemoteObject::DeathRecipient {
200 explicit PowerMgrDeathRecipient(PowerMgrClient& client) : client_(client) {} in PowerMgrDeathRecipient() function
201 ~PowerMgrDeathRecipient() = default;
205 DISALLOW_COPY_AND_MOVE(PowerMgrDeathRecipient);
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_death_test.cpp39 std::make_shared<PowerMgrClient::PowerMgrDeathRecipient>(powerMgrClient);
58 std::make_shared<PowerMgrClient::PowerMgrDeathRecipient>(powerMgrClient);
/ohos5.0/base/security/access_token/services/common/power_manager/src/
H A Dpower_manager_client.cpp78 serviceDeathObserver_ = sptr<PowerMgrDeathRecipient>::MakeSptr(); in InitProxy()
113 void PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp34 void PowerMgrClient::PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp93 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) PowerMgrDeathRecipient(*this); in Connect()
109 void PowerMgrClient::PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()