Searched refs:LocationCommand (Results 1 – 25 of 25) sorted by relevance
69 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest()
46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
80 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
119 } LocationCommand; typedef
66 void SendCommand(std::unique_ptr<LocationCommand>& commands);108 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
73 bool SendCommand(std::unique_ptr<LocationCommand>& commands);113 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
66 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;106 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
55 std::unique_ptr<LocationCommand>& commandConfig);
182 std::unique_ptr<LocationCommand> command;
49 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
181 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorImplFuzzerTest()218 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorImplV9FuzzerTest()514 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorAbility002FuzzerTest()
44 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
95 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
139 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in OnRemoteRequest()
351 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
973 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();1355 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();1718 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
292 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
223 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
594 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
590 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
440 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()942 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
312 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()842 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
302 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
484 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
712 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()