Home
last modified time | relevance | path

Searched defs:systemInfo (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/
H A DDevInfoMoTest.java45 SystemInfo systemInfo = mock(SystemInfo.class); in serializeDevInfo() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.cpp27 static SystemInfo systemInfo; in GetInstance() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DDevInfoMo.java56 public static String serializeToXml(@NonNull SystemInfo systemInfo) { in serializeToXml()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DEngineHubProxyBase.h89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_content_sensor_test.cpp108 SystemInfoCollector systemInfo; variable
/aosp12/hardware/qcom/sm7150/gps/core/
H A DEngineHubProxyBase.h89 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DEngineHubProxyBase.h96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DEngineHubProxyBase.h96 inline virtual bool gnssReportSystemInfo(const LocationSystemInfo& systemInfo) { in gnssReportSystemInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dcontent_sensor_test.cpp187 SystemInfoCollector systemInfo; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp255 ISystem* Ecs::CreateSystem(const SystemTypeInfo& systemInfo) in CreateSystem()
603 const auto systemInfo = static_cast<const SystemTypeInfo*>(info); in OnTypeInfoEvent() local
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dloc_nmea.cpp963 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1259 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_nmea.cpp1046 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1331 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dloc_nmea.cpp958 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1123 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_nmea.cpp1040 const LocationSystemInfo &systemInfo, in get_utctime_with_leapsecond_transition()
1325 const LocationSystemInfo &systemInfo, in loc_nmea_generate_pos()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DPermissionMonitorTest.java874 final PackageInfo systemInfo = manager.getPackageInfo(REAL_SYSTEM_PACKAGE_NAME, in testRealSystemPermission() local