Home
last modified time | relevance | path

Searched refs:title (Results 1 - 25 of 114) sorted by relevance

12345

/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp107 std::string title; in SetProgress() local
110 title = GetSystemResourceString(DOWNLOAD_FILE); in SetProgress()
111 title.push_back(' '); in SetProgress()
113 TitleWithProgressSized(title, msg.processed[0]); in SetProgress()
114 localLiveViewContent->SetTitle(title); in SetProgress()
122 TitleWithProgressPercentage(title, msg.processed[0], msg.sizes[0]); in SetProgress()
126 title = GetSystemResourceString(UPLOAD_FILE); in SetProgress()
127 title.push_back(' '); in SetProgress()
131 TitleWithProgressNum(title, msg.index, msg.sizes.size()); in SetProgress()
135 TitleWithProgressPercentage(title, ms in SetProgress()
198 std::string title; RequestCompletedNotification() local
232 TitleWithProgressNum(std::string &title, std::size_t uploaded, std::size_t total) TitleWithProgressNum() argument
239 TitleWithProgressPercentage(std::string &title, std::size_t processed, std::size_t size) TitleWithProgressPercentage() argument
249 TitleWithProgressSized(std::string &title, std::size_t processed) TitleWithProgressSized() argument
276 WithRemainder(std::string &title, size_t processed, size_t remainder) WithRemainder() argument
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_metadata_adapter_wrapper.cpp27 void ArkMediaAVSessionMetadataAdapterWrapper::SetTitle(const std::string& title) in SetTitle() argument
29 ArkWebString str = ArkWebStringClassToStruct(title); in SetTitle()
36 ArkWebString title = ctocpp_->GetTitle(); in GetTitle() local
37 std::string result = ArkWebStringStructToClass(title); in GetTitle()
38 ArkWebStringStructRelease(title); in GetTitle()
H A Dark_media_avsession_metadata_adapter_wrapper.h29 void SetTitle(const std::string& title) override;
/base/request/request/services/include/
H A Dnotification_bar.h33 void TitleWithProgressNum(std::string &title, std::size_t uploaded, std::size_t total);
34 void TitleWithProgressSized(std::string &title, std::size_t processed);
35 void TitleWithProgressPercentage(std::string &title, std::size_t processed, std::size_t size);
36 void WithRemainder(std::string &title, size_t processed, size_t remainder);
H A Dc_task_config.h58 CStringWrapper title; member
84 std::string title; member
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_capsule_test.cpp42 std::string title = "testTitle"; in HWTEST_F() local
43 rrc->SetTitle(title); in HWTEST_F()
44 EXPECT_EQ(rrc->GetTitle(), title); in HWTEST_F()
70 std::string title = "testTitle"; in HWTEST_F() local
71 rrc->SetTitle(title); in HWTEST_F()
74 EXPECT_EQ(rrc->Dump(), "Capsule{ title = " + title + ", backgroundColor = " + backgroundColor + in HWTEST_F()
87 nlohmann::json jsonObject = nlohmann::json{"title", "backgroundColor", "icon"}; in HWTEST_F()
101 nlohmann::json jsonObject = nlohmann::json{{"title", "testTitle"}, {"backgroundColor", "testBkColor"}, in HWTEST_F()
H A Dnotification_action_button_test.cpp53 NotificationActionButton::Create(nullptr, "title", wantAgent); in HWTEST_F()
72 NotificationActionButton::Create(nullptr, "title", wantAgent); in HWTEST_F()
93 NotificationActionButton::Create(nullptr, "title", wantAgent); in HWTEST_F()
112 std::string title = "thios is title"; in HWTEST_F() local
125 auto button = std::make_shared<NotificationActionButton>(icon, title, wantAgent, extras, in HWTEST_F()
141 std::string title = "thios is title"; in HWTEST_F() local
154 (icon, title, wantAgent, extras, semanticActionButton, in HWTEST_F()
167 std::string title in HWTEST_F() local
[all...]
H A Dreminder_request_test.cpp1023 std::string title = "this is title"; in HWTEST_F() local
1027 reminderRequestChild->SetActionButton(title, type, resource); in HWTEST_F()
1040 std::string title = "this is title"; in HWTEST_F() local
1044 reminderRequestChild->SetActionButton(title, type2, resource); in HWTEST_F()
1057 std::string title = "this is title"; in HWTEST_F() local
1061 reminderRequestChild->SetActionButton(title, type3, resource); in HWTEST_F()
1074 std::string title in HWTEST_F() local
1095 std::string title = "this is title"; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp290 std::string title = "aa"; in HWTEST_F() local
294 info.title = title; in HWTEST_F()
314 std::string title = "aa"; in HWTEST_F() local
320 info.title = title; in HWTEST_F()
346 info.title = stringData; in HWTEST_F()
367 std::string title = "aa"; in HWTEST_F() local
371 info.title = title; in HWTEST_F()
392 std::string title = "title"; HWTEST_F() local
417 std::string title = "aa"; HWTEST_F() local
442 std::string title = "aa"; HWTEST_F() local
471 std::string title = "aa"; HWTEST_F() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dapi_dumper.cpp71 void APIDumper::AddApiRetIntoResult(const char* content, const std::string& title) in AddApiRetIntoResult() argument
75 s << title <<": "<< content; in AddApiRetIntoResult()
82 void APIDumper::AddApiRetIntoResult(int content, const std::string& title) in AddApiRetIntoResult() argument
85 s << title <<": "<< content; in AddApiRetIntoResult()
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_organization_data.cpp48 std::string &company, std::string &title, std::string &phoneticName, int32_t type) in InitOrganizationData()
55 title_ = title; in InitOrganizationData()
68 void VCardOrganizationData::SetTitle(const std::string &title) in SetTitle() argument
70 title_ = title; in SetTitle()
47 InitOrganizationData(std::string &organization, std::string &departmentName, std::string &company, std::string &title, std::string &phoneticName, int32_t type) InitOrganizationData() argument
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dapi_dumper.h32 void AddApiRetIntoResult(const char* content, const std::string& title);
33 void AddApiRetIntoResult(int content, const std::string& title);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_avsession_metadata_adapter_impl.cpp25 void ArkMediaAVSessionMetadataAdapterImpl::SetTitle(const ArkWebString& title) in SetTitle() argument
27 real_->SetTitle(ArkWebStringStructToClass(title)); in SetTitle()
H A Dark_media_avsession_metadata_adapter_impl.h29 void SetTitle(const ArkWebString& title) override;
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
H A Dnotificationactionbutton_fuzzer.cpp32 std::string title(data); in DoSomethingInterestingWithMyAPI()
34 Notification::NotificationActionButton::Create(nullptr, title, wantAgent); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_organization_data.h38 std::string &title, std::string &phoneticName, int32_t type);
41 void SetTitle(const std::string &title);
/base/request/request/services/src/task/
H A Dffi.rs36 pub(crate) title: CStringWrapper,
146 pub(crate) title: CStringWrapper,
166 title: CStringWrapper::from(&self.title),
207 title: c_struct.title.to_string(),
268 title: CStringWrapper::from(&self.title),
315 title: c_struct.title
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp67 para.widgetParam.title = "widgetParam"; in CreatePara()
151 widgetCommand.title = para.widgetParam.title; in HWTEST_F()
190 widgetCommand.title = para.widgetParam.title; in HWTEST_F()
220 widgetCmdParameters.useriamCmdData.title = para.widgetParam.title; in HWTEST_F()
260 widgetCmdParameters.useriamCmdData.title = para.widgetParam.title; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h45 char* title; member
52 char* title; member
62 char* title; member
72 char* title; member
82 char* title; member
106 char* title; member
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp274 string title = "Hardware Usage:"; in GetHardWareUsage() local
275 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetHardWareUsage()
276 SaveStringToFd(rawParamFd_, title + AddKbUnit(value) + "\n"); in GetHardWareUsage()
288 string title = "CMA Usage:"; in GetCMAUsage() local
289 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetCMAUsage()
290 SaveStringToFd(rawParamFd_, title + AddKbUnit(value) + "\n"); in GetCMAUsage()
301 string title = "Kernel Usage:"; in GetKernelUsage() local
302 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetKernelUsage()
303 SaveStringToFd(rawParamFd_, title + AddKbUnit(value) + "\n"); in GetKernelUsage()
315 string title in GetProcesses() local
430 vector<string> title; GetPurgByPid() local
480 vector<string> title; GetNativeHeap() local
491 vector<string> title; GetDmaByPid() local
[all...]
/base/useriam/user_auth_framework/frameworks/cj/user_auth/src/
H A Duser_auth_ffi.cpp67 .title = widgetParam.title, in FfiUserAuthStart()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_data_impl.cpp46 bool ArkWebDragDataImpl::SetLinkTitle(const ArkWebString& title) in SetLinkTitle() argument
48 return nweb_drag_data_->SetLinkTitle(ArkWebStringStructToClass(title)); in SetLinkTitle()
/base/notification/common_event_service/services/test/unittest/
H A 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, recor in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp230 // title: String in GetNotificationBasicContentDetailed()
231 if (strcpy_s(str, STR_MAX_SIZE, contentResult->title) != EOK) { in GetNotificationBasicContentDetailed()
235 LOGE("Property title is empty"); in GetNotificationBasicContentDetailed()
289 tempContent->title = contentResult->title; in GetNotificationLongTextContentDetailed()
355 tempContent->title = contentResult->title; in GetNotificationPictureContentDetailed()
446 tempContent->title = contentResult->title; in GetNotificationMultiLineContent()
488 if (strcpy_s(str, STR_MAX_SIZE, contentResult->capsule.title) ! in GetNotificationLocalLiveViewCapsule()
[all...]
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h83 char *title; member
122 char *title; member

Completed in 15 milliseconds

12345