Home
last modified time | relevance | path

Searched refs:GeofenceManager (Results 1 - 8 of 8) sorted by relevance

/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp25 GeofenceManager* GeofenceManager::GetInstance() in GetInstance()
27 static GeofenceManager data; in GetInstance()
31 GeofenceManager::GeofenceManager() in GeofenceManager() function in OHOS::Location::GeofenceManager
35 GeofenceManager::~GeofenceManager() in ~GeofenceManager()
38 void GeofenceManager::ResetGeofenceSdkProxy(const wptr<IRemoteObject> &remote) in ResetGeofenceSdkProxy()
55 sptr<GeofenceSdk> GeofenceManager::GetProxy() in GetProxy()
82 LocationErrCode GeofenceManager
[all...]
/base/location/interfaces/inner_api/include/
H A Dgeofence_sdk.h46 class GeofenceManager { class
48 static GeofenceManager* GetInstance();
49 explicit GeofenceManager();
50 ~GeofenceManager();
82 explicit GeofenceManagerDeathRecipient(GeofenceManager &impl) : impl_(impl) {} in GeofenceManagerDeathRecipient()
89 GeofenceManager &impl_;
/base/location/test/location_geofence/include/
H A Dgeofence_sdk_test.h29 GeofenceManager* geofenceManager_;
/base/location/test/location_geofence/source/
H A Dgeofence_sdk_test.cpp24 geofenceManager_ = GeofenceManager::GetInstance(); in SetUp()
/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp263 auto geofenceSdk = GeofenceManager::GetInstance(); in HWTEST_F()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_impl.cpp42 auto g_geofenceClient = Location::GeofenceManager::GetInstance();
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp44 auto g_geofenceProxy = GeofenceManager::GetInstance();
H A Dlocation_napi_adapter.cpp27 auto g_geofenceClient = GeofenceManager::GetInstance();

Completed in 9 milliseconds