Searched refs:monitorEvent (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/ |
H A D | interface_i_geofence_interface.md | 21 …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 D | geofence_interface_proxy.cpp.txt | 127 …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 D | geofence_interface_stub.cpp.txt | 149 …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 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_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 | igeofence_interface.h.txt | 73 OHOS::HDI::Location::Geofence::V1_0::GeofenceEvent monitorEvent) = 0;
|
/ohos5.0/drivers/interface/location/geofence/v1_0/ |
H A D | IGeofenceInterface.idl | 67 * @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 D | IGeofenceInterface.idl | 67 * @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 D | IGeofenceInterface.idl | 67 * @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 D | geofence_interface_impl.cpp | 39 int32_t GeofenceInterfaceImpl::AddGnssGeofence(const GeofenceInfo& fence, int monitorEvent) in AddGnssGeofence() argument
|
H A D | geofence_interface_impl.h | 33 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 D | dump.txt | 13 [in] ohos.hdi.location.geofence.v1_0.GeofenceEvent monitorEvent);
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 617 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 D | location_vendor_lib.h | 823 double radius, int32_t monitorEvent);
|