Searched refs:AddFenceV9 (Results 1 – 5 of 5) sorted by relevance
33 LocationErrCode AddFenceV9(std::shared_ptr<GeofenceRequest>& request);58 LocationErrCode AddFenceV9(std::shared_ptr<GeofenceRequest>& request);
82 LocationErrCode GeofenceManager::AddFenceV9(std::shared_ptr<GeofenceRequest> &request) in AddFenceV9() function in OHOS::Location::GeofenceManager93 LocationErrCode errCode = proxy->AddFenceV9(request); in AddFenceV9()161 LocationErrCode GeofenceSdk::AddFenceV9(std::shared_ptr<GeofenceRequest>& request) in AddFenceV9() function in OHOS::Location::GeofenceSdk
4 "*GeofenceManager*AddFenceV9*";
277 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, geofenceSdk->AddFenceV9(fenceRequest));280 EXPECT_EQ(ERRCODE_SWITCH_OFF, geofenceSdk->AddFenceV9(fenceRequest));
349 g_geofenceProxy->AddFenceV9(fenceRequest); in SubscribeFenceStatusChange()368 LocationErrCode errCode = g_geofenceProxy->AddFenceV9(fenceRequest); in SubscribeFenceStatusChangeV9()