Home
last modified time | relevance | path

Searched refs:SetType (Results 1 - 25 of 315) sorted by relevance

12345678910>>...13

/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_event_hub_test_ng.cpp52 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
66 navigatorEventHub.SetType(NavigatorType::BACK); in HWTEST_F()
80 navigatorEventHub.SetType(NavigatorType::DEFAULT); in HWTEST_F()
94 navigatorEventHub.SetType(NavigatorType::REPLACE); in HWTEST_F()
108 navigatorEventHub.SetType(NavigatorType(NAVIGATOR_TYPE_OUTSIDE_DEFINE)); in HWTEST_F()
122 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
136 navigatorEventHub.SetType(NavigatorType::REPLACE); in HWTEST_F()
150 navigatorEventHub.SetType(NavigatorType::BACK); in HWTEST_F()
164 navigatorEventHub.SetType(NavigatorType::DEFAULT); in HWTEST_F()
178 navigatorEventHub.SetType(NavigatorTyp in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnavigator_modifier.cpp35 void SetType(ArkUINodeHandle node, int32_t value) in SetType() function
40 NavigatorModelNG::SetType(frameNode, barMode); in SetType()
47 NavigatorModelNG::SetType(frameNode, OHOS::Ace::NavigatorType::PUSH); in ResetType()
82 static const ArkUINavigatorModifier modifier = {SetTarget, ResetTarget, SetType, ResetType, SetActive, in GetNavigatorModifier()
90 static const CJUINavigatorModifier modifier = {SetTarget, ResetTarget, SetType, ResetType, SetActive, in GetCJUINavigatorModifier()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigator.cpp67 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in Create()
69 NavigatorModel::GetInstance()->SetType(navigatorType); in Create()
73 NavigatorModel::GetInstance()->SetType(NavigatorType::BACK); in Create()
82 void JSNavigator::SetType(int32_t value) in SetType() function in OHOS::OHOS::Ace::Framework::JSNavigator
86 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in SetType()
88 NavigatorModel::GetInstance()->SetType(navigatorType); in SetType()
99 JSClass<JSNavigator>::StaticMethod("type", &JSNavigator::SetType, opt); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_model_ng.cpp33 void NavigatorModelNG::SetType(NavigatorType value) in SetType() function in OHOS::Ace::NG::NavigatorModelNG
39 eventHub->SetType(value); in SetType()
77 void NavigatorModelNG::SetType(FrameNode* frameNode, NavigatorType value) in SetType() function in OHOS::Ace::NG::NavigatorModelNG
82 eventHub->SetType(value); in SetType()
H A Dnavigator_model_ng.h29 void SetType(NavigatorType value) override;
37 static void SetType(FrameNode* frameNode, NavigatorType value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dtap_gesture.h39 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture()
49 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture()
H A Dpan_gesture.h40 gestureInfo_->SetType(GestureTypeName::PAN_GESTURE); in PanGesture()
50 gestureInfo_->SetType(GestureTypeName::PAN_GESTURE); in PanGesture()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigator_ffi.cpp31 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in FfiOHOSAceFrameworkNavigatorCreate()
33 NavigatorModel::GetInstance()->SetType(navigatorType); in FfiOHOSAceFrameworkNavigatorCreate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_preview_test.cpp38 model.SetType(TextInputType::TEXT); in HWTEST_F()
160 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
196 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
231 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
266 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
H A Dtext_input_emoji_test.cpp87 model.SetType(TextInputType::TEXT); in HWTEST_F()
133 model.SetType(TextInputType::TEXT); in HWTEST_F()
189 model.SetType(TextInputType::TEXT); in HWTEST_F()
245 model.SetType(TextInputType::TEXT); in HWTEST_F()
305 model.SetType(TextInputType::TEXT); in HWTEST_F()
365 model.SetType(TextInputType::TEXT); in HWTEST_F()
418 model.SetType(TextInputType::TEXT); in HWTEST_F()
462 model.SetType(TextInputType::TEXT); in HWTEST_F()
509 model.SetType(TextInputType::TEXT); in HWTEST_F()
569 model.SetType(TextInputTyp in HWTEST_F()
[all...]
H A Dtext_field_controller_test.cpp137 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
167 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
197 model.SetType(TextInputType::TEXT); in HWTEST_F()
534 CreateTextField("", "", [testItem](TextFieldModelNG& model) { model.SetType(testItem.item); }); in HWTEST_F()
800 model.SetType(TextInputType::TEXT); in HWTEST_F()
845 model.SetType(TextInputType::TEXT); in HWTEST_F()
888 model.SetType(TextInputType::TEXT); in HWTEST_F()
932 model.SetType(TextInputType::TEXT); in HWTEST_F()
976 model.SetType(TextInputType::TEXT); in HWTEST_F()
1020 model.SetType(TextInputTyp in HWTEST_F()
[all...]
H A Dtext_input_update_test.cpp40 model.SetType(TextInputType::NUMBER_PASSWORD); in HWTEST_F()
598 model.SetType(TextInputType::NEW_PASSWORD); in HWTEST_F()
622 model.SetType(TextInputType::TEXT); in HWTEST_F()
646 model.SetType(TextInputType::TEXT); in HWTEST_F()
690 model.SetType(TextInputType::TEXT); in HWTEST_F()
835 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
851 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
867 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
899 model.SetType(TextInputType::VISIBLE_PASSWORD); in HWTEST_F()
914 model.SetType(TextInputTyp in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h32 virtual void SetType(const int &type) override;
62 void FormTimerOption::SetType(const int &type) in SetType() function in OHOS::AppExecFwk::FormTimerOption
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigator_model_impl.cpp31 void NavigatorModelImpl::SetType(NavigatorType value) in SetType() function in OHOS::Ace::Framework::NavigatorModelImpl
34 navigator->SetType(value); in SetType()
H A Dnavigator_model_impl.h27 void SetType(NavigatorType value) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dtimer_info.h30 void SetType(const int &type_) override;
59 void TimerInfo::SetType(const int &type_) in SetType() function in OHOS::DataShare::TimerInfo
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_pixelmap.cpp24 SetType(SYSTEM_DEFINED_PIXEL_MAP); in SystemDefinedPixelMap()
29 SetType(SYSTEM_DEFINED_PIXEL_MAP); in SystemDefinedPixelMap()
35 SetType(SYSTEM_DEFINED_PIXEL_MAP); in SystemDefinedPixelMap()
H A Dhtml.cpp22 SetType(HTML); in Html()
30 SetType(HTML); in Html()
37 SetType(HTML); in Html()
/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/
H A Dstart_ability_implicit_module_test.cpp151 want.SetType(WANT_TYPE); in HWTEST_F()
184 want.SetType(WANT_TYPE); in HWTEST_F()
214 want.SetType(WANT_TYPE); in HWTEST_F()
244 want.SetType(WANT_TYPE); in HWTEST_F()
/foundation/ability/idl_tool/test/unittest/ast_parameter_test/
H A Dast_parameter_test.cpp64 imageASTParameter->SetType(imageASTType); in HWTEST_F()
91 imageASTParameter->SetType(imageASTType); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp48 EventParamsBuilder& EventParamsBuilder::SetType(const std::string& type) in SetType() function in OHOS::Ace::Recorder::EventParamsBuilder
249 builder.SetType(std::to_string(PageEventType::ROUTER_PAGE)) in OnPageShow()
259 builder.SetType(std::to_string(PageEventType::ROUTER_PAGE)) in OnPageHide()
309 builder.SetType(std::to_string(PageEventType::NAV_PAGE)); in OnNavDstShow()
326 builder.SetType(std::to_string(PageEventType::NAV_PAGE)); in OnNavDstHide()
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard_observer_impl.h35 void SetType(Pasteboard_NotifyType type);
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard_observer_impl.cpp33 void PasteboardObserverCapiImpl::SetType(Pasteboard_NotifyType type) in SetType() function in OHOS::MiscServices::PasteboardObserverCapiImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_testtwo_ng.cpp125 gradient.SetType(Ace::GradientType::LINEAR); in HWTEST_F()
168 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
204 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
215 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_ATOP); in HWTEST_F()
249 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
257 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_ATOP); in HWTEST_F()
333 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
372 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
406 paintMethod->state_.globalState.SetType(CompositeOperation::SOURCE_OVER); in HWTEST_F()
418 paintMethod->state_.globalState.SetType(CompositeOperatio in HWTEST_F()
[all...]
/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/
H A Dast_interface_type_test.cpp136 parameter0->SetType(parameterType0); in HWTEST_F()
137 parameter1->SetType(parameterType1); in HWTEST_F()

Completed in 12 milliseconds

12345678910>>...13