Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 - 22 of 22) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager_inner.cpp103 UpdateAppDatabase(reminder, ReminderRequest::ActionButtonType::CLOSE); in HandleAutoDeleteReminder()
104 CheckNeedNotifyStatus(reminder, ReminderRequest::ActionButtonType::CLOSE); in HandleAutoDeleteReminder()
H A Dadvanced_notification_live_view_service.cpp89 notificationFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in RecoverLiveViewFromDb()
90 notificationFlags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in RecoverLiveViewFromDb()
H A Dadvanced_notification_service.cpp804 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 Dreminder_data_manager.cpp553 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 Dadvanced_notification_utils.cpp1991 flag->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in CloseAlert()
1993 flag->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in CloseAlert()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
H A Dhitrace_dump.h42 CLOSE = 0,
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_manager.cpp42 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 Dnweb_autofill.h69 CLOSE, enumerator
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp398 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 Dnative_module_manager.cpp64 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) == napi_ok) { in ConstantInit()
H A Dnative_module.cpp61 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) == napi_ok) { in ConstantInit()
H A Dreminder_common.cpp81 if (!(ReminderRequest::ActionButtonType(buttonType) == ReminderRequest::ActionButtonType::CLOSE || in GenActionButtons()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h145 CLOSE
H A Dreminder_request.h158 CLOSE, member in OHOS::Notification::ReminderRequest::ActionButtonType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp291 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 Dunified_collector.cpp399 if (mode != TraceMode::CLOSE) { in LoadHitraceService()
415 if (mode == TraceMode::CLOSE) { in ExitHitraceService()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h168 CLOSE = 2, member in FlagStatus
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp131 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 Dhitrace_dump_test.cpp153 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 Dans_innerkits_module_publish_test.cpp441 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 Dreminder_request_test.cpp1043 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 Dreminder_request.cpp199 if ((type != ActionButtonType::CLOSE) && (type != ActionButtonType::SNOOZE) && (type != ActionButtonType::CUSTOM)) { in SetActionButton()
1453 case ActionButtonType::CLOSE: in AddActionButtons()

Completed in 34 milliseconds