Home
last modified time | relevance | path

Searched refs:LocationCommand (Results 1 – 23 of 23) sorted by relevance

/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp492 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
1283 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1299 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1315 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1331 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1347 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1363 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1379 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1395 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1411 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
[all …]
/base/location/test/fuzztest/locator/gnss_fuzzer/
Dgnss_fuzzer.cpp96 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002()
/base/location/interfaces/inner_api/include/
Dlocator.h66 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
104 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
Dlocator_proxy.h70 void SendCommand(std::unique_ptr<LocationCommand>& commands);
110 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
Dconstant_definition.h175 } LocationCommand; typedef
Dlocator_impl.h247 bool SendCommand(std::unique_ptr<LocationCommand>& commands);
496 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
Dnapi_util.h57 std::unique_ptr<LocationCommand>& commandConfig);
Dlocation_async_context.h184 std::unique_ptr<LocationCommand> command;
/base/location/test/location_gnss/mock/include/
Dmock_gnss_ability_stub.h50 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/base/location/services/location_locator/locator/include/
Dgnss_ability_proxy.h46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
Dlocator_ability.h101 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
/base/location/services/location_gnss/gnss/include/
Dgnss_ability.h144 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
203 bool GetCommandFlags(std::unique_ptr<LocationCommand>& commands, GnssAuxiliaryDataType& flags);
Dgnss_ability_skeleton.h47 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp409 bool GnssAbility::GetCommandFlags(std::unique_ptr<LocationCommand>& commands, GnssAuxiliaryDataType… in GetCommandFlags()
445 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
1240 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in SendMessage()
1379 std::unique_ptr<LocationCommand> locationCommand = event->GetUniqueObject<LocationCommand>(); in HandleSendCommands()
/base/location/test/location_locator/source/
Dlocator_service_test.cpp978 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
1296 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
1647 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
Dlocator_impl_test.cpp294 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp239 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
Dlocator_skeleton.cpp619 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
Dlocator_ability.cpp585 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/frameworks/native/source/
Dlocator_proxy.cpp318 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
783 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dlocator_impl.cpp464 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
958 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dnapi_util.cpp370 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp712 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()