Home
last modified time | relevance | path

Searched refs:GetLogContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp661 std::string GetLogContent( in GetLogContent() function
722 std::string content = GetLogContent(runtime, argv, argc); in AppLogPrint()
854 std::string traceName = GetLogContent(runtime, argv, argc); in JsTraceBegin()
869 std::string GetLogContent(napi_env env, napi_callback_info info) in GetLogContent() function
906 std::string content = GetLogContent(env, info); in AppLogPrint()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h97 static void GetLogContent(
H A Dcommon_func.cpp1266 void CommonFunc::GetLogContent(string &formatStr, const vector<NapiParam> &params, string &ret, uin… in GetLogContent() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
1326 GetLogContent(formatStr, params, ret, pos); in ParseLogContent()