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.cpp69 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest()
/base/location/services/location_locator/locator/include/
Dgnss_ability_proxy.h46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
Dlocator_ability.h80 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands);
/base/location/interfaces/inner_api/include/
Dconstant_definition.h119 } LocationCommand; typedef
Dlocator_proxy.h66 void SendCommand(std::unique_ptr<LocationCommand>& commands);
108 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
Dlocator_impl.h73 bool SendCommand(std::unique_ptr<LocationCommand>& commands);
113 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
Dlocator.h66 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
106 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
Dnapi_util.h55 std::unique_ptr<LocationCommand>& commandConfig);
Dlocation_async_context.h182 std::unique_ptr<LocationCommand> command;
/base/location/test/location_gnss/mock/include/
Dmock_gnss_ability_stub.h49 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp181 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()
/base/location/services/location_gnss/gnss/include/
Dgnss_ability_skeleton.h44 virtual LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
Dgnss_ability.h95 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
/base/location/services/location_gnss/gnss/source/
Dgnss_ability_skeleton.cpp139 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in OnRemoteRequest()
Dgnss_ability.cpp351 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/test/location_locator/source/
Dlocator_service_test.cpp973 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>();
Dlocator_impl_test.cpp292 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>();
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp223 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
Dlocator_skeleton.cpp594 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand()
Dlocator_ability.cpp590 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/frameworks/native/source/
Dlocator_impl.cpp440 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
942 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dlocator_proxy.cpp312 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
842 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dnapi_util.cpp302 std::unique_ptr<LocationCommand>& commandConfig) in JsObjToCommand()
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp484 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>();
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp712 asyncContext->command = std::make_unique<LocationCommand>(); in CreateReverseGeocodeAsyncContext()