Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h111 class CachedLocationCallbackDeathRecipient : public IRemoteObject::DeathRecipient {
114 CachedLocationCallbackDeathRecipient();
115 ~CachedLocationCallbackDeathRecipient() override;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp428 CachedLocationCallbackDeathRecipient::CachedLocationCallbackDeathRecipient() in CachedLocationCallbackDeathRecipient() function in OHOS::Location::CachedLocationCallbackDeathRecipient
432 CachedLocationCallbackDeathRecipient::~CachedLocationCallbackDeathRecipient() in ~CachedLocationCallbackDeathRecipient()
436 void CachedLocationCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
H A Dgnss_ability.cpp316 …tr<IRemoteObject::DeathRecipient> death(new (std::nothrow) CachedLocationCallbackDeathRecipient()); in RegisterCachedCallback()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp2381 …o cachedLocationCallbackDeathRecipient = new (std::nothrow) CachedLocationCallbackDeathRecipient();