Lines Matching refs:callback

48     void RegisterSwitchCallback(const sptr<IRemoteObject> &callback, pid_t uid);
49 void UnregisterSwitchCallback(const sptr<IRemoteObject> &callback);
50 void RegisterGnssStatusCallback(const sptr<IRemoteObject> &callback, pid_t uid);
51 void UnregisterGnssStatusCallback(const sptr<IRemoteObject> &callback);
52 void RegisterNmeaMessageCallback(const sptr<IRemoteObject> &callback, pid_t uid);
53 void UnregisterNmeaMessageCallback(const sptr<IRemoteObject> &callback);
55 sptr<ILocatorCallback>& callback, std::string bundleName, pid_t pid, pid_t uid);
56 int StopLocating(sptr<ILocatorCallback>& callback);
64 sptr<ICachedLocationsCallback>& callback, std::string bundleName);
65 int UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback);
79 int SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid_t uid);
85 LocationErrCode RegisterSwitchCallbackV9(const sptr<IRemoteObject> &callback);
86 LocationErrCode UnregisterSwitchCallbackV9(const sptr<IRemoteObject> &callback);
87 LocationErrCode RegisterGnssStatusCallbackV9(const sptr<IRemoteObject> &callback);
88 LocationErrCode UnregisterGnssStatusCallbackV9(const sptr<IRemoteObject> &callback);
89 LocationErrCode RegisterNmeaMessageCallbackV9(const sptr<IRemoteObject> &callback);
90 LocationErrCode UnregisterNmeaMessageCallbackV9(const sptr<IRemoteObject> &callback);
92 sptr<ILocatorCallback>& callback);
93 LocationErrCode StopLocatingV9(sptr<ILocatorCallback>& callback);
103 sptr<ICachedLocationsCallback>& callback, std::string bundleName);
104 LocationErrCode UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback);
118 LocationErrCode SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>& callback);
122 std::unique_ptr<LocatingRequiredDataConfig>& dataConfig, sptr<ILocatingRequiredDataCallback>& callback);
123 LocationErrCode UnRegisterLocatingRequiredDataCallback(sptr<ILocatingRequiredDataCallback>& callback);
124 LocationErrCode SubscribeLocationError(sptr<ILocatorCallback>& callback);
125 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);