Home
last modified time | relevance | path

Searched refs:MAX_SCREEN_WANT_AGENT (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h154 static const std::string MAX_SCREEN_WANT_AGENT; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp46 const std::string ReminderBaseTable::MAX_SCREEN_WANT_AGENT = "max_screen_want_agent"; member in OHOS::Notification::ReminderBaseTable
137 AddColumn(MAX_SCREEN_WANT_AGENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp57 values.PutString(ReminderBaseTable::MAX_SCREEN_WANT_AGENT, reminder->GetMaxWantAgentStr()); in AppendValuesBucket()
63 values.PutString(ReminderBaseTable::MAX_SCREEN_WANT_AGENT, maxWantInfoStr); in AppendValuesBucket()
364 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::MAX_SCREEN_WANT_AGENT, maxWantAgent); in RecoverFromDb()
H A Dreminder_data_manager.cpp1128 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT, ""); in UpdateNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h50 const char* MAX_SCREEN_WANT_AGENT = "maxScreenWantAgent"; member
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h182 MAX_SCREEN_WANT_AGENT, member in OHOS::Notification::ReminderRequest::UpdateNotificationType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp227 * 2.Type is UpdateNotificationType::MAX_SCREEN_WANT_AGENT
238 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp411 if (GetObject(env, value, ReminderAgentNapi::MAX_SCREEN_WANT_AGENT, maxScreenWantAgent)) { in GenMaxScreenWantAgent()
H A Dpublish.cpp707 napi_set_named_property(env, result, MAX_SCREEN_WANT_AGENT, maxScreenWantAgentInfo); in ParseMaxScreenWantAgent()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1028 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()

Completed in 17 milliseconds