/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_select_test_ng.cpp | 149 model.SetUsingPopup(true); in HWTEST_F() 237 model.SetUsingPopup(true); in HWTEST_F() 310 model.SetUsingPopup(true); in HWTEST_F() 371 model.SetUsingPopup(true); in HWTEST_F() 385 model.SetUsingPopup(true); in HWTEST_F() 605 model.SetUsingPopup(true); in HWTEST_F() 648 model.SetUsingPopup(true); in HWTEST_F() 695 model.SetUsingPopup(true); in HWTEST_F() 727 model.SetUsingPopup(true); in HWTEST_F()
|
H A D | indexer_layout_test_ng.cpp | 69 model.SetUsingPopup(true); in HWTEST_F() 98 model.SetUsingPopup(true); in HWTEST_F() 135 model.SetUsingPopup(true); in HWTEST_F() 175 model.SetUsingPopup(true); in HWTEST_F() 207 model.SetUsingPopup(true); in HWTEST_F() 246 model.SetUsingPopup(true); in HWTEST_F() 324 model.SetUsingPopup(true); in HWTEST_F() 540 model.SetUsingPopup(AceType::RawPtr(frameNode_), true); in HWTEST_F() 609 model.SetUsingPopup(AceType::RawPtr(frameNode_), true); in HWTEST_F() 627 model.SetUsingPopup(tru in HWTEST_F() [all...] |
H A D | indexer_test_ng.cpp | 113 model.SetUsingPopup(true); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 35 static void SetUsingPopup(bool state);
|
H A D | js_indexer.cpp | 177 void JSIndexer::SetUsingPopup(bool state) in SetUsingPopup() function in OHOS::OHOS::Ace::Framework::JSIndexer 179 IndexerModel::GetInstance()->SetUsingPopup(state); in SetUsingPopup() 564 JSClass<JSIndexer>::StaticMethod("usingPopup", &JSIndexer::SetUsingPopup, opt); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 327 void SetUsingPopup(ArkUINodeHandle node, ArkUI_Bool value) in SetUsingPopup() function 331 IndexerModelNG::SetUsingPopup(frameNode, value); in SetUsingPopup() 338 IndexerModelNG::SetUsingPopup(frameNode, DEFAULT_USINGPOPUP); in ResetUsingPopup() 556 SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetAlphabetIndexerModifier() 574 SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetCJUIAlphabetIndexerModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.h | 30 void SetUsingPopup(bool state) override;
|
H A D | indexer_model_impl.cpp | 86 void IndexerModelImpl::SetUsingPopup(bool state) in SetUsingPopup() function in OHOS::Ace::Framework::IndexerModelImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 50 static ArkUINativeModuleValue SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 483 ArkUINativeModuleValue AlphabetIndexerBridge::SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUsingPopup() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4373 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetUsingPopup)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 31 void SetUsingPopup(bool state) override; 88 static void SetUsingPopup(FrameNode* frameNode, bool state);
|
H A D | indexer_model.h | 43 virtual void SetUsingPopup(bool state) = 0;
|
H A D | indexer_model_ng.cpp | 81 void IndexerModelNG::SetUsingPopup(bool usingPopup) in SetUsingPopup() function in OHOS::Ace::NG::IndexerModelNG 533 void IndexerModelNG::SetUsingPopup(FrameNode* frameNode, bool usingPopup) in SetUsingPopup() function in OHOS::Ace::NG::IndexerModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alphabet_indexer_ffi.cpp | 58 IndexerModel::GetInstance()->SetUsingPopup(usingPop); in FfiOHOSAceFrameworkAlphabetIndexerUsingPopup()
|