/base/location/interfaces/inner_api/include/ |
H A D | request.h | 32 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 D | locator_impl.h | 82 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 D | locator_proxy.h | 55 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 D | locator_agent.h | 38 LocationErrCode StartGnssLocating(sptr<ILocatorCallback>& callback);
39 LocationErrCode StopGnssLocating(sptr<ILocatorCallback>& callback);
|
H A D | locator.h | 43 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 D | i_locator_callback.h | 25 class ILocatorCallback : public IRemoteBroker { class 33 DECLARE_INTERFACE_DESCRIPTOR(u"location.ILocatorCallback");
|
/base/location/services/location_locator/callback/include/ |
H A D | locator_callback_proxy.h | 31 class LocatorCallbackProxy : public IRemoteProxy<ILocatorCallback> { 42 class LocatorCallbackStub : public IRemoteStub<ILocatorCallback> {
|
/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 138 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 D | locator_background_proxy.h | 60 bool IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const; 83 class mLocatorCallback : public IRemoteStub<ILocatorCallback> { 118 sptr<ILocatorCallback> callback_;
|
H A D | request_manager.h | 61 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 D | reportmanager_fuzzer.cpp | 41 sptr<ILocatorCallback> locatorCallback = in ReportManagerFuzzerTest() 42 sptr<ILocatorCallback>(locatorCallbackHostForTest); in ReportManagerFuzzerTest()
|
/base/web/webview/ohos_wrapper/src/ |
H A D | nweb_location_wrapper.cpp | 43 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 D | locator_callback.cpp | 66 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 D | locatorcallbackhost_fuzzer.cpp | 84 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 D | location_proxy_adapter_impl.h | 74 std::map<int32_t, sptr<OHOS::Location::ILocatorCallback>>; 79 OHOS::sptr<OHOS::Location::ILocatorCallback>& callback); 81 OHOS::sptr<OHOS::Location::ILocatorCallback>& callback);
|
H A D | location_callback_adapter_impl.h | 29 : public OHOS::IRemoteStub<OHOS::Location::ILocatorCallback> {
|
/base/location/frameworks/native/locator_sdk/include/ |
H A D | locator_callback_host.h | 24 class LocatorCallbackHost : public IRemoteStub<ILocatorCallback> {
|
/base/location/services/location_network/network/include/ |
H A D | network_callback_host.h | 28 class NetworkCallbackHost : public IRemoteStub<ILocatorCallback> {
|
/base/location/frameworks/location_common/common/source/ |
H A D | request.cpp | 42 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 D | location_error_callback.h | 28 class LocationErrorCallback : public IRemoteStub<Location::ILocatorCallback> {
|
/base/location/frameworks/native/locator_agent/include/ |
H A D | native_location_callback_host.h | 34 class NativeLocationCallbackHost : public IRemoteStub<ILocatorCallback> {
|
/base/location/frameworks/native/location_ndk/include/ |
H A D | location_info_callback_host.h | 27 class LocationInfoCallbackHost : public IRemoteStub<OHOS::Location::ILocatorCallback> {
|
/base/location/test/location_locator/include/ |
H A D | locator_service_test.h | 51 sptr<ILocatorCallback> callbackStub_;
|
H A D | locator_impl_test.h | 44 sptr<ILocatorCallback> callbackStub_;
|
/base/location/test/location_manager/include/ |
H A D | request_manager_test.h | 41 sptr<ILocatorCallback> callback_;
|