Home
last modified time | relevance | path

Searched refs:GetSoftwareMajorVersion (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp81 int32_t ArkSystemPropertiesAdapterImpl::GetSoftwareMajorVersion() in GetSoftwareMajorVersion() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
83 return real_.GetSoftwareMajorVersion(); in GetSoftwareMajorVersion()
H A Dark_system_properties_adapter_impl.h49 int32_t GetSoftwareMajorVersion() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp120 int32_t ArkSystemPropertiesAdapterWrapper::GetSoftwareMajorVersion() in GetSoftwareMajorVersion() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
125 return ctocpp_->GetSoftwareMajorVersion(); in GetSoftwareMajorVersion()
H A Dark_system_properties_adapter_wrapper.h50 int32_t GetSoftwareMajorVersion() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp37 … int32_t majorVersion = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetSoftwareMajorVersion(); in SystemPropertiesAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h55 virtual int32_t GetSoftwareMajorVersion() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h65 virtual int32_t GetSoftwareMajorVersion() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h53 int32_t GetSoftwareMajorVersion() override;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp188 int32_t SystemPropertiesAdapterImpl::GetSoftwareMajorVersion() in GetSoftwareMajorVersion() function in OHOS::NWeb::SystemPropertiesAdapterImpl