Home
last modified time | relevance | path

Searched refs:LocationVendorInterface (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_interface.cpp30 std::mutex LocationVendorInterface::mutex_;
31 LocationVendorInterface* LocationVendorInterface::instance_ = nullptr;
33 LocationVendorInterface::LocationVendorInterface() in LocationVendorInterface() function in OHOS::HDI::Location::LocationVendorInterface
39 LocationVendorInterface::~LocationVendorInterface() in ~LocationVendorInterface()
45 LocationVendorInterface* LocationVendorInterface::GetInstance() in GetInstance()
50 instance_ = new LocationVendorInterface(); in GetInstance()
[all...]
H A Dlocation_vendor_interface.h26 class LocationVendorInterface { class
30 static LocationVendorInterface* GetInstance();
33 LocationVendorInterface();
34 ~LocationVendorInterface();
38 static LocationVendorInterface* instance_;
H A Dgnss_interface_impl.cpp316 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in SetGnssConfigPara()
344 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in EnableGnss()
358 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in EnableGnss()
383 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in DisableGnss()
397 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in StartGnss()
410 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in StopGnss()
422 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in SetGnssReferenceInfo()
465 auto gnssInterface = LocationVendorInterface::GetInstance()->GetGnssVendorInterface(); in DeleteAuxiliaryData()
531 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in SendNiUserResponse()
549 (LocationVendorInterface in SendNetworkInitiatedMsg()
[all...]
/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp140 LocationVendorInterface* interface = LocationVendorInterface::GetInstance(); in SetAgnssCallback()
160 LocationVendorInterface* interface = LocationVendorInterface::GetInstance(); in SetAgnssServer()
179 LocationVendorInterface* interface = LocationVendorInterface::GetInstance(); in SetAgnssRefInfo()
232 LocationVendorInterface* interface = LocationVendorInterface::GetInstance(); in SetSubscriberSetId()

Completed in 3 milliseconds