Home
last modified time | relevance | path

Searched refs:GetDeviceInfoMajorVersion (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.cpp43 int32_t ArkSystemPropertiesAdapterImpl::GetDeviceInfoMajorVersion() in GetDeviceInfoMajorVersion() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
45 return real_.GetDeviceInfoMajorVersion(); in GetDeviceInfoMajorVersion()
H A Dark_system_properties_adapter_impl.h35 int32_t GetDeviceInfoMajorVersion() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp54 int32_t ArkSystemPropertiesAdapterWrapper::GetDeviceInfoMajorVersion() in GetDeviceInfoMajorVersion() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
59 return ctocpp_->GetDeviceInfoMajorVersion(); in GetDeviceInfoMajorVersion()
H A Dark_system_properties_adapter_wrapper.h36 int32_t GetDeviceInfoMajorVersion() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_system_properties_adapter.h40 virtual int32_t GetDeviceInfoMajorVersion() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h55 virtual int32_t GetDeviceInfoMajorVersion() = 0;
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h39 int32_t GetDeviceInfoMajorVersion() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp83 int32_t result = SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoMajorVersion();
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp111 int32_t SystemPropertiesAdapterImpl::GetDeviceInfoMajorVersion() in GetDeviceInfoMajorVersion() function in OHOS::NWeb::SystemPropertiesAdapterImpl