Home
last modified time | relevance | path

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

/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp55 sptr<GeofenceSdk> GeofenceManager::GetProxy() in GetProxy()
78 client_ = sptr<GeofenceSdk>(new (std::nothrow) GeofenceSdk(obj)); in GetProxy()
88 sptr<GeofenceSdk> proxy = GetProxy(); in AddFenceV9()
103 sptr<GeofenceSdk> proxy = GetProxy(); in RemoveFenceV9()
117 sptr<GeofenceSdk> proxy = GetProxy(); in AddGnssGeofence()
132 sptr<GeofenceSdk> proxy = GetProxy(); in RemoveGnssGeofence()
148 sptr<GeofenceSdk> proxy = GetProxy(); in GetGeofenceSupportedCoordTypes()
156 GeofenceSdk::GeofenceSdk(cons function in OHOS::Location::GeofenceSdk
[all...]
/base/location/interfaces/inner_api/include/
H A Dgeofence_sdk.h29 class GeofenceSdk : public IRemoteProxy<ILocator> { class
31 explicit GeofenceSdk(const sptr<IRemoteObject> &impl);
32 ~GeofenceSdk() = default;
43 static inline BrokerDelegator<GeofenceSdk> delegator_;
72 sptr<GeofenceSdk> GetProxy();
74 sptr<GeofenceSdk> client_ { nullptr };

Completed in 2 milliseconds