Home
last modified time | relevance | path

Searched refs:monitorEvent (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A Dinterface_i_geofence_interface.md21 …truct [GeofenceInfo](_geofence_info.md) fence, [in] enum GeofenceEvent monitorEvent) | 添加一个地理围栏。 |
31 …eInterface::AddGnssGeofence ([in] struct GeofenceInfo fence, [in] enum GeofenceEvent monitorEvent )
46 | monitorEvent | 表示APP想要监控的地理围栏事件。详情参考[GeofenceEvent](_hdi_geofence.md#geofenceevent)。 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/cpp_target/location/geofence/v1_0/
H A Dgeofence_interface_proxy.cpp.txt127 …ofence::V1_0::GeofenceInfo& fence, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent)
129 …tion::Geofence::V1_0::GeofenceInterfaceProxy::AddGnssGeofence_(fence, monitorEvent, GetCurrentRemo…
177 …ofenceInfo& fence, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent, const sptr<IRe…
193 if (!geofenceInterfaceData.WriteUint64(static_cast<uint64_t>(monitorEvent))) {
194 HDF_LOGE("%{public}s: write monitorEvent failed!", __func__);
H A Dgeofence_interface_stub.cpp.txt149 …OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent = static_cast<enum GeofenceEvent>(…
153 HDF_LOGE("%{public}s: write monitorEvent failed!", __func__);
156 monitorEvent = static_cast<enum GeofenceEvent>(enumTmp);
164 int32_t geofenceInterfaceRet = impl->AddGnssGeofence(fence, monitorEvent);
H A Dgeofence_interface_proxy.h.txt74 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) override;
84 …OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent, const sptr<IRemoteObject> remote);
H A Dgeofence_interface_service.cpp.txt37 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent)
H A Dgeofence_interface_service.h.txt34 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) override;
H A Digeofence_interface.h.txt73 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) = 0;
/ohos5.0/drivers/interface/location/geofence/v1_0/
H A DIGeofenceInterface.idl67 * @param monitorEvent Indicates the geofence events that the application needs to listen to.
75 [in] enum GeofenceEvent monitorEvent);
/ohos5.0/drivers/interface/location/geofence/v2_0/
H A DIGeofenceInterface.idl67 * @param monitorEvent Indicates the geofence events that the application needs to listen to.
75 [in]int monitorEvent);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/foo/location/geofence/v1_0/
H A DIGeofenceInterface.idl67 * @param monitorEvent Indicates the geofence events that the application needs to listen to.
75 [in] enum GeofenceEvent monitorEvent);
/ohos5.0/drivers/peripheral/location/geofence/hdi_service/
H A Dgeofence_interface_impl.cpp39 int32_t GeofenceInterfaceImpl::AddGnssGeofence(const GeofenceInfo& fence, int monitorEvent) in AddGnssGeofence() argument
H A Dgeofence_interface_impl.h33 int32_t AddGnssGeofence(const GeofenceInfo& fence, int monitorEvent) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/dump_ast_target/
H A Ddump.txt13 [in] ohos.hdi.location.geofence.v1_0.GeofenceEvent monitorEvent);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp617 int monitorEvent = static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER) | in AddFence() local
619 int32_t ret = geofenceInterface->AddGnssGeofence(fenceInfo, monitorEvent); in AddFence()
678 uint32_t monitorEvent = 0; in AddGnssGeofence() local
681 monitorEvent |= static_cast<uint32_t>(status); in AddGnssGeofence()
683 int32_t ret = geofenceInterface->AddGnssGeofence(fenceInfo, monitorEvent); in AddGnssGeofence()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_lib.h823 double radius, int32_t monitorEvent);