Home
last modified time | relevance | path

Searched refs:ServiceRouterDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_death_recipient.h23 class ServiceRouterDeathRecipient : public IRemoteObject::DeathRecipient {
25 ServiceRouterDeathRecipient() in ServiceRouterDeathRecipient() function
27 virtual ~ServiceRouterDeathRecipient() = default;
H A Dservice_router_mgr_helper.h58 sptr<ServiceRouterDeathRecipient> serviceDeathObserver_;
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_death_recipient.cpp22 void ServiceRouterDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
H A Dservice_router_mgr_helper.cpp91 serviceDeathObserver_ = new (std::nothrow) ServiceRouterDeathRecipient(); in FinishStartSASuccess()