Searched refs:SEP_BUTTON_SINGLE (Results 1 – 2 of 2) sorted by relevance
65 const std::string ReminderRequest::SEP_BUTTON_SINGLE = "<SEP,/>"; member in OHOS::Notification::ReminderRequest597 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()
792 static const std::string SEP_BUTTON_SINGLE; variable