Home
last modified time | relevance | path

Searched refs:CallerDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h376 class CallerDeathRecipient : public IRemoteObject::DeathRecipient {
378 CallerDeathRecipient() = default;
379 explicit CallerDeathRecipient(int32_t deviceType) in CallerDeathRecipient() function
383 ~CallerDeathRecipient() override = default;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp305 callerDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new CallerDeathRecipient()); in Init()
307 new CallerDeathRecipient(IDistributedSched::CALLER)); in Init()
2832 void CallerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp884 CallerDeathRecipient callerDeathRecipient;