Lines Matching refs:method

22 |geolocation| method | function on(type: 'locationChange', request: LocationRequest, callback: Call…
23 |geolocation| method | function off(type: 'locationChange', callback?: Callback<Location>): void; |…
24 |geolocation| method | function on(type: 'locationServiceState', callback: Callback<boolean>): void…
25 |geolocation| method | function off(type: 'locationServiceState', callback?: Callback<boolean>): vo…
26 |geolocation| method | function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocatio…
27 |geolocation| method | function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array…
28 |geolocation| method | function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo…
29 |geolocation| method | function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusIn…
30 |geolocation| method | function on(type: 'nmeaMessageChange', callback: Callback<string>): void; | …
31 |geolocation| method | function off(type: 'nmeaMessageChange', callback?: Callback<string>): void; …
32 |geolocation| method | function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantA…
33 |geolocation| method | function off(type: 'fenceStatusChange', request: GeofenceRequest, want: Want…
34 |geolocation| method | function getCurrentLocation(request: CurrentLocationRequest, callback: Async…
35 |geolocation| method | function getCurrentLocation(callback: AsyncCallback<Location>): void; | 接口迁移…
36 |geolocation| method | function getCurrentLocation(request?: CurrentLocationRequest): Promise<Locat…
37 |geolocation| method | function getLastLocation(callback: AsyncCallback<Location>): void; | 接口迁移到@o…
38 |geolocation| method | function getLastLocation(): Promise<Location>; | 接口迁移到@ohos.geoLocationManag…
39 |geolocation| method | function isLocationEnabled(callback: AsyncCallback<boolean>): void; | 接口迁移到@…
40 |geolocation| method | function isLocationEnabled(): Promise<boolean>; | 接口迁移到@ohos.geoLocationMana…
41 |geolocation| method | function requestEnableLocation(callback: AsyncCallback<boolean>): void; | 接口…
42 |geolocation| method | function requestEnableLocation(): Promise<boolean>; | 接口删除 |
43 |geolocation| method | function enableLocation(callback: AsyncCallback<boolean>): void; | 接口迁移到@oho…
44 |geolocation| method | function enableLocation(): Promise<boolean>; | 接口迁移到@ohos.geoLocationManager…
45 |geolocation| method | function disableLocation(callback: AsyncCallback<boolean>): void; | 接口迁移到@oh…
46 |geolocation| method | function disableLocation(): Promise<boolean>; | 接口迁移到@ohos.geoLocationManage…
47 |geolocation| method | function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: …
48 |geolocation| method | function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<A…
49 |geolocation| method | function getAddressesFromLocationName(request: GeoCodeRequest, callback: Asy…
50 |geolocation| method | function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Arra…
51 |geolocation| method | function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void; | 接口…
52 |geolocation| method | function isGeoServiceAvailable(): Promise<boolean>; | 接口迁移到@ohos.geoLocation…
53 |geolocation| method | function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void; …
54 |geolocation| method | function getCachedGnssLocationsSize(): Promise<number>; | 接口迁移到@ohos.geoLoca…
55 |geolocation| method | function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void; |…
56 |geolocation| method | function flushCachedGnssLocations(): Promise<boolean>; | 接口迁移到@ohos.geoLocat…
57 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
58 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…
59 |geolocation| method | function enableLocationMock(callback: AsyncCallback<void>): void; | 接口迁移到@oh…
60 |geolocation| method | function enableLocationMock(): Promise<void>; | 接口迁移到@ohos.geoLocationManage…
61 |geolocation| method | function disableLocationMock(callback: AsyncCallback<void>): void; | 接口迁移到@o…
62 |geolocation| method | function disableLocationMock(): Promise<void>; | 接口迁移到@ohos.geoLocationManag…
63 |geolocation| method | function setMockedLocations(config: LocationMockConfig, callback: AsyncCallb…
64 |geolocation| method | function setMockedLocations(config: LocationMockConfig): Promise<void>; | 接口…
65 |geolocation| method | function enableReverseGeocodingMock(callback: AsyncCallback<void>): void; | …
66 |geolocation| method | function enableReverseGeocodingMock(): Promise<void>; | 接口迁移到@ohos.geoLocati…
67 |geolocation| method | function disableReverseGeocodingMock(callback: AsyncCallback<void>): void; |…
68 |geolocation| method | function disableReverseGeocodingMock(): Promise<void>; | 接口迁移到@ohos.geoLocat…
69 |geolocation| method | function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockIn…
70 |geolocation| method | function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockIn…
71 |geolocation| method | function isLocationPrivacyConfirmed(type: LocationPrivacyType, callback: Asy…
72 |geolocation| method | function isLocationPrivacyConfirmed(type: LocationPrivacyType,): Promise<boo…
73 |geolocation| method | function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfir…
74 |geolocation| method | function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfir…