Home
last modified time | relevance | path

Searched refs:factoryLevel (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.cpp118 ProductDeviceType factoryLevel = AnalysisFromConfig(); in GetProductDeviceType() local
119 if (factoryLevel != ProductDeviceType::DEVICE_TYPE_UNKNOWN) { in GetProductDeviceType()
120 return factoryLevel; in GetProductDeviceType()
137 std::string factoryLevel = NWebConfigHelper::Instance() in AnalysisFromConfig() local
139 if (factoryLevel.empty()) { in AnalysisFromConfig()
141 factoryLevel = NWebConfigHelper::Instance(). in AnalysisFromConfig()
144 WVLOG_D("read config factoryLevel: %{public}s ", factoryLevel.c_str()); in AnalysisFromConfig()
145 if (factoryLevel == FACTORY_LEVEL_PHONE || factoryLevel == FACTORY_LEVEL_DEFAULT) { in AnalysisFromConfig()
147 } else if (factoryLevel == FACTORY_LEVEL_TABLET) { in AnalysisFromConfig()
149 } else if (factoryLevel == FACTORY_LEVEL_PC) { in AnalysisFromConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6737 std::string factoryLevel; in GetWebInfoType() local
6739 factoryLevel = delegate_->GetWebInfoType(); in GetWebInfoType()
6741 if (factoryLevel == WEB_INFO_PHONE || factoryLevel == WEB_INFO_DEFAULT) { in GetWebInfoType()
6743 } else if (factoryLevel == WEB_INFO_TABLET) { in GetWebInfoType()
6745 } else if (factoryLevel == WEB_INFO_PC) { in GetWebInfoType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7249 std::string factoryLevel = NWebAdapterHelper::Instance() in GetWebInfoType() local
7251 if (factoryLevel.empty()) { in GetWebInfoType()
7253 factoryLevel = NWebAdapterHelper::Instance(). in GetWebInfoType()
7256 TAG_LOGD(AceLogTag::ACE_WEB, "read config factoryLevel: %{public}s ", factoryLevel.c_str()); in GetWebInfoType()
7257 return factoryLevel; in GetWebInfoType()