Home
last modified time | relevance | path

Searched refs:ACE_WEAK_SYM (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp390 ACE_WEAK_SYM int32_t SystemProperties::deviceWidth_ = 0;
391 ACE_WEAK_SYM int32_t SystemProperties::deviceHeight_ = 0;
394 ACE_WEAK_SYM double SystemProperties::resolution_ = 1.0;
514 ACE_WEAK_SYM DeviceType SystemProperties::GetDeviceType() in GetDeviceType()
520 ACE_WEAK_SYM bool SystemProperties::GetNeedAvoidWindow() in GetNeedAvoidWindow()
613 ACE_WEAK_SYM float SystemProperties::GetFontWeightScale() in GetFontWeightScale()
619 ACE_WEAK_SYM float SystemProperties::GetFontScale() in GetFontScale()
631 ACE_WEAK_SYM bool SystemProperties::GetDebugEnabled() in GetDebugEnabled()
656 ACE_WEAK_SYM float SystemProperties::GetAnimationScale() in GetAnimationScale()
718 ACE_WEAK_SYM bool SystemProperties::Is24HourClock() in Is24HourClock()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_app_bar_view.cpp18 ACE_WEAK_SYM RefPtr<FrameNode> AppBarView::Create(const RefPtr<FrameNode>& stage) in Create()
23 ACE_WEAK_SYM void AppBarView::SetStatusBarItemColor(bool isLight) in SetStatusBarItemColor()
28 ACE_WEAK_SYM std::optional<RectF> AppBarView::GetAppBarRect() in GetAppBarRect()
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_want_wrap.cpp21 ACE_WEAK_SYM RefPtr<WantWrap> WantWrap::CreateWantWrap(const std::string& bundleName, const std::st… in CreateWantWrap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmacros.h19 #define ACE_WEAK_SYM __attribute__((weak)) macro