Home
last modified time | relevance | path

Searched refs:CountTrace (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp56 void HiTraceAdapterImpl::CountTrace(const std::string& name, int64_t count) in CountTrace() function in OHOS::NWeb::HiTraceAdapterImpl
58 ::CountTrace(HITRACE_TAG_NWEB, name, count); in CountTrace()
91 ::CountTrace(HITRACE_TAG_NWEB, name, count); in CountOHOSTrace()
93 ::CountTrace(HITRACE_TAG_ACE, name, count); in CountOHOSTrace()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_hitrace_adapter_impl.cpp44 void ArkHiTraceAdapterImpl::CountTrace(const ArkWebString& name, int64_t count) in CountTrace() function in OHOS::ArkWeb::ArkHiTraceAdapterImpl
46 real_.CountTrace(ArkWebStringStructToClass(name), count); in CountTrace()
H A Dark_hitrace_adapter_impl.h37 void CountTrace(const ArkWebString& name, int64_t count) override;
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h74 void CountTrace(uint64_t label, const std::string& name, int64_t count);
104 REG_FUNC(CountTrace);
132 LOAD_FUNC(CountTrace); in Load()
192 auto func = GET_TRACE_FUNC(CountTrace); \
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_hitrace_adapter_wrapper.cpp63 void ArkHiTraceAdapterWrapper::CountTrace(const std::string& name, int64_t count) in CountTrace() function in OHOS::ArkWeb::ArkHiTraceAdapterWrapper
69 ctocpp_->CountTrace(str, count); in CountTrace()
H A Dark_hitrace_adapter_wrapper.h37 void CountTrace(const std::string& name, int64_t count) override;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp130 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[owner], arr[owner]); in UpdateOwner()
139 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[owner], arr[owner]); in ReduceOwner()
177 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[oldOwner], arr[oldOwner]); in ChangeOwnerNormal()
178 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[newOwner], arr[newOwner]); in ChangeOwnerNormal()
226 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[oldOwner], arr[oldOwner]); in ChangeOwnerDebug()
227 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[newOwner], arr[newOwner]); in ChangeOwnerDebug()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dhitrace_helper.h22 #define HITRACE_HELPER_COUNT_TRACE(msg, count) CountTrace(HITRACE_TAG_COMMONLIBRARY, msg, count)
/ohos5.0/base/account/os_account/dfx/hitrace_adapter/
H A Dhitrace_adapter.cpp39 CountTrace(HITRACE_TAG_ACCOUNT_MANAGER, name.c_str(), count); in CountTraceAdapter()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H A Dhitracemeter_impl.cpp35 CountTrace(HITRACE_TAG_APP, std::string(name), count); in HiTraceCountTrace()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_hitrace.cpp34 CountTrace(HITRACE_TAG_APP, name, count); in ARKTS_HiTraceCountTrace()
/ohos5.0/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_trace.cpp38 CountTrace(HITRACE_TAG_ZMEDIA, varName, val); in CounterTrace()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter_wrapper.cpp45 CountTrace(tag, value, count); in CountTraceCwrapper()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_hitrace_adapter.h41 virtual void CountTrace(const ArkWebString& name, int64_t count) = 0;
/ohos5.0/foundation/graphic/graphic_surface/utils/trace/
H A Dsurface_trace.h35 CountTrace(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, name, value)
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_trace.cpp30 CountTrace(HITRACE_TAG_MISC, name, count); in ValueTrace()
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/include/
H A Dhitrace_adapter_impl.h36 void CountTrace(const std::string& name, int64_t count) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dhitrace_adapter.h33 virtual void CountTrace(const std::string& name, int64_t count) = 0;
/ohos5.0/base/security/device_security_level/services/dfx/
H A Ddslm_hitrace.cpp56 CountTrace(HITRACE_TAG_DLSM, std::string(name), count); in DslmCountTrace()
/ohos5.0/foundation/graphic/graphic_2d/utils/log/
H A Drs_trace.h30 #define RS_TRACE_INT(name, value) CountTrace(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, name…
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dhitrace_utils.h42 #define COUNT_TRACE(title, count) CountTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), count)
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dhitrace_utils.h42 #define COUNT_TRACE(title, count) CountTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), count)
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dace_trace.cpp101 CountTrace(HITRACE_TAG_ACE, keyStr, count); in AceCountTrace()
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/
H A Dhitrace_example.cpp98 CountTrace(label, "count number", ++num); in FuncC()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/
H A Dhiviewdfx_adapter_test.cpp80 OhosAdapterHelper::GetInstance().GetHiTraceAdapterInstance().CountTrace("test", 1);

12