Searched refs:MAX_SCREEN_WANT_AGENT (Results 1 - 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 154 static const std::string MAX_SCREEN_WANT_AGENT; member in OHOS::Notification::ReminderBaseTable
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table.cpp | 46 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 D | reminder_store_strategy.cpp | 57 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 D | reminder_data_manager.cpp | 1128 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT, ""); in UpdateNotification()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 50 const char* MAX_SCREEN_WANT_AGENT = "maxScreenWantAgent"; member
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 182 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 D | reminder_request_branch_test.cpp | 227 * 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 D | reminder_common.cpp | 411 if (GetObject(env, value, ReminderAgentNapi::MAX_SCREEN_WANT_AGENT, maxScreenWantAgent)) { in GenMaxScreenWantAgent()
|
H A D | publish.cpp | 707 napi_set_named_property(env, result, MAX_SCREEN_WANT_AGENT, maxScreenWantAgentInfo); in ParseMaxScreenWantAgent()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 1028 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()
|
Completed in 17 milliseconds