Home
last modified time | relevance | path

Searched refs:GeofenceManagerDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dgeofence_sdk.h80 class GeofenceManagerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Location::GeofenceManager
82 explicit GeofenceManagerDeathRecipient(GeofenceManager &impl) : impl_(impl) {} in GeofenceManagerDeathRecipient() function in OHOS::Location::GeofenceManager::GeofenceManagerDeathRecipient
83 ~GeofenceManagerDeathRecipient() override = default;
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp72 recipient_ = sptr<GeofenceManagerDeathRecipient>(new (std::nothrow) GeofenceManagerDeathRecipient(*this)); in GetProxy()

Completed in 1 milliseconds