Lines Matching refs:method

23 |geolocation| method | function on(type: 'locationChange', request: LocationRequest, callback: Call…
24 |geolocation| method | function off(type: 'locationChange', callback?: Callback<Location>): void; |…
25 |geolocation| method | function on(type: 'locationServiceState', callback: Callback<boolean>): void…
26 |geolocation| method | function off(type: 'locationServiceState', callback?: Callback<boolean>): vo…
27 |geolocation| method | function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocatio…
28 |geolocation| method | function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array…
29 |geolocation| method | function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo…
30 |geolocation| method | function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusIn…
31 |geolocation| method | function on(type: 'nmeaMessageChange', callback: Callback<string>): void; | …
32 |geolocation| method | function off(type: 'nmeaMessageChange', callback?: Callback<string>): void; …
33 |geolocation| method | function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantA…
34 |geolocation| method | function off(type: 'fenceStatusChange', request: GeofenceRequest, want: Want…
35 |geolocation| method | function getCurrentLocation(request: CurrentLocationRequest, callback: Async…
36 |geolocation| method | function getCurrentLocation(callback: AsyncCallback<Location>): void; | 接口迁移…
37 |geolocation| method | function getCurrentLocation(request?: CurrentLocationRequest): Promise<Locat…
38 |geolocation| method | function getLastLocation(callback: AsyncCallback<Location>): void; | 接口迁移到@o…
39 |geolocation| method | function getLastLocation(): Promise<Location>; | 接口迁移到@ohos.geoLocationManag…
40 |geolocation| method | function isLocationEnabled(callback: AsyncCallback<boolean>): void; | 接口迁移到@…
41 |geolocation| method | function isLocationEnabled(): Promise<boolean>; | 接口迁移到@ohos.geoLocationMana…
42 |geolocation| method | function requestEnableLocation(callback: AsyncCallback<boolean>): void; | 接口…
43 |geolocation| method | function requestEnableLocation(): Promise<boolean>; | 接口删除 |
44 |geolocation| method | function enableLocation(callback: AsyncCallback<boolean>): void; | 接口迁移到@oho…
45 |geolocation| method | function enableLocation(): Promise<boolean>; | 接口迁移到@ohos.geoLocationManager…
46 |geolocation| method | function disableLocation(callback: AsyncCallback<boolean>): void; | 接口迁移到@oh…
47 |geolocation| method | function disableLocation(): Promise<boolean>; | 接口迁移到@ohos.geoLocationManage…
48 |geolocation| method | function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: …
49 |geolocation| method | function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<A…
50 |geolocation| method | function getAddressesFromLocationName(request: GeoCodeRequest, callback: Asy…
51 |geolocation| method | function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Arra…
52 |geolocation| method | function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void; | 接口…
53 |geolocation| method | function isGeoServiceAvailable(): Promise<boolean>; | 接口迁移到@ohos.geoLocation…
54 |geolocation| method | function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void; …
55 |geolocation| method | function getCachedGnssLocationsSize(): Promise<number>; | 接口迁移到@ohos.geoLoca…
56 |geolocation| method | function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void; |…
57 |geolocation| method | function flushCachedGnssLocations(): Promise<boolean>; | 接口迁移到@ohos.geoLocat…
58 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
59 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…