Home
last modified time | relevance | path

Searched refs:reportingPeriodSec (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp174 request->reportingPeriodSec = 10;
299 request->reportingPeriodSec = 10;
H A Dlocator_impl_test.cpp437 request->reportingPeriodSec = 10;
H A Dlocator_service_test.cpp1471 request->reportingPeriodSec = 10;
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h199 int reportingPeriodSec; member
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-geolocation.md87 | ohos.geolocation | CachedGnssLocationsRequest | reportingPeriodSec: number; | 新增 |
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp272 data.WriteInt32(request->reportingPeriodSec); in RegisterCachedLocationCallback()
755 data.WriteInt32(request->reportingPeriodSec); in RegisterCachedLocationCallbackV9()
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-geolocation.md87 | ohos.geolocation | CachedGnssLocationsRequest | reportingPeriodSec: number; | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A Djs-apis-geolocation.md211 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu…
245 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu…
1344 | reportingPeriodSec | number | 否 | 否 | 表示GNSS缓存位置上报的周期,单位是毫秒。取值范围为大于0。 |
H A Djs-apis-geoLocationManager.md172 | reportingPeriodSec | number | 否 | 否 | 表示GNSS缓存位置上报的周期,单位是毫秒。取值范围为大于0。 |
809 …let requestInfo:geoLocationManager.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUp…
856 …let requestInfo:geoLocationManager.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUp…
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp222 requestConfig->reportingPeriodSec = data.ReadInt32(); in RegisterCachedCallbackInner()
H A Dgnss_ability.cpp324 request->reportingPeriodSec, request->wakeUpCacheQueueFull ? 1 : 0); in RegisterCachedCallback()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp172 data.WriteInt32(request->reportingPeriodSec); in RegisterCachedCallback()
H A Dlocator_skeleton.cpp724 requestConfig->reportingPeriodSec = data.ReadInt32(); in PreStartCacheLocating()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-geolocation.md64 |新增|NA|类名:CachedGnssLocationsRequest;<br>方法or属性:reportingPeriodSec: number;|@ohos.geoLocationManage…
185 …LocationsRequest;<br>方法or属性:reportingPeriodSec: number;<br>旧版本信息:|类名:CachedGnssLocationsRequest;<b…
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp382 requestConfig->reportingPeriodSec = 100;
409 requestConfig->reportingPeriodSec = 100;
435 requestConfig->reportingPeriodSec = 100;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-geolocation.md125 …ationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-geolocation.md42 …eoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法名 or 属性名: reportingPeriodSec|@ohos.geoLoc…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-geolocation.md42 …eoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法名 or 属性名: reportingPeriodSec|@ohos.geoLoc…
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A Djs-apis-geolocation.md211 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu…
245 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu…
1344 | reportingPeriodSec | number | No| No| Interval for reporting the cached GNSS locations, in millis…
H A Djs-apis-geoLocationManager.md172 | reportingPeriodSec | number | No| No| Interval for reporting the cached GNSS locations, in millis…
809 …let requestInfo:geoLocationManager.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUp…
856 …let requestInfo:geoLocationManager.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUp…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-geolocation.md125 … name: reportingPeriodSec: number;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<…
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp259 JsObjectToInt(env, object, "reportingPeriodSec", request->reportingPeriodSec); in JsObjToCachedLocationRequest()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-geolocation.md64 |Added|NA|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: reportingPeriodSec: …
185 …ute name: reportingPeriodSec: number;<br>Old version: |Class name: CachedGnssLocationsRequest;<br>…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-geolocation.md42 …lass name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec|@ohos.geoLoc…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-geolocation.md42 …lass name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec|@ohos.geoLoc…

12