Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
Dhitrace_dump.h38 CLOSE = 0, enumerator
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h126 CLOSE enumerator
Dreminder_request.h62 CLOSE, enumerator
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module.cpp60 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) … in ConstantInit()
Dnative_module_manager.cpp60 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CLOSE), &prop) … in ConstantInit()
Dreminder_common.cpp79 … if (!(ReminderRequest::ActionButtonType(buttonType) == ReminderRequest::ActionButtonType::CLOSE || in GenActionButtons()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp295 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CLOSE;
321 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CLOSE;
347 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CLOSE;
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
Dhitrace_dump_test.cpp131 ASSERT_TRUE(closeMode == TraceMode::CLOSE);
150 ASSERT_TRUE(closeMode == TraceMode::CLOSE);
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp133 TraceMode g_traceMode = TraceMode::CLOSE;
1169 if (g_traceMode != CLOSE) { in OpenTrace()
1230 if (g_traceMode == CLOSE) { in CloseTrace()
1242 g_traceMode = CLOSE; in CloseTrace()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp190 …if ((type != ActionButtonType::CLOSE) && (type != ActionButtonType::SNOOZE) && (type != ActionButt… in SetActionButton()
1419 case ActionButtonType::CLOSE: in AddActionButtons()
1595 flags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in UpdateNotificationCommon()
1596 flags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp388 EXPECT_EQ(NotificationConstant::FlagStatus::CLOSE, notiFlags->IsSoundEnabled()); in CheckCaseFifteenResult()
1412 notiFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp1060 Notification::ReminderRequest::ActionButtonType::CLOSE;