Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/src/algorithm/
H A Dalgo_horizontal.cpp61 if (state_ == HORIZONTAL) { in ExecuteOperation()
67 UpdateStateAndReport(VALUE_ENTER, HORIZONTAL, TYPE_HORIZONTAL_POSITION); in ExecuteOperation()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h24 static const char *HORIZONTAL = "horizontal"; member
/base/msdp/device_status/libs/include/algorithm/
H A Dalgo_base.h47 HORIZONTAL, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h32 static const char *HORIZONTAL = "horizontal"; member
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddisplay_manager_adapter.h37 HORIZONTAL = 2, member in OHOS::NWeb::OrientationType
/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp103 case OHOS::Rosen::Orientation::HORIZONTAL: in ConvertOrientationType()
104 return OHOS::NWeb::OrientationType::HORIZONTAL; in ConvertOrientationType()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp139 TestKeyParam(KeyType::DIRECTION, 1, HORIZONTAL); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp139 TestKeyParam(KeyType::DIRECTION, 1, HORIZONTAL); in HWTEST_F()
/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H A Ddisplay_manager_adapter_impl_test.cpp180 type = OHOS::Rosen::Orientation::HORIZONTAL; in HWTEST_F()
182 EXPECT_EQ(retType, OHOS::NWeb::OrientationType::HORIZONTAL); 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 6 milliseconds