Home
last modified time | relevance | path

Searched refs:PrintStatisticResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/dfx/
H A Dnative_module_dfx.cpp121 static napi_value PrintStatisticResult(napi_env env, napi_callback_info info) in PrintStatisticResult() function
124 engine->PrintStatisticResult(); in PrintStatisticResult()
182 DECLARE_NAPI_FUNCTION("printStatisticResult", PrintStatisticResult), in DfxInit()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h253 void PrintStatisticResult() override;
H A Dark_native_engine.cpp2056 void ArkNativeEngine::PrintStatisticResult() in PrintStatisticResult() function in ArkNativeEngine
2058 DFXJSNApi::PrintStatisticResult(vm_); in PrintStatisticResult()
2165 void ArkNativeEngine::PrintStatisticResult() in PrintStatisticResult() function in ArkNativeEngine
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h355 virtual void PrintStatisticResult() = 0;