Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_MOBILE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp126 return ProductDeviceType::DEVICE_TYPE_MOBILE; in GetProductDeviceType()
146 return ProductDeviceType::DEVICE_TYPE_MOBILE; in AnalysisFromConfig()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h26 DEVICE_TYPE_MOBILE, enumerator
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp227 if (deviceType == ProductDeviceType::DEVICE_TYPE_MOBILE || g_processInUse.count(pid)) { in ReportStatusData()