/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | hitrace_utils.h | 21 #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 D | hitrace_utils.h | 21 #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 D | ui_test_view_bounds.cpp | 148 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 D | DistributedDataModel.js | 88 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 D | hitrace_utils.cpp | 20 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 D | display_name_info_test.cpp | 51 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 D | ringtone_default_settings_test.cpp | 68 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 D | ui_test_arc_label.cpp | 60 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 D | api_dumper.cpp | 71 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 D | reminder_request_branch_test.cpp | 290 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 D | ark_media_avsession_metadata_adapter_wrapper.cpp | 27 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 D | notification_capsule_test.cpp | 42 std::string title = "testTitle"; variable 70 std::string title = "testTitle"; variable
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_dialog_unit_test.cpp | 94 const char* title = "title"; variable 200 const char* title = "title"; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_data_statistics.cpp | 28 ImageDataStatistics::ImageDataStatistics(const std::string &title) : title_(title), memorySize_(0) in ImageDataStatistics() 79 void ImageDataStatistics::AddTitle(const std::string title) in AddTitle()
|
H A D | image_trace.cpp | 23 ImageTrace::ImageTrace(const std::string &title) : title_(title) in ImageTrace()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_accessibility_property.h | 41 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 D | index.js | 52 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 D | dialog_accessibility_property.cpp | 29 std::string title = dialogPattern->GetTitle(); in GetText() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_screenshot/ |
H A D | ui_test_screenshot.h | 45 UILabelButton* SetUpButton(const char* title) in SetUpButton()
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/ |
H A D | plot.py | 27 def draw_fig(ax, base, data, title): argument
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_organization_data.cpp | 48 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 D | tone_attrs.h | 39 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 D | ui_test_animator.cpp | 93 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 D | ringtone_setting_manager_test.cpp | 138 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 D | effect_trace.h | 35 inline EffectTrace(std::uint64_t tag, const std::string &title) : mTag(tag) in EffectTrace()
|