Home
last modified time | relevance | path

Searched refs:ILocatorCallback (Results 1 - 25 of 61) sorted by relevance

123

/base/location/interfaces/inner_api/include/
H A Drequest.h32 sptr<ILocatorCallback>& callback, AppIdentity &identity);
38 sptr<ILocatorCallback> GetLocatorCallBack();
44 void SetLocatorCallBack(const sptr<ILocatorCallback>& callback);
71 void SetLocationErrorCallBack(const sptr<ILocatorCallback>& callback);
72 sptr<ILocatorCallback> GetLocationErrorCallBack();
89 sptr<ILocatorCallback> callBack_;
90 sptr<ILocatorCallback> locationErrorcallBack_;
H A Dlocator_impl.h82 sptr<ILocatorCallback>& callback);
89 void StopLocating(sptr<ILocatorCallback>& callback);
343 sptr<ILocatorCallback>& callback);
351 LocationErrCode StopLocatingV9(sptr<ILocatorCallback>& callback);
607 LocationErrCode SubscribeLocationError(sptr<ILocatorCallback>& callback);
615 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);
618 bool IsLocationCallbackRegistered(const sptr<ILocatorCallback>& callback);
622 void AddLocationCallBack(std::unique_ptr<RequestConfig>& requestConfig, sptr<ILocatorCallback>& callback);
623 void RemoveLocationCallBack(sptr<ILocatorCallback>& callback);
H A Dlocator_proxy.h55 sptr<ILocatorCallback>& callback, std::string bundleName, pid_t pid, pid_t uid);
56 int StopLocating(sptr<ILocatorCallback>& callback);
92 sptr<ILocatorCallback>& callback);
93 LocationErrCode StopLocatingV9(sptr<ILocatorCallback>& callback);
124 LocationErrCode SubscribeLocationError(sptr<ILocatorCallback>& callback);
125 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);
H A Dlocator_agent.h38 LocationErrCode StartGnssLocating(sptr<ILocatorCallback>& callback);
39 LocationErrCode StopGnssLocating(sptr<ILocatorCallback>& callback);
H A Dlocator.h43 sptr<ILocatorCallback>& callback) = 0;
44 virtual void StopLocating(sptr<ILocatorCallback>& callback) = 0;
79 sptr<ILocatorCallback>& callback) = 0;
80 virtual LocationErrCode StopLocatingV9(sptr<ILocatorCallback>& callback) = 0;
H A Di_locator_callback.h25 class ILocatorCallback : public IRemoteBroker { class
33 DECLARE_INTERFACE_DESCRIPTOR(u"location.ILocatorCallback");
/base/location/services/location_locator/callback/include/
H A Dlocator_callback_proxy.h31 class LocatorCallbackProxy : public IRemoteProxy<ILocatorCallback> {
42 class LocatorCallbackStub : public IRemoteStub<ILocatorCallback> {
/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h138 sptr<ILocatorCallback>& callback, AppIdentity &identity);
139 LocationErrCode StopLocating(sptr<ILocatorCallback>& callback);
157 LocationErrCode ReportLocationStatus(sptr<ILocatorCallback>& callback, int result);
158 LocationErrCode ReportErrorStatus(sptr<ILocatorCallback>& callback, int result);
179 LocationErrCode RegisterLocationError(sptr<ILocatorCallback>& callback, AppIdentity &identity);
180 LocationErrCode UnregisterLocationError(sptr<ILocatorCallback>& callback, AppIdentity &identity);
224 bool NeedReportCacheLocation(const std::shared_ptr<Request>& request, sptr<ILocatorCallback>& callback);
225 void HandleStartLocating(const std::shared_ptr<Request>& request, sptr<ILocatorCallback>& callback);
270 void SetCallback(const sptr<ILocatorCallback>& callback);
271 sptr<ILocatorCallback> GetCallbac
[all...]
H A Dlocator_background_proxy.h60 bool IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const;
83 class mLocatorCallback : public IRemoteStub<ILocatorCallback> {
118 sptr<ILocatorCallback> callback_;
H A Drequest_manager.h61 void HandleStopLocating(sptr<ILocatorCallback> callback);
67 void RegisterLocationErrorCallback(sptr<ILocatorCallback> callback, AppIdentity appIdentity);
68 void UnRegisterLocationErrorCallback(sptr<ILocatorCallback> callback);
/base/location/test/fuzztest/locator/reportmanager_fuzzer/
H A Dreportmanager_fuzzer.cpp41 sptr<ILocatorCallback> locatorCallback = in ReportManagerFuzzerTest()
42 sptr<ILocatorCallback>(locatorCallbackHostForTest); in ReportManagerFuzzerTest()
/base/web/webview/ohos_wrapper/src/
H A Dnweb_location_wrapper.cpp43 OHOS::sptr<ILocatorCallback>& callback) in StartLocating()
58 extern "C" OHOS_NWEB_EXPORT bool StopLocating(OHOS::sptr<ILocatorCallback>& callback) in StopLocating()
/base/location/frameworks/cj/source/
H A Dlocator_callback.cpp66 case Location::ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT: { in OnRemoteRequest()
81 case Location::ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT: { in OnRemoteRequest()
86 case Location::ILocatorCallback::RECEIVE_ERROR_INFO_EVENT: { in OnRemoteRequest()
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/
H A Dlocatorcallbackhost_fuzzer.cpp84 requestParcel.WriteInterfaceToken(u"location.ILocatorCallback"); in LocatorCallbackHost001FuzzTest()
92 callback->OnRemoteRequest(ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT, requestParcel, reply, option); in LocatorCallbackHost001FuzzTest()
100 requestParcel.WriteInterfaceToken(u"location.ILocatorCallback"); in LocatorCallbackHost002FuzzTest()
108 callback->OnRemoteRequest(ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, requestParcel, reply, option); in LocatorCallbackHost002FuzzTest()
116 requestParcel.WriteInterfaceToken(u"location.ILocatorCallback"); in LocatorCallbackHost003FuzzTest()
124 callback->OnRemoteRequest(ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, requestParcel, reply, option); in LocatorCallbackHost003FuzzTest()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h74 std::map<int32_t, sptr<OHOS::Location::ILocatorCallback>>;
79 OHOS::sptr<OHOS::Location::ILocatorCallback>& callback);
81 OHOS::sptr<OHOS::Location::ILocatorCallback>& callback);
H A Dlocation_callback_adapter_impl.h29 : public OHOS::IRemoteStub<OHOS::Location::ILocatorCallback> {
/base/location/frameworks/native/locator_sdk/include/
H A Dlocator_callback_host.h24 class LocatorCallbackHost : public IRemoteStub<ILocatorCallback> {
/base/location/services/location_network/network/include/
H A Dnetwork_callback_host.h28 class NetworkCallbackHost : public IRemoteStub<ILocatorCallback> {
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp42 sptr<ILocatorCallback>& callback, AppIdentity &identity) in Request()
81 void Request::SetLocatorCallBack(const sptr<ILocatorCallback>& callback) in SetLocatorCallBack()
91 sptr<ILocatorCallback> Request::GetLocatorCallBack() in GetLocatorCallBack()
369 void Request::SetLocationErrorCallBack(const sptr<ILocatorCallback>& callback) in SetLocationErrorCallBack()
374 sptr<ILocatorCallback> Request::GetLocationErrorCallBack() in GetLocationErrorCallBack()
/base/location/frameworks/cj/include/
H A Dlocation_error_callback.h28 class LocationErrorCallback : public IRemoteStub<Location::ILocatorCallback> {
/base/location/frameworks/native/locator_agent/include/
H A Dnative_location_callback_host.h34 class NativeLocationCallbackHost : public IRemoteStub<ILocatorCallback> {
/base/location/frameworks/native/location_ndk/include/
H A Dlocation_info_callback_host.h27 class LocationInfoCallbackHost : public IRemoteStub<OHOS::Location::ILocatorCallback> {
/base/location/test/location_locator/include/
H A Dlocator_service_test.h51 sptr<ILocatorCallback> callbackStub_;
H A Dlocator_impl_test.h44 sptr<ILocatorCallback> callbackStub_;
/base/location/test/location_manager/include/
H A Drequest_manager_test.h41 sptr<ILocatorCallback> callback_;

Completed in 8 milliseconds

123