/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/ |
H A D | interface_i_geofence_interface.md | 21 …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.md | 39 | [GeofenceEvent](#geofenceevent) { GEOFENCE_EVENT_UNCERTAIN = 1 , GEOFENCE_EVENT_ENTERED = 2 , GEO… 47 ### GeofenceEvent subsection 50 enum GeofenceEvent
|
H A D | interface_i_geofence_callback.md | 21 …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.md | 30 | [GeofenceEvent](_hdi_geofence.md#geofenceevent) { GEOFENCE_EVENT_UNCERTAIN = 1 , GEOFENCE_EVENT_E…
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ |
H A D | geofence_event_callback.h | 26 using HDI::Location::Geofence::V2_0::GeofenceEvent; 38 …const HDI::Location::Geofence::V2_0::LocationInfo& location, GeofenceEvent event, int64_t timestam…
|
H A D | gnss_ability.h | 88 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 D | dump.txt | 13 [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 D | geofence_callback_proxy.h.txt | 42 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 D | geofence_interface_proxy.h.txt | 74 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) override; 84 …OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent, const sptr<IRemoteObject> remote);
|
H A D | geofence_callback_stub.cpp.txt | 124 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event = static_cast<enum GeofenceEvent>(0); 131 event = static_cast<enum GeofenceEvent>(enumTmp);
|
H A D | geofence_interface_stub.cpp.txt | 149 …OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent = static_cast<enum GeofenceEvent>(… 156 monitorEvent = static_cast<enum GeofenceEvent>(enumTmp);
|
H A D | geofence_callback_service.cpp.txt | 32 …e::V1_0::LocationInfo& location, OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t…
|
H A D | geofence_interface_service.cpp.txt | 37 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent)
|
H A D | geofence_interface_service.h.txt | 34 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) override;
|
H A D | geofence_callback_service.h.txt | 34 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent event, int64_t timestamp) override;
|
H A D | geofence_callback_proxy.cpp.txt | 39 …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 D | geofence_types.h.txt | 55 enum GeofenceEvent : int32_t {
|
/ohos5.0/drivers/interface/location/geofence/v1_0/ |
H A D | IGeofenceInterface.idl | 68 * For details, see {@link GeofenceEvent}. 75 [in] enum GeofenceEvent monitorEvent);
|
H A D | IGeofenceCallback.idl | 65 … @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}. 74 [in] enum GeofenceEvent event,
|
H A D | GeofenceTypes.idl | 44 enum GeofenceEvent {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/foo/location/geofence/v1_0/ |
H A D | IGeofenceInterface.idl | 68 * For details, see {@link GeofenceEvent}. 75 [in] enum GeofenceEvent monitorEvent);
|
H A D | IGeofenceCallback.idl | 65 … @param event Indicates name of the currently report event. For details, see {@link GeofenceEvent}. 74 [in] enum GeofenceEvent event,
|
H A D | GeofenceTypes.idl | 44 enum GeofenceEvent {
|
/ohos5.0/drivers/interface/location/geofence/v2_0/ |
H A D | IGeofenceCallback.idl | 65 … @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 D | geofence_event_callback.cpp | 30 …const HDI::Location::Geofence::V2_0::LocationInfo& location, GeofenceEvent event, int64_t timestam… in ReportGeofenceEvent()
|