/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
D | reminder_request_branch_test.cpp | 294 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/ |
D | index.js | 20 title: "" 23 this.title = this.$t('strings.world');
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | api_dumper.cpp | 69 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/ |
D | DialogHelper.ets | 51 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/ |
D | RequestJsunit.test.js | 61 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/ |
D | ohos_semi_modal_bar_down.svg | 1 … viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="…
|
D | ohos_semi_modal_bar_middle.svg | 1 … viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="…
|
D | ohos_play.svg | 1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
|
D | ohos_exit_full_screen.svg | 1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
|
D | ohos_full_screen.svg | 1 …iewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="…
|
D | ohos_pause.svg | 1 …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/ |
D | memory_info.cpp | 312 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/ |
D | api_dumper.h | 32 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/ |
D | ReminderHelperTest.js | 137 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/ |
D | notificationactionbutton_fuzzer.cpp | 32 std::string title(data); in DoSomethingInterestingWithMyAPI() local 34 Notification::NotificationActionButton::Create(nullptr, title, wantAgent); in DoSomethingInterestingWithMyAPI()
|
/base/request/request/services/service/rust/src/ |
D | task_info.rs | 26 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/ |
D | widget_json_test.cpp | 67 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/ |
D | ChangelogParseUtils.ets | 160 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/ |
D | notification_action_button_test.cpp | 111 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/ |
D | c_task_info.h | 63 CStringWrapper title; member 79 std::string title; member
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
D | user_auth_instance_v10.cpp | 51 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/ |
D | notification_basic_content.cpp | 44 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/ |
D | NotificationHelper.ets | 80 title: await context.resourceManager.getString($r('app.string.software_update').id), 87 … title: await context.resourceManager.getString($r('app.string.software_download_progress').id), 126 title: await context.resourceManager.getString($r('app.string.software_update').id), 133 … title: await context.resourceManager.getString($r('app.string.software_install_progress').id), 159 title: await context.resourceManager.getString($r('app.string.install_fail_message').id), 184 … title: await context.resourceManager.getString($r('app.string.install_success_message').id),
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_subscriber_manager_test.cpp | 113 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/ |
D | user_auth_common_defines.h | 78 std::string title; member
|