Home
last modified time | relevance | path

Searched defs:type (Results 7326 - 7350 of 24867) sorted by relevance

1...<<291292293294295296297298299300>>...995

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp31 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 Dcj_textfield_ffi.cpp177 void FfiOHOSAceFrameworkTextFieldSetEnterKeyType(int32_t type) in FfiOHOSAceFrameworkTextFieldSetEnterKeyType() argument
H A Dcj_gauge_ffi.cpp135 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 Dside_bar_container_model_impl.cpp21 void SideBarContainerModelImpl::SetSideBarContainerType(SideBarContainerType type) in SetSideBarContainerType() argument
H A Dlist_item_model_impl.cpp60 void ListItemModelImpl::SetType(const std::string& type) in SetType() argument
H A Dsliding_panel_model_impl.cpp50 void SlidingPanelModelImpl::SetPanelType(PanelType type) in SetPanelType() argument
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_adapter.h45 TextDataDetectType type = TextDataDetectType::PHONE_NUMBER; member
/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dtask_executor.h87 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 Dcodec_data.h57 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 Djs_data_panel.cpp128 int32_t type = jsObj->GetPropertyValue<int32_t>("type", static_cast<int32_t>(ChartType::RAINBOW)); in Create() local
H A Djs_form.cpp159 auto type = info[0]->ToNumber<int32_t>(); in SetVisibility() local
H A Djs_symbol.cpp160 auto type = typeParam->ToString(); in parseSymbolEffect() local
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.cpp246 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 Devent_dump.cpp88 TouchType type = event.type; in AddTouchPoint() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp26 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType type) in SharedTransitionEffect() argument
H A Dsvg_animate.cpp22 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 Duobject.cpp466 ItemType type = static_cast<ItemType>(ReadChar()); in ReadKV() local
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp43 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 Dpa_backend.cpp38 bool PaBackend::Initialize(BackendType type, SrcLanguage language) in Initialize() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp300 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 Dbox_layout_algorithm_test_ng.cpp551 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 Dprogress_test_ng.cpp78 ProgressModelNG ProgressTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument
[all...]
H A Dprogress_content_modifier_test_ng.cpp151 ProgressModelNG ProgressConModTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument
[all...]
H A Dprogress_builder_test_ng.cpp150 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 Doverlay_dialog_transition_test_ng.cpp409 auto type = properties.type; HWTEST_F() local
[all...]

Completed in 23 milliseconds

1...<<291292293294295296297298299300>>...995