Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 153) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigator/
Dnavigator_event_hub_test_ng.cpp46 navigatorEventHub.SetType(NavigatorType::PUSH);
60 navigatorEventHub.SetType(NavigatorType::BACK);
74 navigatorEventHub.SetType(NavigatorType::DEFAULT);
88 navigatorEventHub.SetType(NavigatorType::REPLACE);
102 navigatorEventHub.SetType(NavigatorType::PUSH);
116 navigatorEventHub.SetType(NavigatorType::REPLACE);
130 navigatorEventHub.SetType(NavigatorType::BACK);
144 navigatorEventHub.SetType(NavigatorType::DEFAULT);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_javascript_result_callback.cpp38 webJsValue->SetType(WebJSValue::Type::INTEGER); in GetWebJSValue()
43 webJsValue->SetType(WebJSValue::Type::DOUBLE); in GetWebJSValue()
48 webJsValue->SetType(WebJSValue::Type::BOOLEAN); in GetWebJSValue()
53 webJsValue->SetType(WebJSValue::Type::STRING); in GetWebJSValue()
73 webViewValue->SetType(NWebValue::Type::INTEGER); in GetWebViewValue()
77 webViewValue->SetType(NWebValue::Type::DOUBLE); in GetWebViewValue()
81 webViewValue->SetType(NWebValue::Type::BOOLEAN); in GetWebViewValue()
85 webViewValue->SetType(NWebValue::Type::STRING); in GetWebViewValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navigator.cpp69 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in Create()
71 NavigatorModel::GetInstance()->SetType(navigatorType); in Create()
75 NavigatorModel::GetInstance()->SetType(NavigatorType::BACK); in Create()
84 void JSNavigator::SetType(int32_t value) in SetType() function in OHOS::Ace::Framework::JSNavigator
88 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in SetType()
90 NavigatorModel::GetInstance()->SetType(navigatorType); in SetType()
101 JSClass<JSNavigator>::StaticMethod("type", &JSNavigator::SetType, opt); in JSBind()
Djs_navigator.h29 static void SetType(int32_t value);
/foundation/ability/form_fwk/services/include/
Dform_timer_option.h32 virtual void SetType(const int &type) override;
62 void FormTimerOption::SetType(const int &type) in SetType() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
Dnavigator_model_ng.cpp34 void NavigatorModelNG::SetType(NavigatorType value) in SetType() function in OHOS::Ace::NG::NavigatorModelNG
39 eventHub->SetType(value); in SetType()
Dnavigator_model_ng.h29 void SetType(NavigatorType value) override;
Dnavigator_model.h34 virtual void SetType(NavigatorType value) = 0;
Dnavigator_event_hub.h57 void SetType(NavigatorType type) in SetType() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dnavigator_model_impl.cpp31 void NavigatorModelImpl::SetType(NavigatorType value) in SetType() function in OHOS::Ace::Framework::NavigatorModelImpl
34 navigator->SetType(value); in SetType()
Dnavigator_model_impl.h27 void SetType(NavigatorType value) override;
Dlist_item_model_impl.cpp62 void ListItemModelImpl::SetType(const std::string& type) in SetType() function in OHOS::Ace::Framework::ListItemModelImpl
64 JSViewSetProperty(&V2::ListItemComponent::SetType, type); in SetType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/custom_paint/
Dcustom_paint_paint_method_test_ng.cpp326 gradient.SetType(Ace::GradientType::LINEAR);
334 gradient.SetType(Ace::GradientType::SWEEP);
343 gradient.SetType(Ace::GradientType::SWEEP);
493 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_OVER);
501 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_IN);
539 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_OVER);
547 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_IN);
594 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_OVER);
602 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_IN);
648 paintMethod->globalState_.SetType(CompositeOperation::SOURCE_OVER);
[all …]
/foundation/ability/idl_tool/test/unittest/ast_parameter_test/
Dast_parameter_test.cpp64 imageASTParameter->SetType(imageASTType);
91 imageASTParameter->SetType(imageASTType);
/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/
Dstart_ability_implicit_module_test.cpp161 want.SetType(WANT_TYPE);
193 want.SetType(WANT_TYPE);
222 want.SetType(WANT_TYPE);
251 want.SetType(WANT_TYPE);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
Dunified_record.h35 void SetType(const UDType &type);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
Dunified_record.cpp38 void UnifiedRecord::SetType(const UDType &type) in SetType() function in OHOS::UDMF::UnifiedRecord
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
Daccount_priority_info.h32 void SetType(AccountSA::OsAccountType type);
/foundation/ability/idl_tool/ast/
Dast_parameter.h38 void SetType(ASTType* type) in SetType() function
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
Dnet_specifier.h36 void SetType(NetBearType bearerType);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
Dsvg_fe_colormatrix_declaration.cpp42 declaration.SetType(val); in SetSpecializedValue()
/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/
Dast_interface_type_test.cpp145 parameter0->SetType(parameterType0);
146 parameter1->SetType(parameterType1);
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
Daccount_priority_info.cpp55 void AccountPriorityInfo::SetType(AccountSA::OsAccountType type) in SetType() function in OHOS::Memory::AccountPriorityInfo
/foundation/resourceschedule/device_standby/services/common/include/
Dtimed_task.h41 void SetType(const int &type) override;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_button.cpp221 buttonChild_->SetType(ButtonType::ICON); in PrepareIconButton()
230 buttonChild_->SetType(ButtonType::CAPSULE); in PrepareCapsuleButton()
246 buttonChild_->SetType(ButtonType::TEXT); in PrepareTextButton()
280 buttonChild_->SetType(ButtonType::CIRCLE); in PrepareCircleButton()
292 buttonChild_->SetType(ButtonType::DOWNLOAD); in PrepareDownloadButton()
326 buttonChild_->SetType(ButtonType::ARC); in PrepareArcButton()

1234567