Home
last modified time | relevance | path

Searched refs:SEP_WANT_AGENT (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp67 const std::string ReminderRequest::SEP_WANT_AGENT = "<SEP#/>"; member in OHOS::Notification::ReminderRequest
637 std::vector<std::string> info = StringSplit(wantAgentInfo, ReminderRequest::SEP_WANT_AGENT); in RecoverWantAgent()
1763 std::string info = "null" + ReminderRequest::SEP_WANT_AGENT + "null"; in AppendValuesBucket()
1767 + ReminderRequest::SEP_WANT_AGENT + wantAgentInfo->abilityName); in AppendValuesBucket()
1771 std::string info = "null" + ReminderRequest::SEP_WANT_AGENT + "null"; in AppendValuesBucket()
1775 + ReminderRequest::SEP_WANT_AGENT + maxScreenWantAgentInfo->abilityName); in AppendValuesBucket()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h794 static const std::string SEP_WANT_AGENT; variable