/base/update/update_app/entry/src/main/js/default/pages/index/ |
D | index.js | 63 title: "当前版本:10.2.1", property 104 page.data.title = "初始化出现错误,退出app"; 159 page.data.title = "下载失败"; 161 page.data.title = "下载失败,失败原因:" + progress.endReason; 195 page.data.title = "初始化出现错误,退出app"; 215 page.data.title = "当前已经是新版本"; 224 page.data.title = "获取新版本失败"; 231 page.data.title = "检查新版本失败"; 233 page.data.title = "检查新版本失败,失败原因:" + error.errorNum; 249 page.data.title = "检查新版本失败"; [all …]
|
/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/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_info.cpp | 265 string title = "Hardware Usage:"; in GetHardWareUsage() local 266 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetHardWareUsage() 267 hardware.push_back(title); in GetHardWareUsage() 282 string title = "CMA Usage:"; in GetCMAUsage() local 283 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetCMAUsage() 284 cma.push_back(title); in GetCMAUsage() 298 string title = "Kernel Usage:"; in GetKernelUsage() local 299 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetKernelUsage() 300 kernel.push_back(title); in GetKernelUsage() 315 string title = "Processes Usage:"; in GetProcesses() local [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/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/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 348 title: 'XTS download test!', property 393 title: 'XTS download test!', property 438 title: 'XTS download test!', property 483 title: 'XTS download test!', property [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_content_test.cpp | 106 std::string title = "titleTest"; in HWTEST_F() local 108 notificationBasicContent.SetTitle(title); in HWTEST_F() 110 EXPECT_EQ(result, title); in HWTEST_F()
|
/base/request/request/test/download/ |
D | download.test.ets | 26 title: 'a', // Sets a download session title. 36 title: 'a1', // Sets a download session title. 46 title: 'a2', // Sets a download session title. 61 title: 'a2', // Sets a download session title. 71 title: 'a2', // Sets a download session title. 81 title: 'a2', // Sets a download session title. 91 title: 'a2', // Sets a download session title. 101 title: 'a2', // Sets a download session title. 111 title: 'a2', // Sets a download session title. 121 title: 'a2', // Sets a download session title. [all …]
|
/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/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()
|
D | notification_action_button.cpp | 26 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, in Create() argument 52 title, in Create() 88 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, in NotificationActionButton() argument 93 title_(title), in NotificationActionButton()
|
D | reminder_request.cpp | 168 ReminderRequest& ReminderRequest::SetActionButton(const std::string &title, const ActionButtonType … in SetActionButton() argument 177 actionButtonInfo.title = title; in SetActionButton() 666 ReminderRequest& ReminderRequest::SetTitle(const std::string &title) in SetTitle() argument 668 title_ = title; in SetTitle() 971 if (!parcel.WriteString(static_cast<std::string>(button.second.title))) { in Marshalling() 1104 std::string title = parcel.ReadString(); in ReadFromParcel() local 1107 info.title = title; in ReadFromParcel() 1167 … info += std::to_string(static_cast<uint8_t>(button.first)) + SEP_BUTTON_SINGLE + buttonInfo.title; in GetButtonInfo() 1276 auto title = static_cast<std::string>(button.second.title); in AddActionButtons() local 1291 = NotificationActionButton::Create(nullptr, title, buttonWantAgent); in AddActionButtons()
|
/base/notification/common_event_service/services/src/ |
D | common_event_subscriber_manager.cpp | 127 …const std::string &title, const SubscriberRecordPtr &record, const std::string format, std::string… in DumpDetailed() argument 206 …dumpInfo = title + recordTime + pid + uid + bundleName + priority + userId + permission + deviceId… in DumpDetailed() 228 std::string title = std::to_string(num); in DumpState() local 230 …title = "Subscribers:\tTotal " + std::to_string(records.size()) + " subscribers\nNO " + title + "\… in DumpState() 232 title = "NO " + title + "\n"; in DumpState() 235 DumpDetailed(title, record, "\t", dumpInfo); in DumpState()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_action_button.h | 48 … const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, 240 NotificationActionButton(const std::shared_ptr<Media::PixelMap> &icon, const std::string &title,
|
D | notification_basic_content.h | 63 virtual void SetTitle(const std::string &title);
|
/base/request/request/download/interfaces/kits/js/napi/download_single/src/ |
D | download_config.cpp | 60 void DownloadConfig::SetTitle(const std::string &title) in SetTitle() argument 62 title_ = title; in SetTitle()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/ |
D | backComponent.ets | 24 private title: string | Resource = "" 60 Text(this.title)
|
D | confirmDialog.ets | 22 private title: string | Resource 32 Text(this.title)
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_config.h | 42 void SetTitle(const std::string &title);
|