Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title) argument
24 #define ASYNC_TRACE_START(title, taskId) argument
25 #define ASYNC_TRACE_END(title, taskId) argument
26 #define COUNT_TRACE(title, count) argument
34 #define WRAP_TITLE_PREFIX(title) ((DEFAULT_HITRACE_PREFIX) + (std::string(__FUNCTION__)) + " : " + … argument
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_H… argument
39 #define ASYNC_TRACE_START(title, taskId) \ argument
41 #define ASYNC_TRACE_END(title, taskId) FinishAsyncTrace(WRAP_TITLE_PREFIX(title), taskId, DEFAULT_H… argument
42 #define COUNT_TRACE(title, count) CountTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), count) argument
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title) argument
24 #define ASYNC_TRACE_START(title, taskId) argument
25 #define ASYNC_TRACE_END(title, taskId) argument
26 #define COUNT_TRACE(title, count) argument
34 #define WRAP_TITLE_PREFIX(title) ((DEFAULT_HITRACE_PREFIX) + (std::string(__FUNCTION__)) + " : " + … argument
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_H… argument
39 #define ASYNC_TRACE_START(title, taskId) \ argument
41 #define ASYNC_TRACE_END(title, taskId) FinishAsyncTrace(WRAP_TITLE_PREFIX(title), taskId, DEFAULT_H… argument
42 #define COUNT_TRACE(title, count) CountTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), count) argument
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp148 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsMargin001() local
174 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsPadding001() local
200 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsBorder001() local
228 UILabel* title = CreateTitleLabel(); in UIKitViewBounds001() local
258 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsInvisible001() local
285 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsSmallView001() local
311 UILabel* title = CreateTitleLabel(); in UIKitViewBoundsPostDraw001() local
/ohos5.0/foundation/distributeddatamgr/data_object/samples/distributedNotepad/entry/src/main/js/model/
H A DDistributedDataModel.js88 update(index, title, content) { argument
92 index: index, title: title, content: content property in DistributedDataModel.update.documentList
98 add(title, content) { argument
103 index: this.distributedObject.documentSize, title: title, content: content property in DistributedDataModel.add.documentList
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dhitrace_utils.cpp20 SyncTracker::SyncTracker(const std::string &title) in SyncTracker()
30 AsyncTracker::AsyncTracker(const std::string &title, int32_t taskId) in AsyncTracker()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/operation/
H A Ddisplay_name_info_test.cpp51 string title = ""; in GetTestTitle() local
62 const std::string title = "IMG_3025"; variable
122 const std::string title = this->GetTestTitle(300); variable
138 const std::string title = this->GetTestTitle(300); variable
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H A Dringtone_default_settings_test.cpp68 const string title = "insert test"; variable
101 const string title = "insert test"; variable
134 const string title = "insert test"; variable
163 const string title = "insert test"; variable
195 const string title = "insert test"; variable
/ohos5.0/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
91 const char* title = "显示内部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay001() local
99 const char* title = "显示内部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay002() local
106 const char* title = "显示外部角度从0到270的弧形文本 "; in UIKitUIArcLabelTestDisplay003() local
113 const char* title = "显示外部角度从0到-270的弧形文本 "; in UIKitUIArcLabelTestDisplay004() local
118 void UITestArcLabel::TestArcLabelDisplay(const char* title, in TestArcLabelDisplay()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dapi_dumper.cpp71 void APIDumper::AddApiRetIntoResult(const char* content, const std::string& title) in AddApiRetIntoResult()
82 void APIDumper::AddApiRetIntoResult(int content, const std::string& title) in AddApiRetIntoResult()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp290 std::string title = "aa"; variable
314 std::string title = "aa"; variable
367 std::string title = "aa"; variable
392 std::string title = "title"; variable
417 std::string title = "aa"; variable
442 std::string title = "aa"; variable
471 std::string title = "aa"; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_metadata_adapter_wrapper.cpp27 void ArkMediaAVSessionMetadataAdapterWrapper::SetTitle(const std::string& title) in SetTitle()
36 ArkWebString title = ctocpp_->GetTitle(); in GetTitle() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_capsule_test.cpp42 std::string title = "testTitle"; variable
70 std::string title = "testTitle"; variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_dialog_unit_test.cpp94 const char* title = "title"; variable
200 const char* title = "title"; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_data_statistics.cpp28 ImageDataStatistics::ImageDataStatistics(const std::string &title) : title_(title), memorySize_(0) in ImageDataStatistics()
79 void ImageDataStatistics::AddTitle(const std::string title) in AddTitle()
H A Dimage_trace.cpp23 ImageTrace::ImageTrace(const std::string &title) : title_(title) in ImageTrace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_accessibility_property.h41 auto title = AceType::DynamicCast<FrameNode>(titleNode); in GetText() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js52 title: `plan-${i}`, property in data
87 title: 'plan-addItem', property in data
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_accessibility_property.cpp29 std::string title = dialogPattern->GetTitle(); in GetText() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H A Dui_test_screenshot.h45 UILabelButton* SetUpButton(const char* title) in SetUpButton()
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/
H A Dplot.py27 def draw_fig(ax, base, data, title): argument
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_organization_data.cpp48 std::string &company, std::string &title, std::string &phoneticName, int32_t type) in InitOrganizationData()
68 void VCardOrganizationData::SetTitle(const std::string &title) in SetTitle()
/ohos5.0/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()
54 void SetTitle(const std::string title) in SetTitle()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.cpp93 void UITestAnimator::SetUpLabel(const char* title, int16_t x, int16_t y) in SetUpLabel()
100 void UITestAnimator::SetUpButton(UILabelButton* btn, const char* title, int16_t x, int16_t y) in SetUpButton()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_setting_test/src/
H A Dringtone_setting_manager_test.cpp138 const string title = "insert test"; variable
241 const string title = "insert test"; variable
290 const string title = "insert test"; variable
339 const string title = "insert test"; variable
/ohos5.0/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()

12345678910>>...12