Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h306 class LocatorCallbackDeathRecipient : public IRemoteObject::DeathRecipient {
309 LocatorCallbackDeathRecipient(int32_t tokenId);
310 ~LocatorCallbackDeathRecipient() override;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp963 …sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocatorCallbackDeathRecipient(identit… in StartLocating()
2293 LocatorCallbackDeathRecipient::LocatorCallbackDeathRecipient(int32_t tokenId) in LocatorCallbackDeathRecipient() function in OHOS::Location::LocatorCallbackDeathRecipient
2298 LocatorCallbackDeathRecipient::~LocatorCallbackDeathRecipient() in ~LocatorCallbackDeathRecipient()
2302 void LocatorCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp840 … sptr<LocatorCallbackDeathRecipient>(new (std::nothrow) LocatorCallbackDeathRecipient(tokenId));