Searched refs:LocationCommand (Results 1 – 23 of 23) sorted by relevance
492 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 …]
96 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002()
66 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;104 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
70 void SendCommand(std::unique_ptr<LocationCommand>& commands);110 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
175 } LocationCommand; typedef
247 bool SendCommand(std::unique_ptr<LocationCommand>& commands);496 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
57 std::unique_ptr<LocationCommand>& commandConfig);
184 std::unique_ptr<LocationCommand> command;
50 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
101 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
144 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;203 bool GetCommandFlags(std::unique_ptr<LocationCommand>& commands, GnssAuxiliaryDataType& flags);
47 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
409 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()
978 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>();
294 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
239 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
619 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
585 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
318 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()783 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
464 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()958 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
370 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
712 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()