Home
last modified time | relevance | path

Searched refs:viewType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp40 UIViewType viewType = view->GetViewType(); in ShowInputMethod() local
41 if (viewType == UI_EDIT_TEXT) { in ShowInputMethod()
75 UIViewType viewType = inputView_->GetViewType(); in InsertText() local
76 if (viewType == UI_EDIT_TEXT) { in InsertText()
100 UIViewType viewType = inputView_->GetViewType(); in DeleteBackward() local
101 if (viewType == UI_EDIT_TEXT) { in DeleteBackward()
113 UIViewType viewType = inputView_->GetViewType(); in SetInputType() local
114 if (viewType == UI_EDIT_TEXT) { in SetInputType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp626 if (index != 0 && !viewType) { in JudgeBoolViewType()
629 viewType = true; in JudgeBoolViewType()
631 if (index != 0 && viewType) { in JudgeBoolViewType()
634 viewType = false; in JudgeBoolViewType()
642 if (index != 0 && !viewType) { in JudgeStringViewType()
645 viewType = true; in JudgeStringViewType()
655 if (index != 0 && viewType) { in JudgeIntViewType()
658 viewType = false; in JudgeIntViewType()
663 viewType = true; in JudgeIntViewType()
745 bool viewType = false; in FindProjectionInit() local
[all …]
H A Dresult_set_common.cpp27 …if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is t… in InitResultSet()
H A Dresult_set.cpp253 if (context_->viewType) { in CutJsonBranch()
277 if (!context_->viewType) { in CutJsonBranch()
/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp82 auto viewType = comNode[COMMON_TYPE].As<std::string>(); in ParseViewInfo() local
83 if (viewType == std::nullopt) { in ParseViewInfo()
93 auto it = GetSpecificInfoMap<COMPONENT_TYPE_LIST>().find(*viewType); in ParseViewInfo()
95 LOG(ERROR) << "Can't recognize this type " << *viewType; in ParseViewInfo()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/
H A Dcanvas_tdd_test.cpp80 UIViewType viewType = canvas->GetViewType(); in ComponentCanvasDefaultValueTest001() local
81 EXPECT_TRUE(viewType == UI_CANVAS); in ComponentCanvasDefaultValueTest001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dqrcode_tdd_test.cpp132 UIViewType viewType = qrcode->GetViewType(); in ComponentQrcodeAttributeValueTest001() local
133 EXPECT_TRUE(viewType == UI_QRCODE); in ComponentQrcodeAttributeValueTest001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/
H A Dchart_tdd_test.cpp267 UIViewType viewType = chart->GetViewType(); in VerifyWidthAndHeight() local
268 EXPECT_TRUE(viewType == UI_CHART); in VerifyWidthAndHeight()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddocument_type.h30 bool viewType = false; member
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp45 UIViewType viewType = focusView_->GetViewType(); in RequestFocus() local
47 if (viewType == UI_EDIT_TEXT) { in RequestFocus()