Home
last modified time | relevance | path

Searched refs:VERTICAL (Results 1 - 11 of 11) sorted by relevance

/base/msdp/device_status/libs/src/algorithm/
H A Dalgo_vertical.cpp65 if (state_ == VERTICAL) { in ExecuteOperation()
71 UpdateStateAndReport(VALUE_ENTER, VERTICAL, TYPE_VERTICAL_POSITION); in ExecuteOperation()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h23 static const char *VERTICAL = "vertical"; member
/base/msdp/device_status/libs/include/algorithm/
H A Dalgo_base.h49 VERTICAL, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h31 static const char *VERTICAL = "vertical"; member
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddisplay_manager_adapter.h36 VERTICAL = 1, member in OHOS::NWeb::OrientationType
/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp101 case OHOS::Rosen::Orientation::VERTICAL: in ConvertOrientationType()
102 return OHOS::NWeb::OrientationType::VERTICAL; in ConvertOrientationType()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp138 TestKeyParam(KeyType::DIRECTION, 0, VERTICAL); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp138 TestKeyParam(KeyType::DIRECTION, 0, VERTICAL); in HWTEST_F()
/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H A Ddisplay_manager_adapter_impl_test.cpp176 type = OHOS::Rosen::Orientation::VERTICAL; in HWTEST_F()
178 EXPECT_EQ(retType, OHOS::NWeb::OrientationType::VERTICAL); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp103 return std::string((value_ == 0) ? VERTICAL : HORIZONTAL); in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp166 return std::string((value_ == 0) ? VERTICAL : HORIZONTAL); in ConvertToStr()

Completed in 5 milliseconds