Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp65 const std::string ReminderRequest::SEP_BUTTON_SINGLE = "<SEP,/>"; member in OHOS::Notification::ReminderRequest
597 std::vector<std::string> singleButton = StringSplit(button, SEP_BUTTON_SINGLE); in RecoverActionButton()
1315 … info += std::to_string(static_cast<uint8_t>(button.first)) + SEP_BUTTON_SINGLE + buttonInfo.title; in GetButtonInfo()
1319 info += (SEP_BUTTON_SINGLE + buttonInfo.wantAgent->pkgName + SEP_BUTTON_SINGLE in GetButtonInfo()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h792 static const std::string SEP_BUTTON_SINGLE; variable