Home
last modified time | relevance | path

Searched refs:SystemPropertiesAdapterImpl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp50 SystemPropertiesAdapterImpl& SystemPropertiesAdapterImpl::GetInstance() in GetInstance()
52 static SystemPropertiesAdapterImpl instance; in GetInstance()
56 SystemPropertiesAdapterImpl::SystemPropertiesAdapterImpl() in SystemPropertiesAdapterImpl() function in OHOS::NWeb::SystemPropertiesAdapterImpl
91 SystemPropertiesAdapterImpl::~SystemPropertiesAdapterImpl() in ~SystemPropertiesAdapterImpl()
160 bool SystemPropertiesAdapterImpl::IsAdvancedSecurityMode() in IsAdvancedSecurityMode()
198 std::string SystemPropertiesAdapterImpl::GetNetlogMode() in GetNetlogMode()
203 bool SystemPropertiesAdapterImpl::GetTraceDebugEnable() in GetTraceDebugEnable()
213 int32_t SystemPropertiesAdapterImpl::GetFlowBufMaxFd() in GetFlowBufMaxFd()
218 bool SystemPropertiesAdapterImpl::GetOOPGPUEnable() in GetOOPGPUEnable()
230 void SystemPropertiesAdapterImpl::SetOOPGPUDisable() in SetOOPGPUDisable()
[all …]
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp85 SystemPropertiesAdapterImpl::GetInstance().GetResourceUseHapPathEnable();
86 SystemPropertiesAdapterImpl::GetInstance().GetProductDeviceType();
90 value = SystemPropertiesAdapterImpl::GetInstance().GetWebOptimizationValue();
93 bool mode = SystemPropertiesAdapterImpl::GetInstance().IsAdvancedSecurityMode();
95 string logMode = SystemPropertiesAdapterImpl::GetInstance().GetNetlogMode();
110 auto& system_properties_adapter = SystemPropertiesAdapterImpl::GetInstance();
138 bool value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
140 SystemPropertiesAdapterImpl::GetInstance().SetOOPGPUDisable();
141 value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
144 value = SystemPropertiesAdapterImpl::GetInstance().GetOOPGPUEnable();
[all …]
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h27 class SystemPropertiesAdapterImpl : public SystemPropertiesAdapter {
29 static SystemPropertiesAdapterImpl& GetInstance();
31 ~SystemPropertiesAdapterImpl() override;
81 SystemPropertiesAdapterImpl();
83 SystemPropertiesAdapterImpl(const SystemPropertiesAdapterImpl& other) = delete;
85 SystemPropertiesAdapterImpl& operator=(const SystemPropertiesAdapterImpl&) = delete;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp34 bool boolResult = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetBoolParameter(key, false); in SystemPropertiesAdapterFuzzTest()
35 …std::string productModel = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductMo… in SystemPropertiesAdapterFuzzTest()
36 std::string brand = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoBrand(); in SystemPropertiesAdapterFuzzTest()
37 … int32_t majorVersion = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetSoftwareMajorVersion(); in SystemPropertiesAdapterFuzzTest()
38 …int32_t seniorVersion = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetSoftwareSeniorVersion(… in SystemPropertiesAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp178 return SystemPropertiesAdapterImpl::GetInstance(); in GetSystemPropertiesInstance()
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp226 … ProductDeviceType deviceType = SystemPropertiesAdapterImpl::GetInstance().GetProductDeviceType(); in ReportStatusData()
365 … ProductDeviceType deviceType = SystemPropertiesAdapterImpl::GetInstance().GetProductDeviceType(); in ReportWindowStatus()