Searched refs:AddFence (Results 1 – 12 of 12) sorted by relevance
47 LocationErrCode AddFence(std::shared_ptr<GeofenceRequest>& request) override;
132 LocationErrCode AddFence(std::shared_ptr<GeofenceRequest>& request);
55 MOCK_METHOD(LocationErrCode, AddFence, (std::shared_ptr<GeofenceRequest>& request));
48 virtual LocationErrCode AddFence(std::shared_ptr<GeofenceRequest>& request) = 0;
173 LocationErrCode AddFence(std::shared_ptr<GeofenceRequest>& request) override;
121 proxy->AddFence(fence); in GnssProxyFuzzTest002()
267 LocationErrCode GnssAbilityProxy::AddFence(std::shared_ptr<GeofenceRequest>& request) in AddFence() function in OHOS::Location::GnssAbilityProxy
862 reply.WriteInt32(locatorAbility->AddFence(request)); in DoProcessFenceRequest()
708 LocationErrCode LocatorAbility::AddFence(std::shared_ptr<GeofenceRequest>& request) in AddFence() function in OHOS::Location::LocatorAbility
322 ON_CALL(*gnssAbilityStub, AddFence(_)).WillByDefault(Return(ERRCODE_SUCCESS));
556 proxy_->AddFence(request);1772 LocationErrCode result = ability_->AddFence(request);
601 LocationErrCode GnssAbility::AddFence(std::shared_ptr<GeofenceRequest>& request) in AddFence() function in OHOS::Location::GnssAbility1797 gnssAbility->AddFence(request); in HandleAddFence()