Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.cpp92 std::string FormatString(const char *errorMsgTemplate, ...) in FormatString() argument
96 va_start(args, errorMsgTemplate); in FormatString()
97 if (vsnprintf_s(sbuf, sizeof(sbuf), sizeof(sbuf) - 1, errorMsgTemplate, args) < 0) { in FormatString()
H A Dweb_errors.h64 std::string FormatString(const char *errorMsgTemplate, ...);