Home
last modified time | relevance | path

Searched refs:AddFenceV9 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_sdk.h33 LocationErrCode AddFenceV9(std::shared_ptr<GeofenceRequest>& request);
58 LocationErrCode AddFenceV9(std::shared_ptr<GeofenceRequest>& request);
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp82 LocationErrCode GeofenceManager::AddFenceV9(std::shared_ptr<GeofenceRequest> &request) in AddFenceV9() function in OHOS::Location::GeofenceManager
93 LocationErrCode errCode = proxy->AddFenceV9(request); in AddFenceV9()
161 LocationErrCode GeofenceSdk::AddFenceV9(std::shared_ptr<GeofenceRequest>& request) in AddFenceV9() function in OHOS::Location::GeofenceSdk
/ohos5.0/base/location/frameworks/native/geofence_sdk/
H A Dlibgeofence_sdk_version_script.txt4 "*GeofenceManager*AddFenceV9*";
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp277 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, geofenceSdk->AddFenceV9(fenceRequest));
280 EXPECT_EQ(ERRCODE_SWITCH_OFF, geofenceSdk->AddFenceV9(fenceRequest));
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp349 g_geofenceProxy->AddFenceV9(fenceRequest); in SubscribeFenceStatusChange()
368 LocationErrCode errCode = g_geofenceProxy->AddFenceV9(fenceRequest); in SubscribeFenceStatusChangeV9()