Home
last modified time | relevance | path

Searched refs:GeofenceEvent (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A Dinterface_i_geofence_interface.md21 …ence) ([in] struct [GeofenceInfo](_geofence_info.md) fence, [in] enum GeofenceEvent monitorEvent) …
31 IGeofenceInterface::AddGnssGeofence ([in] struct GeofenceInfo fence, [in] enum GeofenceEvent monito…
46 | monitorEvent | 表示APP想要监控的地理围栏事件。详情参考[GeofenceEvent](_hdi_geofence.md#geofenceevent)。 |
H A D_hdi_geofence.md39 | [GeofenceEvent](#geofenceevent) { GEOFENCE_EVENT_UNCERTAIN = 1 , GEOFENCE_EVENT_ENTERED = 2 , GEO…
47 ### GeofenceEvent subsection
50 enum GeofenceEvent
H A Dinterface_i_geofence_callback.md21 …ex, [in] struct [LocationInfo](_location_info.md) location, [in] enum GeofenceEvent event, [in] lo…
55 …nt ([in] int fenceIndex, [in] struct LocationInfo location, [in] enum GeofenceEvent event, [in] lo…
71 | event | 表示当前发生的地理围栏事件,详情参考[GeofenceEvent](_hdi_geofence.md#geofenceevent)。 |
H A D_geofence_types_8idl.md30 | [GeofenceEvent](_hdi_geofence.md#geofenceevent) { GEOFENCE_EVENT_UNCERTAIN = 1 , GEOFENCE_EVENT_E…
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgeofence_event_callback.h26 using HDI::Location::Geofence::V2_0::GeofenceEvent;
38 …const HDI::Location::Geofence::V2_0::LocationInfo& location, GeofenceEvent event, int64_t timestam…
H A Dgnss_ability.h88 using HDI::Location::Geofence::V2_0::GeofenceEvent;
213 void ReportGeofenceEvent(int fenceId, GeofenceEvent event);
/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);
32 [in] ohos.hdi.location.geofence.v1_0.GeofenceEvent event,
45 [mini, lite, full] enum GeofenceEvent : int {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/cpp_target/location/geofence/v1_0/
H A Dgeofence_callback_proxy.h.txt42 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t timestamp) override;
52 …e::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t…
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_callback_stub.cpp.txt124 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event = static_cast<enum GeofenceEvent>(0);
131 event = static_cast<enum GeofenceEvent>(enumTmp);
H A Dgeofence_interface_stub.cpp.txt149 …OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent = static_cast<enum GeofenceEvent>(…
156 monitorEvent = static_cast<enum GeofenceEvent>(enumTmp);
H A Dgeofence_callback_service.cpp.txt32 …e::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t…
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 Dgeofence_callback_service.h.txt34 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t timestamp) override;
H A Dgeofence_callback_proxy.cpp.txt39 …e::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t…
87 …e::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t…
H A Dgeofence_types.h.txt55 enum GeofenceEvent : int32_t {
/ohos5.0/drivers/interface/location/geofence/v1_0/
H A DIGeofenceInterface.idl68 * For details, see {@link GeofenceEvent}.
75 [in] enum GeofenceEvent monitorEvent);
H A DIGeofenceCallback.idl65 … @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}.
74 [in] enum GeofenceEvent event,
H A DGeofenceTypes.idl44 enum GeofenceEvent {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/foo/location/geofence/v1_0/
H A DIGeofenceInterface.idl68 * For details, see {@link GeofenceEvent}.
75 [in] enum GeofenceEvent monitorEvent);
H A DIGeofenceCallback.idl65 … @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}.
74 [in] enum GeofenceEvent event,
H A DGeofenceTypes.idl44 enum GeofenceEvent {
/ohos5.0/drivers/interface/location/geofence/v2_0/
H A DIGeofenceCallback.idl65 … @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}.
74 [in] enum GeofenceEvent event,
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgeofence_event_callback.cpp30 …const HDI::Location::Geofence::V2_0::LocationInfo& location, GeofenceEvent event, int64_t timestam… in ReportGeofenceEvent()

12