/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_basic_content.h | 63 virtual void SetTitle(const std::string &title);
|
D | reminder_request.h | 523 ReminderRequest& SetTitle(const std::string &title);
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 414 normalContent->SetTitle("1"); 453 normalContent->SetTitle("1"); 492 normalContent->SetTitle("1"); 531 longTextContent->SetTitle("1"); 583 pictureContent->SetTitle("1"); 624 contentImpl->SetTitle("1"); 676 contentImpl->SetTitle("1"); 722 contentImpl->SetTitle("1"); 767 contentImpl->SetTitle("1"); 808 contentImpl->SetTitle("1"); [all …]
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_test.cpp | 142 normalContent->SetTitle("normalContent's title"); 166 normalContent->SetTitle("normalContent's title"); 193 normalContent->SetTitle("normalContent's title"); 218 normalContent->SetTitle("normalContent's title"); 243 normalContent->SetTitle("normalContent's title"); 268 normalContent->SetTitle("normalContent's title"); 292 normalContent->SetTitle("normalContent's title"); 316 normalContent->SetTitle("normalContent's title"); 340 normalContent->SetTitle("normalContent's title"); 364 normalContent->SetTitle("normalContent's title"); [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_basic_content.cpp | 44 void NotificationBasicContent::SetTitle(const std::string &title) in SetTitle() function in OHOS::Notification::NotificationBasicContent
|
D | reminder_request.cpp | 666 ReminderRequest& ReminderRequest::SetTitle(const std::string &title) in SetTitle() function in OHOS::Notification::ReminderRequest 1418 notificationNormalContent->SetTitle(title_); in UpdateNotificationCommon()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_config.h | 42 void SetTitle(const std::string &title);
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_content_test.cpp | 108 notificationBasicContent.SetTitle(title); in HWTEST_F()
|
D | reminder_request_test.cpp | 285 rrc->SetTitle(content); 299 rrc->SetTitle(content);
|
/base/hiviewdfx/hidumper/services/native/include/ |
D | raw_param.h | 49 void SetTitle(const std::string &path);
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
D | incoming_call_notification.cpp | 84 normalContent->SetTitle(INCOMING_CALL_NOTIFICATION_TITLE); in PublishIncomingCallNotification()
|
D | missed_call_notification.cpp | 91 normalContent->SetTitle(INCOMING_CALL_MISSED_TITLE); in PublishMissedCallNotification()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
D | reminderrequestannex_fuzzer.cpp | 33 reminderRequest.SetTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
D | publishnotification_fuzzer.cpp | 46 contentType->SetTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/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() function in OHOS::Request::Download::DownloadConfig
|
D | download_task_napi.cpp | 214 config.SetTitle(NapiUtils::GetStringPropertyUtf8(env, configValue, PARAM_KEY_TITLE)); in ParseConfig()
|
D | download_task_napi_V9.cpp | 239 config.SetTitle(NapiUtils::GetStringPropertyUtf8(env, configValue, PARAM_KEY_TITLE)); in ParseConfig()
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 162 normalContent->SetTitle("normalContent's title"); in BENCHMARK_F() 191 normalContent->SetTitle("normalContent's title"); in BENCHMARK_F()
|
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
D | publishcontinuoustasknotification_fuzzer.cpp | 46 contentType->SetTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | raw_param.cpp | 150 void RawParam::SetTitle(const std::string &path) in SetTitle() function in OHOS::HiviewDFX::RawParam
|
/base/request/request/download/services/src/ |
D | download_service_stub.cpp | 87 config.SetTitle(data.ReadString()); in OnRequest()
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
D | dump_implement.cpp | 105 reqCtl->SetTitle(",The result is:" + path_); in Main() 107 reqCtl->SetTitle(""); in Main()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | publish.cpp | 253 normalContent->SetTitle(contentTitle); in ParseShowOptions()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 176 reminder->SetTitle(std::string(str)); in GenReminder()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 1245 pictureContent->SetTitle("notification title"); 1277 pictureContent->SetTitle("notification title"); 1309 pictureContent->SetTitle("notification title");
|