Home
last modified time | relevance | path

Searched refs:GetModuleInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp142 static_cast<const AgnssModuleInterface*>(interface->GetModuleInterface(moduleType)); in SetAgnssCallback()
162 static_cast<const AgnssModuleInterface*>(interface->GetModuleInterface(moduleType)); in SetAgnssServer()
181 static_cast<const AgnssModuleInterface*>(interface->GetModuleInterface(moduleType)); in SetAgnssRefInfo()
234 static_cast<const AgnssModuleInterface*>(interface->GetModuleInterface(moduleType)); in SetSubscriberSetId()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_interface.h29 const void *GetModuleInterface(int moduleId) const;
H A Dgnss_interface_impl.cpp356 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in EnableGnss()
528 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in SendNiUserResponse()
546 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in SendNetworkInitiatedMsg()
578 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in EnableGnssMeasurement()
605 (LocationVendorInterface::GetInstance()->GetModuleInterface(moduleType)); in DisableGnssMeasurement()
H A Dlocation_vendor_interface.cpp93 const void *LocationVendorInterface::GetModuleInterface(int moduleId) const in GetModuleInterface() function in OHOS::HDI::Location::LocationVendorInterface