Home
last modified time | relevance | path

Searched defs:FormatString (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dstring_utils.cpp27 std::string FormatString(const char *fmt, ...) in FormatString() function
39 std::string FormatString(const char *fmt, va_list args) in FormatString() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.cpp32 const std::string FormatString(const char* fmt, ...) in FormatString() function
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.cpp92 std::string FormatString(const char *errorMsgTemplate, ...) in FormatString() function
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp56 std::string FormatString(const char *fmt, ...) in FormatString() function
68 std::string FormatString(const char *fmt, va_list args) in FormatString() function
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h76 std::string NetworkUtils::FormatString(const std::string &format, Args... args) in FormatString() function
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_util.cpp37 std::string FormatString(const char* fmt, va_list vararg) in FormatString() function
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp439 int DhcpFunction::FormatString(struct DhcpPacketResult &result) in FormatString() function in OHOS::DHCP::DhcpFunction
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp98 uint8_t CJSONParser::FormatString(const char *format, in FormatString() function in OHOS::ACELite::CJSONParser
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1060 void DhcpClientStateMachine::FormatString(struct DhcpIpResult *result) in FormatString() function in OHOS::DHCP::DhcpClientStateMachine
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp144 static napi_value FormatString(napi_env env, std::string &str) in FormatString() function