Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 92) sorted by relevance

1234

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp294 std::string title = "aa"; variable
298 info.title = title;
318 std::string title = "aa"; variable
324 info.title = title;
346 std::string title = "aa"; variable
350 info.title = title;
371 std::string title = "aa"; variable
375 info.title = title;
396 std::string title = "aa"; variable
400 info.title = title;
[all …]
/base/customization/enterprise_device_management/test/unittest/test_bundle/right_hap/src/main/js/default/pages/index/
Dindex.js20 title: ""
23 this.title = this.$t('strings.world');
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dapi_dumper.cpp69 void APIDumper::AddApiRetIntoResult(const char* content, const std::string& title) in AddApiRetIntoResult() argument
73 s << title <<": "<< content; in AddApiRetIntoResult()
80 void APIDumper::AddApiRetIntoResult(int content, const std::string& title) in AddApiRetIntoResult() argument
83 s << title <<": "<< content; in AddApiRetIntoResult()
/base/update/update_app/feature/ota/src/main/ets/dialog/
DDialogHelper.ets51 title: $r('app.string.software_update'),
140 * @param title 标题
144 …function defaultKnowDialog(title: string | Resource, message: string | Resource, operator ?: Dialo…
145 showDialog(title, message, $r('app.string.button_know'), operator);
161 * @param title 标题
166 …function showDialog(title: string | Resource, message: string | Resource, confirmText?: string | R…
170 title: title,
/base/request/request/test/unittest/common/napi/requestTest/
DRequestJsunit.test.js61 title: 'XTS download test!', property
112 title: 'XTS download test!', property
156 title: 'XTS download test!', property
206 title: 'XTS download test!', property
255 title: 'XTS download test!', property
300 title: 'XTS download test!', property
338 title: 'XTS download test!', property
376 title: 'XTS download test!', property
415 title: 'XTS download test!', property
454 title: 'XTS download test!', property
[all …]
/base/global/system_resources/systemres/main/resources/base/media/
Dohos_semi_modal_bar_down.svg1 … viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="…
Dohos_semi_modal_bar_middle.svg1 … viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="…
Dohos_play.svg1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
Dohos_exit_full_screen.svg1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
Dohos_full_screen.svg1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
Dohos_pause.svg1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp312 string title = "Hardware Usage:"; in GetHardWareUsage() local
313 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetHardWareUsage()
314 hardware.push_back(title); in GetHardWareUsage()
329 string title = "CMA Usage:"; in GetCMAUsage() local
330 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetCMAUsage()
331 cma.push_back(title); in GetCMAUsage()
345 string title = "Kernel Usage:"; in GetKernelUsage() local
346 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetKernelUsage()
347 kernel.push_back(title); in GetKernelUsage()
362 string title = "Processes Usage:"; in GetProcesses() local
[all …]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dapi_dumper.h32 void AddApiRetIntoResult(const char* content, const std::string& title);
33 void AddApiRetIntoResult(int content, const std::string& title);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
DReminderHelperTest.js137 title: "this is title", property
178 title: "this is title", property
1023 title: "this is title", property
1064 title: "this is title", property
1105 title: "this is title", property
1139 title: "this is title", property
1314 title: "this is title", property
1344 title: "this is title", property
1382 title:"close", property
1386 title:"snooze", property
[all …]
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
Dnotificationactionbutton_fuzzer.cpp32 std::string title(data); in DoSomethingInterestingWithMyAPI() local
34 Notification::NotificationActionButton::Create(nullptr, title, wantAgent); in DoSomethingInterestingWithMyAPI()
/base/request/request/services/service/rust/src/
Dtask_info.rs26 pub title: String, field
104 pub title: CStringWrapper, field
159 title: CStringWrapper::from(&self.title), in to_c_struct()
187 title: c_struct.title.to_string(), in from_c_struct()
/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_json_test.cpp67 para.widgetParam.title = "widgetParam"; in CreatePara()
151 widgetCommand.title = para.widgetParam.title;
190 widgetCommand.title = para.widgetParam.title;
221 widgetCmdParameters.useriamCmdData.title = para.widgetParam.title;
261 widgetCmdParameters.useriamCmdData.title = para.widgetParam.title;
/base/update/update_app/feature/ota/src/main/ets/util/
DChangelogParseUtils.ets160 title: moduleString,
189 let title: string;
191 title = featureItem['_attributes']['title'];
197 if (title) {
198 feature = { subTitle: title, contents: [] };
202 feature = { subTitle: title, contents: [] };
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_action_button_test.cpp111 std::string title = "thios is title"; variable
124 (icon, title, wantAgent, extras, semanticActionButton,
137 std::string title = "thios is title"; variable
150 rrc->Create(icon, title, wantAgent, extras, semanticActionButton,
/base/request/request/services/service/rust/src/c_wrapper/include/
Dc_task_info.h63 CStringWrapper title; member
79 std::string title; member
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_instance_v10.cpp51 widgetParam_.title = ""; in UserAuthInstanceV10()
173 std::string title = UserAuthNapiHelper::GetStringPropertyUtf8(env, value, WIDGET_PARAM_TITLE); in InitWidgetParam() local
174 if (title == "" || title.length() > WidgetType::TITLE_MAX) { in InitWidgetParam()
175 IAM_LOGE("title is invalid. size: %{public}zu", title.length()); in InitWidgetParam()
178 widgetParam_.title = title; in InitWidgetParam()
209 widgetParam_.title.c_str(), widgetParam_.navigationButtonText.c_str(), in InitWidgetParam()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_basic_content.cpp44 void NotificationBasicContent::SetTitle(const std::string &title) in SetTitle() argument
46 title_ = title; in SetTitle()
/base/update/update_app/feature/ota/src/main/ets/notify/
DNotificationHelper.ets80 title: await context.resourceManager.getString($r('app.string.software_update').id),
87title: await context.resourceManager.getString($r('app.string.software_download_progress').id),
126 title: await context.resourceManager.getString($r('app.string.software_update').id),
133title: await context.resourceManager.getString($r('app.string.software_install_progress').id),
159 title: await context.resourceManager.getString($r('app.string.install_fail_message').id),
184title: await context.resourceManager.getString($r('app.string.install_success_message').id),
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscriber_manager_test.cpp113 std::string title = "aa"; in HWTEST_F() local
117 commonEventSubscriberManager->DumpDetailed(title, record, format, dumpInfo); in HWTEST_F()
132 std::string title = "aa"; in HWTEST_F() local
137 commonEventSubscriberManager->DumpDetailed(title, record, format, dumpInfo); in HWTEST_F()
152 std::string title = "aa"; in HWTEST_F() local
160 commonEventSubscriberManager->DumpDetailed(title, record, format, dumpInfo); in HWTEST_F()
175 std::string title = "aa"; in HWTEST_F() local
194 commonEventSubscriberManager->DumpDetailed(title, record, format, dumpInfo); in HWTEST_F()
209 std::string title = "aa"; in HWTEST_F() local
217 commonEventSubscriberManager->DumpDetailed(title, record, format, dumpInfo); in HWTEST_F()
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Duser_auth_common_defines.h78 std::string title; member

1234