Home
last modified time | relevance | path

Searched refs:LocatorProxy (Results 1 - 12 of 12) sorted by relevance

/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp42 LocatorProxy::LocatorProxy(const sptr<IRemoteObject> &impl) in LocatorProxy() function in OHOS::Location::LocatorProxy
47 int LocatorProxy::GetSwitchState() in GetSwitchState()
60 void LocatorProxy::EnableAbility(bool isEnabled) in EnableAbility()
72 void LocatorProxy::UpdateSaAbility() in UpdateSaAbility()
78 int LocatorProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply()
93 int LocatorProxy::SendMsgWithReply(const int msgId, MessageParcel& reply) in SendMsgWithReply()
104 int LocatorProxy::SendSimpleMsg(const int msgId) in SendSimpleMsg()
110 int LocatorProxy::SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid_t uid) in SendRegisterMsgToRemote()
132 void LocatorProxy
[all...]
H A Dlocator_impl.cpp82 sptr<LocatorProxy> proxy = GetProxy(); in IsLocationEnabled()
115 sptr<LocatorProxy> proxy = GetProxy(); in EnableAbility()
132 sptr<LocatorProxy> proxy = GetProxy(); in StartLocating()
153 sptr<LocatorProxy> proxy = GetProxy(); in StopLocating()
171 sptr<LocatorProxy> proxy = GetProxy(); in GetCachedLocation()
215 sptr<LocatorProxy> proxy = GetProxy(); in RegisterGnssStatusCallback()
234 sptr<LocatorProxy> proxy = GetProxy(); in UnregisterGnssStatusCallback()
249 sptr<LocatorProxy> proxy = GetProxy(); in RegisterNmeaMessageCallback()
268 sptr<LocatorProxy> proxy = GetProxy(); in UnregisterNmeaMessageCallback()
317 sptr<LocatorProxy> prox in RegisterCachedLocationCallback()
[all...]
H A Dcountry_code_manager.cpp188 if (!dataParcel.WriteInterfaceToken(LocatorProxy::GetDescriptor())) { in GetCountryCodeByLocation()
/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.h44 class LocatorProxyTestFuzzer : public LocatorProxy {
47 : LocatorProxy(impl) in LocatorProxyTestFuzzer()
/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h41 class LocatorProxy : public IRemoteProxy<ILocator> { class
43 explicit LocatorProxy(const sptr<IRemoteObject> &impl);
44 ~LocatorProxy() = default;
128 static inline BrokerDelegator<LocatorProxy> delegator_;
H A Dlocator_impl.h617 sptr<LocatorProxy> GetProxy();
650 sptr<LocatorProxy> client_ { nullptr };
/base/location/test/location_locator/include/
H A Dlocator_service_test.h50 sptr<LocatorProxy> proxy_;
/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp356 request001.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
383 request002.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
406 request003.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
H A Dlocator_service_test.cpp91 proxy_ = new (std::nothrow) LocatorProxy(object); in SetUp()
674 data.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
799 data.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
836 data.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
1369 request001.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
1395 request002.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
1420 request003.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp108 if (!dataParcel.WriteInterfaceToken(Location::LocatorProxy::GetDescriptor())) { in CJReverseGeoCodeRequestToMessageParcel()
200 if (!dataParcel.WriteInterfaceToken(Location::LocatorProxy::GetDescriptor())) { in CJGeoCodeRequestToMessageParcel()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp377 if (!dataParcel.WriteInterfaceToken(LocatorProxy::GetDescriptor())) { in JsObjToGeoCodeRequest()
413 if (!dataParcel.WriteInterfaceToken(LocatorProxy::GetDescriptor())) { in JsObjToReverseGeoCodeRequest()
/base/location/test/location_manager/source/
H A Dlocator_skeleton_test.cpp1613 data.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()
1646 data.WriteInterfaceToken(LocatorProxy::GetDescriptor()); in HWTEST_F()

Completed in 15 milliseconds