Home
last modified time | relevance | path

Searched refs:title (Results 1 - 25 of 367) sorted by relevance

12345678910>>...15

/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title)
24 #define ASYNC_TRACE_START(title, taskId)
25 #define ASYNC_TRACE_END(title, taskId)
26 #define COUNT_TRACE(title, count)
34 #define WRAP_TITLE_PREFIX(title) ((DEFAULT_HITRACE_PREFIX) + (std::string(__FUNCTION__)) + " : " + (title))
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_HITRACE_LIMIT)
39 #define ASYNC_TRACE_START(title, taskId) \
40 StartAsyncTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), taskI
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title)
24 #define ASYNC_TRACE_START(title, taskId)
25 #define ASYNC_TRACE_END(title, taskId)
26 #define COUNT_TRACE(title, count)
34 #define WRAP_TITLE_PREFIX(title) ((DEFAULT_HITRACE_PREFIX) + (std::string(__FUNCTION__)) + " : " + (title))
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_HITRACE_LIMIT)
39 #define ASYNC_TRACE_START(title, taskId) \
40 StartAsyncTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), taskI
[all...]
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp148 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsMargin001() local
149 group->Add(title); in UIKitViewBoundsMargin001()
150 title->SetText("Test View bounds with margin: "); in UIKitViewBoundsMargin001()
151 title->SetViewId("margin_title"); in UIKitViewBoundsMargin001()
174 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsPadding001() local
175 group->Add(title); in UIKitViewBoundsPadding001()
176 title->SetText("Test View bounds with padding: "); in UIKitViewBoundsPadding001()
177 title->SetViewId("padding_title"); in UIKitViewBoundsPadding001()
200 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsBorder001() local
201 group->Add(title); in UIKitViewBoundsBorder001()
228 UILabel* title = CreateTitleLabel(); UIKitViewBounds001() local
258 UILabel* title = CreateTitleLabel(); UIKitViewBoundsInvisible001() local
285 UILabel* title = CreateTitleLabel(); UIKitViewBoundsSmallView001() local
311 UILabel* title = CreateTitleLabel(); UIKitViewBoundsPostDraw001() local
[all...]
/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dhitrace_utils.cpp20 SyncTracker::SyncTracker(const std::string &title) in SyncTracker() argument
22 StartTrace(DEFAULT_HITRACE_TAG, title, DEFAULT_HITRACE_LIMIT); in SyncTracker()
30 AsyncTracker::AsyncTracker(const std::string &title, int32_t taskId) in AsyncTracker() argument
31 :title_(title), taskId_(taskId) in AsyncTracker()
33 StartAsyncTrace(DEFAULT_HITRACE_TAG, title, taskId, DEFAULT_HITRACE_LIMIT); in AsyncTracker()
/foundation/distributeddatamgr/data_object/samples/distributedNotepad/entry/src/main/js/model/
H A DDistributedDataModel.js88 update(index, title, content) {
89 console.info('doUpdate ' + title + index);
92 index: index, title: title, content: content
98 add(title, content) {
99 console.info('doAdd ' + title + content);
103 index: this.distributedObject.documentSize, title: title, content: content
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.h105 UIViewGroup* CreateTestCaseGroup(const char* title) const;
106 UILabel* CreateTestCaseUILabel(const char* title, uint8_t opaScale) const;
108 UILabelButton* CreateTestCaseUILabelButton(const char* title, uint8_t opaScale) const;
109 UIArcLabel* CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const;
/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h39 ToneAttrs(std::string title, std::string fileName, std::string uri, ToneCustomizedType custType, in ToneAttrs() argument
40 int32_t category) : title_(title), fileName_(fileName), uri_(uri), custType_(custType), category_(category) {} in ToneAttrs()
43 * @brief Returns the title of the tone attrs.
45 * @return Returns title as string if the title is obtained successfully.
54 void SetTitle(const std::string title) in SetTitle() argument
56 title_ = title; in SetTitle()
H A Dtone_haptics_attrs.h37 ToneHapticsAttrs(std::string title, std::string fileName, std::string uri) : title_(title), in ToneHapticsAttrs() argument
41 * @brief Returns the title of the tone haptics attrs.
43 * @return Returns title as string if the title is obtained successfully.
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/
H A Dmedialibrary_album_source_test.cpp68 string title; member
136 result.title + "/" + result.displayName; in GetCoverUri()
150 string GetDisplayName(string &title) in GetDisplayName() argument
152 return title + ".png"; in GetDisplayName()
162 string title = GetTitle(timestamp); in InsertPhoto() local
163 string displayName = GetDisplayName(title); in InsertPhoto()
164 MEDIA_INFO_LOG("title is: %{public}s, displayName is: %{public}s", in InsertPhoto()
165 title.c_str(), displayName.c_str()); in InsertPhoto()
166 string data = "/storage/cloud/files/photo/1/" + GetDisplayName(title); in InsertPhoto()
169 valuesBucket.PutString(MediaColumn::MEDIA_TITLE, title); in InsertPhoto()
199 string title = GetTitle(timestamp); InsertPhotoWithEmptyPackageName() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_accessibility_property.h41 auto title = AceType::DynamicCast<FrameNode>(titleNode); variable
42 CHECK_NULL_RETURN(title, "");
43 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>();
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_trace.cpp23 ImageTrace::ImageTrace(const std::string &title) : title_(title) in ImageTrace() argument
26 StartTrace(HITRACE_TAG_ZIMAGE, title); in ImageTrace()
H A Dimage_data_statistics.cpp28 ImageDataStatistics::ImageDataStatistics(const std::string &title) : title_(title), memorySize_(0) in ImageDataStatistics() argument
79 void ImageDataStatistics::AddTitle(const std::string title) in AddTitle() argument
81 title_ += title; in AddTitle()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_dialog_unit_test.cpp94 const char* title = "title"; in HWTEST_F() local
95 dialog_->SetTitle(title); in HWTEST_F()
97 EXPECT_EQ(dialog_->GetTitle(), title); in HWTEST_F()
200 const char* title = "title"; in HWTEST_F() local
201 dialog_->SetTitle(title); in HWTEST_F()
202 EXPECT_EQ(dialog_->GetTitle(), title); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js52 title: `plan-${i}`,
87 title: 'plan-addItem',
108 this.planList[item].title = 'select';
116 this.planList[item].title = 'onLongPress';
164 this.planList[i].title = `plan-${i}`;
51 title: `plan-${i}`, global() property
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp44 UILabel* title = new UILabel(); in SetUp() local
45 container_->Add(title); in SetUp()
46 title->SetText("Value:"); in SetUp()
47 title->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in SetUp()
49 title->SetPosition(0, 40, 60, 48); in SetUp()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H A Dringtone_default_settings_test.cpp68 const string title = "insert test"; in HWTEST_F() local
69 values.PutString(RINGTONE_COLUMN_TITLE, title); in HWTEST_F()
101 const string title = "insert test"; in HWTEST_F() local
102 values.PutString(RINGTONE_COLUMN_TITLE, title); in HWTEST_F()
134 const string title = "insert test"; in HWTEST_F() local
135 values.PutString(RINGTONE_COLUMN_TITLE, title); in HWTEST_F()
163 const string title = "insert test"; in HWTEST_F() local
164 values.PutString(RINGTONE_COLUMN_TITLE, title); in HWTEST_F()
195 const string title = "insert test"; in HWTEST_F() local
196 values.PutString(RINGTONE_COLUMN_TITLE, title); in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp86 string title = MediaFileUtils::GetTitleFromDisplayName(displayName); in GetSafeDiaplayName() local
87 if (title == "") { in GetSafeDiaplayName()
88 return title; in GetSafeDiaplayName()
90 uint32_t length = title.size(); in GetSafeDiaplayName()
93 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_ONE) + extension; in GetSafeDiaplayName()
95 safeDisplayName = GARBLE + title.substr(GARBLE_LARGE) + extension; in GetSafeDiaplayName()
97 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_TWO) + extension; in GetSafeDiaplayName()
/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js42 title: {
198 title: x29.title,
210 title: x29.title,
223 title: x29.title,
243 this.__title = new SynchedPropertyObjectOneWayPU(m29.title, this, "title");
299 if (k29.title
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_accessibility_property.cpp27 std::string title = dialogPattern->GetTitle(); in GetText() local
29 return title.append(message); in GetText()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_data_statistics.h26 explicit ImageDataStatistics(const std::string &title);
30 void AddTitle(const std::string title);
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp60 void UITestArcLabel::InnerTestTitle(const char* title, int16_t x, int16_t y) const in InnerTestTitle() argument
65 titleLabel->SetText(title); in InnerTestTitle()
91 const char* title = "显示内部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay001() local
93 TestArcLabelDisplay(title, 0, 270, TextOrientation::INSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, in UIKitUIArcLabelTestDisplay001()
99 const char* title = "显示内部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay002() local
101 TestArcLabelDisplay(title, 0, -270, TextOrientation::INSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, 100); in UIKitUIArcLabelTestDisplay002()
106 const char* title = "显示外部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay003() local
108 TestArcLabelDisplay(title, 0, 270, TextOrientation::OUTSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, 200); in UIKitUIArcLabelTestDisplay003()
113 const char* title = "显示外部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay004() local
115 TestArcLabelDisplay(title, in UIKitUIArcLabelTestDisplay004()
118 TestArcLabelDisplay(const char* title, const int16_t startAngle, const int16_t endAngle, const TextOrientation orientation, int16_t x, int16_t y) TestArcLabelDisplay() argument
[all...]
H A Dui_test_arc_label.h92 void InnerTestTitle(const char* title, int16_t x, int16_t y) const;
95 void TestArcLabelDisplay(const char* title, const int16_t startAngle, const int16_t endAngle,
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Deffect_trace.h35 inline EffectTrace(std::uint64_t tag, const std::string &title) : mTag(tag) in EffectTrace() argument
37 StartTrace(mTag, title); in EffectTrace()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.h43 CJ_EXPORT void FfiPromptShowDialog(const char* title, const char* message, int32_t size,
46 const char* title, int32_t buttonSize, CButtonInfo* buttonsInfo, ShowActionMenuCallBack callback);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.cpp45 M3U8Fragment::M3U8Fragment(std::string uri, std::string title, double duration, int sequence, bool discont) in M3U8Fragment() argument
46 : uri_(std::move(uri)), title_(std::move(title)), duration_(duration), sequence_(sequence), discont_(discont) in M3U8Fragment()
100 GetExtInf(tag, info.duration, info.title); in InitTagUpdatersMap()
146 files_.emplace_back(std::make_shared<M3U8Fragment>(info.uri, info.title, info.duration, sequence_++, in UpdateFromTags()
148 info.uri = "", info.title = "", info.duration = 0, info.discontinuity = false; in UpdateFromTags()
153 void M3U8::GetExtInf(const std::shared_ptr<Tag>& tag, double& duration, std::string& title) const in GetExtInf()
157 title = item ->GetAttributeByName("TITLE")->QuotedString(); in GetExtInf()

Completed in 9 milliseconds

12345678910>>...15