Home
last modified time | relevance | path

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

/base/location/test/fuzztest/locator/gnss_fuzzer/
Dgnss_fuzzer.cpp68 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest()
/base/location/interfaces/inner_api/include/
Dconstant_definition.h111 } LocationCommand; typedef
Dlocator.h65 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
105 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
Dlocator_impl.h64 bool SendCommand(std::unique_ptr<LocationCommand>& commands) override;
104 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) override;
Dlocator_proxy.h66 void SendCommand(std::unique_ptr<LocationCommand>& commands);
111 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
Dnapi_util.h53 std::unique_ptr<LocationCommand>& commandConfig);
Dlocation_async_context.h179 std::unique_ptr<LocationCommand> command;
/base/location/services/location_gnss/gnss/include/
Dgnss_ability_skeleton.h43 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
Dgnss_ability.h89 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
/base/location/test/location_gnss/mock/include/
Dmock_gnss_ability_stub.h48 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/base/location/services/location_locator/locator/include/
Dgnss_ability_proxy.h45 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
Dlocator_ability.h95 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
/base/location/services/location_gnss/gnss/source/
Dgnss_ability_skeleton.cpp135 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in OnRemoteRequest()
Dgnss_ability.cpp293 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp166 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()
/base/location/frameworks/native/source/
Dlocator_impl.cpp232 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
445 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dlocator_proxy.cpp317 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
858 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dnapi_util.cpp251 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1006 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>();
Dlocator_impl_test.cpp240 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp213 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
Dlocator_skeleton.cpp522 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
Dlocator_ability.cpp584 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp485 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp724 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()