Home
last modified time | relevance | path

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

12

/base/update/update_app/entry/src/main/js/default/pages/index/
Dindex.js63 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/
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/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp265 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/
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/include/executor/
Dapi_dumper.h32 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/
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
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/
Dnotification_content_test.cpp106 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/
Ddownload.test.ets26 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/
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/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()
Dnotification_action_button.cpp26 … 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()
Dreminder_request.cpp168 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/
Dcommon_event_subscriber_manager.cpp127 …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
230title = "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/
Dnotification_action_button.h48 … 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,
Dnotification_basic_content.h63 virtual void SetTitle(const std::string &title);
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_config.cpp60 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/
DbackComponent.ets24 private title: string | Resource = ""
60 Text(this.title)
DconfirmDialog.ets22 private title: string | Resource
32 Text(this.title)
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_config.h42 void SetTitle(const std::string &title);

12