Home
last modified time | relevance | path

Searched refs:SetGnssReferenceInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A Dinterface_i_gnss_interface.md25 | [SetGnssReferenceInfo](#setgnssreferenceinfo) ([in] struct [GnssRefInfo](_gnss_ref_info.md) refIn…
167 ### SetGnssReferenceInfo()
170 IGnssInterface::SetGnssReferenceInfo ([in] struct GnssRefInfo refInfo)
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_interface_test.cpp57 int32_t GnssInterfaceTest::SetGnssReferenceInfo(const GnssRefInfo &refInfo) in SetGnssReferenceInfo() function in OHOS::Location::GnssInterfaceTest
/ohos5.0/base/location/test/location_gnss/include/
H A Dgnss_interface_test.h47 int32_t SetGnssReferenceInfo(const GnssRefInfo &refInfo) override;
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.h43 int32_t SetGnssReferenceInfo(const GnssRefInfo& refInfo) override;
H A Dgnss_interface_impl.cpp417 int32_t GnssInterfaceImpl::SetGnssReferenceInfo(const GnssRefInfo& refInfo) in SetGnssReferenceInfo() function in OHOS::HDI::Location::Gnss::V2_0::GnssInterfaceImpl
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/cpp_target/location/gnss/v1_0/
H A Dgnss_interface_service.h.txt41 …int32_t SetGnssReferenceInfo(const OHOS::HDI::Location::Gnss::V1_0::GnssRefInfo& refInfo) override;
H A Dgnss_interface_service.cpp.txt56 int32_t GnssInterfaceService::SetGnssReferenceInfo(const OHOS::HDI::Location::Gnss::V1_0::GnssRefIn…
H A Dignss_interface.h.txt88 …virtual int32_t SetGnssReferenceInfo(const OHOS::HDI::Location::Gnss::V1_0::GnssRefInfo& refInfo) …
H A Dgnss_interface_proxy.h.txt81 …int32_t SetGnssReferenceInfo(const OHOS::HDI::Location::Gnss::V1_0::GnssRefInfo& refInfo) override;
H A Dgnss_interface_stub.cpp.txt313 int32_t gnssInterfaceRet = impl->SetGnssReferenceInfo(refInfo);
H A Dgnss_interface_proxy.cpp.txt147 int32_t OHOS::HDI::Location::Gnss::V1_0::GnssInterfaceProxy::SetGnssReferenceInfo(const OHOS::HDI::…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/dump_ast_target/
H A Ddump.txt22 [mini, lite, full] SetGnssReferenceInfo(
/ohos5.0/drivers/interface/location/gnss/v1_0/
H A DIGnssInterface.idl124 SetGnssReferenceInfo([in] struct GnssRefInfo refInfo);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/foo/location/gnss/v1_0/
H A DIGnssInterface.idl124 SetGnssReferenceInfo([in] struct GnssRefInfo refInfo);
/ohos5.0/drivers/interface/location/gnss/v2_0/
H A DIGnssInterface.idl125 SetGnssReferenceInfo([in] struct GnssRefInfo refInfo);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp534 gnssInterface->SetGnssReferenceInfo(refInfo); in InjectTime()
597 gnssInterface->SetGnssReferenceInfo(refInfo); in InjectLocation()