Home
last modified time | relevance | path

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

/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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp623 int JudgeBoolViewType(const size_t index, ValueObject &leafItem, bool &viewType) in JudgeBoolViewType() argument
626 if (index != 0 && !viewType) { in JudgeBoolViewType()
629 viewType = true; in JudgeBoolViewType()
631 if (index != 0 && viewType) { in JudgeBoolViewType()
634 viewType = false; in JudgeBoolViewType()
639 int JudgeStringViewType(const size_t index, ValueObject &leafItem, bool &viewType) in JudgeStringViewType() argument
642 if (index != 0 && !viewType) { in JudgeStringViewType()
645 viewType = true; in JudgeStringViewType()
652 int JudgeIntViewType(const size_t index, ValueObject &leafItem, bool &viewType) in JudgeIntViewType() argument
655 if (index != 0 && viewType) { in JudgeIntViewType()
668 JudgeViewType(const size_t index, ValueObject &leafItem, bool &viewType) JudgeViewType() argument
696 GetViewType(JsonObject &jsonObj, bool &viewType) GetViewType() argument
745 bool viewType = false; FindProjectionInit() local
[all...]
H A Dresult_set_common.cpp27 if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is true in InitResultSet()
H A Dresult_set.cpp239 int ResultSet::CutJsonBranchInner(JsonObject &cjsonObj, bool viewType, bool isIdExistInValue, in CutJsonBranchInner() argument
243 if (viewType) { in CutJsonBranchInner()
286 errCode = CutJsonBranchInner(cjsonObj, context_->viewType, isIdExistInValue, isInsertIdflag); in CutJsonBranch()
/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()
/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()
/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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddocument_type.h30 bool viewType = false; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dresult_set.h48 int CutJsonBranchInner(JsonObject &cjsonObj, bool viewType, bool isIdExistInValue,
/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()

Completed in 5 milliseconds