/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/ |
H A D | navigator_event_hub_test_ng.cpp | 52 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 D | navigator_modifier.cpp | 35 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 D | js_navigator.cpp | 67 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 D | navigator_model_ng.cpp | 33 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 D | navigator_model_ng.h | 29 void SetType(NavigatorType value) override; 37 static void SetType(FrameNode* frameNode, NavigatorType value);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | tap_gesture.h | 39 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture() 49 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture()
|
H A D | pan_gesture.h | 40 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 D | cj_navigator_ffi.cpp | 31 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 D | text_input_preview_test.cpp | 38 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 D | text_input_emoji_test.cpp | 87 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 D | text_field_controller_test.cpp | 137 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 D | text_input_update_test.cpp | 40 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 D | form_timer_option.h | 32 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 D | navigator_model_impl.cpp | 31 void NavigatorModelImpl::SetType(NavigatorType value) in SetType() function in OHOS::Ace::Framework::NavigatorModelImpl 34 navigator->SetType(value); in SetType()
|
H A D | navigator_model_impl.h | 27 void SetType(NavigatorType value) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | timer_info.h | 30 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 D | system_defined_pixelmap.cpp | 24 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 D | html.cpp | 22 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 D | start_ability_implicit_module_test.cpp | 151 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 D | ast_parameter_test.cpp | 64 imageASTParameter->SetType(imageASTType); in HWTEST_F() 91 imageASTParameter->SetType(imageASTType); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.cpp | 48 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 D | oh_pasteboard_observer_impl.h | 35 void SetType(Pasteboard_NotifyType type);
|
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/ |
H A D | oh_pasteboard_observer_impl.cpp | 33 void PasteboardObserverCapiImpl::SetType(Pasteboard_NotifyType type) in SetType() function in OHOS::MiscServices::PasteboardObserverCapiImpl
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_testtwo_ng.cpp | 125 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 D | ast_interface_type_test.cpp | 136 parameter0->SetType(parameterType0); in HWTEST_F() 137 parameter1->SetType(parameterType1); in HWTEST_F()
|