• Home
  • Raw
  • Download

Lines Matching refs:LocationErrCode

83     LocationErrCode UpdateSaAbilityV9();
84 LocationErrCode GetSwitchStateV9(bool &isEnabled);
85 LocationErrCode EnableAbilityV9(bool isEnabled);
86 LocationErrCode RegisterSwitchCallbackV9(const sptr<IRemoteObject> &callback);
87 LocationErrCode UnregisterSwitchCallbackV9(const sptr<IRemoteObject> &callback);
88 LocationErrCode RegisterGnssStatusCallbackV9(const sptr<IRemoteObject> &callback);
89 LocationErrCode UnregisterGnssStatusCallbackV9(const sptr<IRemoteObject> &callback);
90 LocationErrCode RegisterNmeaMessageCallbackV9(const sptr<IRemoteObject> &callback);
91 LocationErrCode UnregisterNmeaMessageCallbackV9(const sptr<IRemoteObject> &callback);
92 LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
94 LocationErrCode StopLocatingV9(sptr<ILocatorCallback>& callback);
95 LocationErrCode GetCacheLocationV9(std::unique_ptr<Location> &loc);
96 LocationErrCode IsGeoConvertAvailableV9(bool &isAvailable);
97 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
99 LocationErrCode GetAddressByLocationNameV9(MessageParcel &data,
101 LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed);
102 LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed);
103LocationErrCode RegisterCachedLocationCallbackV9(std::unique_ptr<CachedGnssLocationsRequest>& requ…
105 LocationErrCode UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback);
106 LocationErrCode GetCachedGnssLocationsSizeV9(int &size);
107 LocationErrCode FlushCachedGnssLocationsV9();
108 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
109 LocationErrCode AddFenceV9(std::unique_ptr<GeofenceRequest>& request);
110 LocationErrCode RemoveFenceV9(std::unique_ptr<GeofenceRequest>& request);
111 LocationErrCode EnableLocationMockV9();
112 LocationErrCode DisableLocationMockV9();
113 LocationErrCode SetMockedLocationsV9(
115 LocationErrCode EnableReverseGeocodingMockV9();
116 LocationErrCode DisableReverseGeocodingMockV9();
117LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
118LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);
119 LocationErrCode SendMsgWithReplyV9(const int msgId, MessageParcel& reply);
120 LocationErrCode SendSimpleMsgV9(const int msgId);
121 LocationErrCode SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>& callback);
122 LocationErrCode ProxyUidForFreezeV9(int32_t uid, bool isProxy);
123 LocationErrCode ResetAllProxyV9();
124 LocationErrCode RegisterLocatingRequiredDataCallback(
126LocationErrCode UnRegisterLocatingRequiredDataCallback(sptr<ILocatingRequiredDataCallback>& callba…