Home
last modified time | relevance | path

Searched refs:oneLine (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_multiline_content_test.cpp71 std::string oneLine = "OneLine"; variable
73 rrc->AddSingleLine(oneLine);
161 std::string oneLine = "OneLine"; variable
165 rrc->AddSingleLine(oneLine);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dfile_utils.cpp51 bool FileUtils::LoadStringFromProcCb(const std::string& path, bool oneLine, bool endWithoutN, const… in LoadStringFromProcCb() argument
71 if (oneLine) { in LoadStringFromProcCb()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dfile_utils.h30 …bool LoadStringFromProcCb(const std::string& path, bool oneLine, bool lineEndWithN, const DataHand…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_multiline_content.cpp46 void NotificationMultiLineContent::AddSingleLine(const std::string &oneLine) in AddSingleLine() argument
53 allLines_.emplace_back(oneLine); in AddSingleLine()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_multiline_content.h71 void AddSingleLine(const std::string &oneLine);