/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager_inner.cpp | 103 UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE); in HandleAutoDeleteReminder() 104 CheckNeedNotifyStatus(reminder, ReminderRequest::ActionButtonType::CLOSE); in HandleAutoDeleteReminder()
|
H A D | advanced_notification_live_view_service.cpp | 89 notificationFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in RecoverLiveViewFromDb() 90 notificationFlags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in RecoverLiveViewFromDb()
|
H A D | advanced_notification_service.cpp | 804 flags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in DoNotDisturbUpdataReminderFlags() 810 flags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in DoNotDisturbUpdataReminderFlags() 934 flags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in ChangeNotificationByControlFlags() 955 flags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in ChangeNotificationByControlFlags()
|
H A D | reminder_data_manager.cpp | 553 UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE); in CloseReminder() 554 CheckNeedNotifyStatus(reminder, ReminderRequest::ActionButtonType::CLOSE); in CloseReminder() 1918 UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE); in ClickReminder() 1919 CheckNeedNotifyStatus(reminder, ReminderRequest::ActionButtonType::CLOSE); in ClickReminder()
|
H A D | advanced_notification_utils.cpp | 1991 flag->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in CloseAlert() 1993 flag->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in CloseAlert()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/ |
H A D | hitrace_dump.h | 42 CLOSE = 0,
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | trace_manager.cpp | 42 TraceMode g_recoverMode = Parameter::IsBetaVersion() ? TraceMode::SERVICE_MODE : TraceMode::CLOSE;
99 g_recoverMode = TraceMode::CLOSE;
in CloseTrace()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_autofill.h | 69 CLOSE, enumerator
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 398 reminder->SetActionButton("不再提醒", ReminderRequest::ActionButtonType::CLOSE,
in HWTEST_F() 400 manager->UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE);
in HWTEST_F() 410 manager->CheckUpdateConditions(reminder, ReminderRequest::ActionButtonType::CLOSE, actionButtonMap);
in HWTEST_F() 417 manager->UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE);
in HWTEST_F() 432 reminder1->SetActionButton("不再提醒", ReminderRequest::ActionButtonType::CLOSE, "",
in HWTEST_F() 434 manager->UpdateAppDatabase(reminder1, ReminderRequest::ActionButtonType::CLOSE);
in HWTEST_F() 696 ReminderRequest::ActionButtonType type = ReminderRequest::ActionButtonType::CLOSE;
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | native_module_manager.cpp | 64 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) == napi_ok) { in ConstantInit()
|
H A D | native_module.cpp | 61 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) == napi_ok) { in ConstantInit()
|
H A D | reminder_common.cpp | 81 if (!(ReminderRequest::ActionButtonType(buttonType) == ReminderRequest::ActionButtonType::CLOSE || in GenActionButtons()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_constant.h | 145 CLOSE
|
H A D | reminder_request.h | 158 CLOSE, member in OHOS::Notification::ReminderRequest::ActionButtonType
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
H A D | reminder_request_branch_test.cpp | 291 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CLOSE; in HWTEST_F() 317 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CLOSE; in HWTEST_F() 332 * 2.Type is ActionButtonType::CLOSE 343 ReminderRequest::ActionButtonType buttonType = ReminderRequest::ActionButtonType::CLOSE; in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/unified_collector/ |
H A D | unified_collector.cpp | 399 if (mode != TraceMode::CLOSE) {
in LoadHitraceService() 415 if (mode == TraceMode::CLOSE) {
in ExitHitraceService()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 168 CLOSE = 2, member in FlagStatus
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 131 TraceMode g_traceMode = TraceMode::CLOSE;
1371 if (g_traceMode != CLOSE) {
in OpenTrace() 1417 if (g_traceMode != CLOSE) {
in OpenTrace() 1579 if (g_traceMode == CLOSE) {
in CloseTrace() 1584 g_traceMode = CLOSE;
in CloseTrace()
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/ |
H A D | hitrace_dump_test.cpp | 153 ASSERT_TRUE(closeMode == TraceMode::CLOSE);
in HWTEST_F() 172 ASSERT_TRUE(closeMode == TraceMode::CLOSE);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 441 EXPECT_EQ(NotificationConstant::FlagStatus::CLOSE, notiFlags->IsSoundEnabled()); in CheckCaseSixteenResult() 442 EXPECT_EQ(NotificationConstant::FlagStatus::CLOSE, notiFlags->IsVibrationEnabled()); in CheckCaseSixteenResult() 1473 notiFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 1043 Notification::ReminderRequest::ActionButtonType::CLOSE; in HWTEST_F() 1075 std::string resource = "CLOSE"; in HWTEST_F() 1077 Notification::ReminderRequest::ActionButtonType::CLOSE; in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 199 if ((type != ActionButtonType::CLOSE) && (type != ActionButtonType::SNOOZE) && (type != ActionButtonType::CUSTOM)) { in SetActionButton() 1453 case ActionButtonType::CLOSE: in AddActionButtons()
|