/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_without_permission_test.cpp | 174 request->reportingPeriodSec = 10; 299 request->reportingPeriodSec = 10;
|
H A D | locator_impl_test.cpp | 437 request->reportingPeriodSec = 10;
|
H A D | locator_service_test.cpp | 1471 request->reportingPeriodSec = 10;
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | constant_definition.h | 199 int reportingPeriodSec; member
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-geolocation.md | 87 | ohos.geolocation | CachedGnssLocationsRequest | reportingPeriodSec: number; | 新增 |
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_proxy.cpp | 272 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 D | js-apidiff-geolocation.md | 87 | ohos.geolocation | CachedGnssLocationsRequest | reportingPeriodSec: number; | Added|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/ |
H A D | js-apis-geolocation.md | 211 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu… 245 …let requestInfo:geolocation.CachedGnssLocationsRequest = {'reportingPeriodSec': 10, 'wakeUpCacheQu… 1344 | reportingPeriodSec | number | 否 | 否 | 表示GNSS缓存位置上报的周期,单位是毫秒。取值范围为大于0。 |
|
H A D | js-apis-geoLocationManager.md | 172 | 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 D | gnss_ability_skeleton.cpp | 222 requestConfig->reportingPeriodSec = data.ReadInt32(); in RegisterCachedCallbackInner()
|
H A D | gnss_ability.cpp | 324 request->reportingPeriodSec, request->wakeUpCacheQueueFull ? 1 : 0); in RegisterCachedCallback()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | gnss_ability_proxy.cpp | 172 data.WriteInt32(request->reportingPeriodSec); in RegisterCachedCallback()
|
H A D | locator_skeleton.cpp | 724 requestConfig->reportingPeriodSec = data.ReadInt32(); in PreStartCacheLocating()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-geolocation.md | 64 |新增|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 D | gnss_ability_test.cpp | 382 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 D | js-apidiff-geolocation.md | 125 …ationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-geolocation.md | 42 …eoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法名 or 属性名: reportingPeriodSec|@ohos.geoLoc…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-geolocation.md | 42 …eoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法名 or 属性名: reportingPeriodSec|@ohos.geoLoc…
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | js-apis-geolocation.md | 211 …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 D | js-apis-geoLocationManager.md | 172 | 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 D | js-apidiff-geolocation.md | 125 … name: reportingPeriodSec: number;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<…
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 259 JsObjectToInt(env, object, "reportingPeriodSec", request->reportingPeriodSec); in JsObjToCachedLocationRequest()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-geolocation.md | 64 |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 D | js-apidiff-geolocation.md | 42 …lass name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec|@ohos.geoLoc…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-geolocation.md | 42 …lass name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec|@ohos.geoLoc…
|