Home
last modified time | relevance | path

Searched defs:oneLine (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_multiline_content_test.cpp71 std::string oneLine = "OneLine"; variable
161 std::string oneLine = "OneLine"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp46 void NotificationMultiLineContent::AddSingleLine(const std::string &oneLine) in AddSingleLine()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp54 bool FileUtils::LoadStringFromProcCb(const std::string& path, bool oneLine, bool endWithoutN, const… in LoadStringFromProcCb()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp543 std::string oneLine; in FillHilog() local
1057 std::string oneLine; in GetFreezeJsonCollector() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp290 bool Typography::GetLineInfo(int lineNumber, bool oneLine, bool includeWhitespace, LineMetrics* lin… in GetLineInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp900 bool oneLine = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1348 …l OH_Drawing_TypographyGetLineInfo(OH_Drawing_Typography* typography, int lineNumber, bool oneLine, in OH_Drawing_TypographyGetLineInfo()