Home
last modified time | relevance | path

Searched defs:type (Results 6051 - 6075 of 11791) sorted by relevance

1...<<241242243244245246247248249250>>...472

/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp48 EventParamsBuilder& EventParamsBuilder::SetType(const std::string& type) in SetType() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp215 auto type = jsObj->GetProperty("modelType"); in ParseSceneOpt() local
H A Djs_sliding_panel.cpp385 auto type = static_cast<int32_t>(DEFAULT_PANELTYPE); in SetPanelType() local
H A Djs_toggle.cpp118 auto type = paramObject->GetProperty("type"); in Create() local
H A Djs_base_node.cpp208 auto type = renderOption->GetProperty("type"); in ConstructorCallback() local
H A Djs_list_item.cpp68 std::string type; in Create() local
H A Djs_security_ui_extension.cpp139 AddCallbackToList( napi_env env, napi_value cb, napi_handle_scope scope, RegisterType type, const std::function<void(const RefPtr<NG::SecurityUIExtensionProxy>&)>&& onFunc) AddCallbackToList() argument
161 DeleteCallbackFromList( int argc, napi_env env, napi_value cb, RegisterType type) DeleteCallbackFromList() argument
193 GetOnFuncList( RegisterType type) GetOnFuncList() argument
211 RegisterType type = RegisterType::UNKNOWN; GetRegisterType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h55 void SetType(ButtonType type) in SetType() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.h162 GestureTypeName type = GestureTypeName::UNKNOWN; in GetType() local
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager_ng.cpp31 AccessibilityHoverEventType type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() local
56 AccessibilityHoverEventType type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp71 ConvertGradientColor( const EcmaVM* vm, const Local<JSValueRef>& itemParam, std::vector<NG::ColorStopArray>& colors, NG::GaugeType& type) ConvertGradientColor() argument
95 SetGradientColorsObject(const EcmaVM* vm, const Local<JSValueRef>& info, std::vector<NG::ColorStopArray>& colors, std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) SetGradientColorsObject() argument
117 SetGradientColorsArray(const EcmaVM* vm, const Local<JSValueRef>& info, std::vector<NG::ColorStopArray>& colors, std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) SetGradientColorsArray() argument
152 NG::GaugeType type = NG::GaugeType::TYPE_CIRCULAR_MULTI_SEGMENT_GRADIENT; SetGradientColors() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp150 ThreadWatcher::ThreadWatcher(int32_t instanceId, TaskExecutor::TaskType type, bool useUIAsJSThread) in ThreadWatcher() argument
H A Dwatch_dog_mingw.cpp113 ThreadWatcher::ThreadWatcher(int32_t instanceId, TaskExecutor::TaskType type, bool useUIAsJSThread) in ThreadWatcher() argument
H A Dfrontend.h278 virtual void NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) {} in NavigatePage() argument
281 RestoreRouterStack( const std::string& contentInfo, ContentInfoType type) RestoreRouterStack() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp233 UDMF::UDType type = record->GetType(); in GetLinkRecord() local
264 UDMF::UDType type = record->GetType(); in GetHtmlRecord() local
347 UDMF::UDType type = record->GetType(); in GetFileUriRecord() local
370 UDMF::UDType type = record->GetType(); GetPlainTextRecords() local
422 UDMF::UDType type = record->GetType(); GetSpanStringRecord() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp358 void ButtonModelImpl::SetTypeAndStateEffect(const std::optional<ButtonType>& type, in SetTypeAndStateEffect() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp154 std::string type; in SetTextDetectTypes() local
286 ParseAIJson( const std::unique_ptr<JsonValue>& jsonValue, TextDataDetectType type, int32_t startPos) ParseAIJson() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_layout_test_ng.cpp400 PageTransitionType type = PageTransitionType::NONE; HWTEST_F() local
432 PageTransitionType type = PageTransitionType::EXIT_POP; HWTEST_F() local
465 PageTransitionType type = PageTransitionType::EXIT_POP; HWTEST_F() local
494 PageTransitionType type = PageTransitionType::EXIT_POP; HWTEST_F() local
523 PageTransitionType type = PageTransitionType::EXIT_PUSH; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp486 RecordType type = RecordType::DEL_BACKWARD; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp23 bool PluginFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument
42 void PluginFrontend::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) {} in NavigatePage() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp529 Security::SecurityComponent::SecCompType type; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_coverage.cpp1271 DragEventType type = DragEventType::MOVE; HWTEST_F() local
1315 DragEventType type = DragEventType::MOVE; HWTEST_F() local
1361 DragEventType type = DragEventType::MOVE; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp84 bool PagePattern::TriggerPageTransition(PageTransitionType type, const std::function<void()>& onFinish) in TriggerPageTransition() argument
353 RefPtr<PageTransitionEffect> PagePattern::FindPageTransitionEffect(PageTransitionType type) in FindPageTransitionEffect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp152 ShadowType type = static_cast<ShadowType>(ReadInt32(buff, cursor)); in ReadTextShadow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h252 TextSpanType type; member

Completed in 25 milliseconds

1...<<241242243244245246247248249250>>...472