Home
last modified time | relevance | path

Searched refs:LocatorAgentDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_agent.h93 class LocatorAgentDeathRecipient : public IRemoteObject::DeathRecipient {
95 explicit LocatorAgentDeathRecipient(LocatorAgentManager &impl) : impl_(impl) {} in LocatorAgentDeathRecipient() function
96 ~LocatorAgentDeathRecipient() override = default;
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp166 …recipient_ = sptr<LocatorAgentDeathRecipient>(new (std::nothrow) LocatorAgentDeathRecipient(*this)… in InitLocatorAgent()