| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | card_frontend.cpp | 31 bool CardFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_textfield_ffi.cpp | 177 void FfiOHOSAceFrameworkTextFieldSetEnterKeyType(int32_t type) in FfiOHOSAceFrameworkTextFieldSetEnterKeyType() argument
|
| H A D | cj_gauge_ffi.cpp | 135 NG::GaugeType type = NG::GaugeType::TYPE_CIRCULAR_MULTI_SEGMENT_GRADIENT; in FfiOHOSAceFrameworkGaugeSetColorsV2() local 166 NG::GaugeType type = NG::GaugeType::TYPE_CIRCULAR_MULTI_SEGMENT_GRADIENT; in FfiOHOSAceFrameworkGaugeSetLinearGradientColors() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | side_bar_container_model_impl.cpp | 21 void SideBarContainerModelImpl::SetSideBarContainerType(SideBarContainerType type) in SetSideBarContainerType() argument
|
| H A D | list_item_model_impl.cpp | 60 void ListItemModelImpl::SetType(const std::string& type) in SetType() argument
|
| H A D | sliding_panel_model_impl.cpp | 50 void SlidingPanelModelImpl::SetPanelType(PanelType type) in SetPanelType() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ai/ |
| H A D | data_detector_adapter.h | 45 TextDataDetectType type = TextDataDetectType::PHONE_NUMBER; member
|
| /foundation/arkui/ace_engine/frameworks/base/thread/ |
| H A D | task_executor.h | 87 bool PostTask(const Task& task, TaskType type, const std::string& name, in PostTask() argument 102 bool PostTaskWithTraceId(Task&& task, TaskType type, int32_t id, const std::string& name) const in PostTaskWithTraceId() argument 73 PostTask( Task&& task, TaskType type, const std::string& name, PriorityType priorityType = PriorityType::LOW) const PostTask() argument 117 PostTaskWithTraceId(const Task& task, TaskType type, int32_t id, const std::string& name) const PostTaskWithTraceId() argument 133 PostDelayedTask(Task&& task, TaskType type, uint32_t delayTime, const std::string& name, PriorityType priorityType = PriorityType::LOW) const PostDelayedTask() argument 152 PostDelayedTask(const Task& task, TaskType type, uint32_t delayTime, const std::string& name, PriorityType priorityType = PriorityType::LOW) const PostDelayedTask() argument 167 PostSyncTask( Task&& task, TaskType type, const std::string& name, PriorityType priorityType = PriorityType::IMMEDIATE) const PostSyncTask() argument 189 PostSyncTaskTimeout(const Task& task, TaskType type, uint32_t timeoutMs, const std::string& name) const PostSyncTaskTimeout() argument 210 PostSyncTask(const Task& task, TaskType type, const std::string& name) const PostSyncTask() argument 224 PostSyncTask(CancelableTask&& task, TaskType type, const std::string& name) const PostSyncTask() argument 245 PostSyncTask(const CancelableTask& task, TaskType type, const std::string& name) const PostSyncTask() argument 262 PostDelayedTaskWithoutTraceId(Task&& task, TaskType type, uint32_t delayTime, const std::string& name, PriorityType priorityType = PriorityType::LOW) const PostDelayedTaskWithoutTraceId() argument 276 GetTid(TaskType type) GetTid() argument 281 GetTotalTaskNum(TaskType type) GetTotalTaskNum() argument 304 PostTaskAndWait(CancelableTask&& task, TaskType type, const std::string& name, std::chrono::milliseconds timeoutMs = 0ms, PriorityType priorityType = PriorityType::IMMEDIATE) const PostTaskAndWait() argument 334 SingleTaskExecutor(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) SingleTaskExecutor() argument 337 SingleTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) SingleTaskExecutor() argument 342 Make(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) Make() argument 347 Make(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) Make() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| H A D | codec_data.h | 57 explicit CodecData(int32_t val, BufferDataType type) : type_(type), data_(val) {} in CodecData() argument 62 explicit CodecData(const std::string& val, BufferDataType type) : type_(type), data_(val) {} in CodecData() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_data_panel.cpp | 128 int32_t type = jsObj->GetPropertyValue<int32_t>("type", static_cast<int32_t>(ChartType::RAINBOW)); in Create() local
|
| H A D | js_form.cpp | 159 auto type = info[0]->ToNumber<int32_t>(); in SetVisibility() local
|
| H A D | js_symbol.cpp | 160 auto type = typeParam->ToString(); in parseSymbolEffect() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | task_executor_impl.cpp | 246 static const char* TaskTypeToString(TaskExecutor::TaskType type) in TaskTypeToString() argument 172 OnPostTask( Task&& task, TaskType type, uint32_t delayTime, const std::string& name, PriorityType priorityType) const OnPostTask() argument 311 FillTaskTypeTable(TaskType type) FillTaskTypeTable() argument 341 FillTaskTypeTable(const WeakPtr<TaskExecutorImpl>& weak, TaskType type) FillTaskTypeTable() argument 349 OnPostTaskWithoutTraceId( Task&& task, TaskType type, uint32_t delayTime, const std::string& name, PriorityType priorityType) const OnPostTaskWithoutTraceId() argument 373 RemoveTask(TaskType type, const std::string &name) RemoveTask() argument [all...] |
| H A D | event_dump.cpp | 88 TouchType type = event.type; in AddTouchPoint() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | shared_transition_effect.cpp | 26 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType type) in SharedTransitionEffect() argument
|
| H A D | svg_animate.cpp | 22 bool SvgAnimate::GetValuesRange(std::vector<float>& from, std::vector<float>& to, std::string& type) in GetValuesRange() argument 44 bool SvgAnimate::GetFrames(std::vector<std::vector<float>>& frames, std::string& type) in GetFrames() argument
|
| /foundation/arkui/ace_engine/frameworks/base/json/ |
| H A D | uobject.cpp | 466 ItemType type = static_cast<ItemType>(ReadChar()); in ReadKV() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
| H A D | ability_component_delegate.cpp | 43 AbilityComponentDelegate( const RefPtr<AbilityComponent>& abilityComponent, const WeakPtr<PipelineContext>& context, const std::string& type) AbilityComponentDelegate() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/ |
| H A D | pa_backend.cpp | 38 bool PaBackend::Initialize(BackendType type, SrcLanguage language) in Initialize() argument
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| H A D | theme_mock.cpp | 300 PostAsyncEvent( const std::function<void()>& task, const std::string& name, TaskExecutor::TaskType type) PostAsyncEvent() argument 303 PostAsyncEvent( std::function<void()>&& task, const std::string& name, TaskExecutor::TaskType type) PostAsyncEvent() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| H A D | box_layout_algorithm_test_ng.cpp | 551 auto type = layoutWrapper->GetLayoutProperty()->measureType_; in HWTEST_F() local 660 auto type = layoutWrapper->GetLayoutProperty()->measureType_; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
| H A D | progress_test_ng.cpp | 78 ProgressModelNG ProgressTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument [all...] |
| H A D | progress_content_modifier_test_ng.cpp | 151 ProgressModelNG ProgressConModTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument [all...] |
| H A D | progress_builder_test_ng.cpp | 150 ProgressModelNG ProgressBuilderTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| H A D | overlay_dialog_transition_test_ng.cpp | 409 auto type = properties.type; HWTEST_F() local [all...] |