/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigator/ |
D | navigator_event_hub_test_ng.cpp | 46 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/ |
D | web_javascript_result_callback.cpp | 38 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/ |
D | js_navigator.cpp | 69 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()
|
D | js_navigator.h | 29 static void SetType(int32_t value);
|
/foundation/ability/form_fwk/services/include/ |
D | form_timer_option.h | 32 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/ |
D | navigator_model_ng.cpp | 34 void NavigatorModelNG::SetType(NavigatorType value) in SetType() function in OHOS::Ace::NG::NavigatorModelNG 39 eventHub->SetType(value); in SetType()
|
D | navigator_model_ng.h | 29 void SetType(NavigatorType value) override;
|
D | navigator_model.h | 34 virtual void SetType(NavigatorType value) = 0;
|
D | navigator_event_hub.h | 57 void SetType(NavigatorType type) in SetType() function
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
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()
|
D | navigator_model_impl.h | 27 void SetType(NavigatorType value) override;
|
D | list_item_model_impl.cpp | 62 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/ |
D | custom_paint_paint_method_test_ng.cpp | 326 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/ |
D | ast_parameter_test.cpp | 64 imageASTParameter->SetType(imageASTType); 91 imageASTParameter->SetType(imageASTType);
|
/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/ |
D | start_ability_implicit_module_test.cpp | 161 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/ |
D | unified_record.h | 35 void SetType(const UDType &type);
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
D | unified_record.cpp | 38 void UnifiedRecord::SetType(const UDType &type) in SetType() function in OHOS::UDMF::UnifiedRecord
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
D | account_priority_info.h | 32 void SetType(AccountSA::OsAccountType type);
|
/foundation/ability/idl_tool/ast/ |
D | ast_parameter.h | 38 void SetType(ASTType* type) in SetType() function
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
D | net_specifier.h | 36 void SetType(NetBearType bearerType);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
D | svg_fe_colormatrix_declaration.cpp | 42 declaration.SetType(val); in SetSpecializedValue()
|
/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/ |
D | ast_interface_type_test.cpp | 145 parameter0->SetType(parameterType0); 146 parameter1->SetType(parameterType1);
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
D | account_priority_info.cpp | 55 void AccountPriorityInfo::SetType(AccountSA::OsAccountType type) in SetType() function in OHOS::Memory::AccountPriorityInfo
|
/foundation/resourceschedule/device_standby/services/common/include/ |
D | timed_task.h | 41 void SetType(const int &type) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_button.cpp | 221 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()
|