Searched refs:viewType (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ui_lite/frameworks/core/ |
H A D | input_method_manager.cpp | 40 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 D | document_store.cpp | 623 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 D | result_set_common.cpp | 27 if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is true in InitResultSet()
|
H A D | result_set.cpp | 239 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 D | chart_tdd_test.cpp | 267 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 D | canvas_tdd_test.cpp | 80 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 D | qrcode_tdd_test.cpp | 132 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 D | document_type.h | 30 bool viewType = false; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | result_set.h | 48 int CutJsonBranchInner(JsonObject &cjsonObj, bool viewType, bool isIdExistInValue,
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | focus_manager.cpp | 45 UIViewType viewType = focusView_->GetViewType(); in RequestFocus() local 47 if (viewType == UI_EDIT_TEXT) { in RequestFocus()
|
Completed in 5 milliseconds