Searched refs:LocationCommand (Results 1 – 25 of 25) sorted by relevance
68 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest()
111 } LocationCommand; typedef
65 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;105 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
64 bool SendCommand(std::unique_ptr<LocationCommand>& commands) override;104 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) override;
66 void SendCommand(std::unique_ptr<LocationCommand>& commands);111 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
53 std::unique_ptr<LocationCommand>& commandConfig);
179 std::unique_ptr<LocationCommand> command;
43 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
89 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
48 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
45 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
95 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
135 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in OnRemoteRequest()
293 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
166 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorImplFuzzerTest()205 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorImplV9FuzzerTest()500 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in LocatorAbility002FuzzerTest()
232 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()445 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
317 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()858 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
251 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
1006 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();1396 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();1770 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
240 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
213 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
522 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
584 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
485 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
724 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()