Home
last modified time | relevance | path

Searched refs:SendCommandV9 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h107 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
H A Dlocator.h102 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
H A Dlocator_impl.h511 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1078 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9() function in OHOS::Location::LocatorImpl
1089 LocationErrCode errCode = proxy->SendCommandV9(commands); in SendCommandV9()
H A Dlocator_proxy.cpp799 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp293 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->SendCommandV9(command));
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp680 context->errCode = g_locatorClient->SendCommandV9(context->command); in CreateReverseGeocodeAsyncContext()