Home
last modified time | relevance | path

Searched refs:HITRACE_TAG_NWEB (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp38 ::StartTrace(HITRACE_TAG_NWEB, value, limit); in StartTrace()
43 ::FinishTrace(HITRACE_TAG_NWEB); in FinishTrace()
48 ::StartAsyncTrace(HITRACE_TAG_NWEB, value, taskId, limit); in StartAsyncTrace()
53 ::FinishAsyncTrace(HITRACE_TAG_NWEB, value, taskId); in FinishAsyncTrace()
58 ::CountTrace(HITRACE_TAG_NWEB, name, count); in CountTrace()
67 return (tags & HITRACE_TAG_NWEB); in IsHiTraceEnable()
73 ::StartTrace(HITRACE_TAG_NWEB, value, limit); in StartOHOSTrace()
82 ::FinishTrace(HITRACE_TAG_NWEB); in FinishOHOSTrace()
91 ::CountTrace(HITRACE_TAG_NWEB, name, count); in CountOHOSTrace()
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/
H A Dhitrace_example.cpp41 HITRACE_TAG_NWEB,
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/
H A Dnapi_hitrace_meter.cpp49 {"nweb", HITRACE_TAG_NWEB}, {"daudio", HITRACE_TAG_DISTRIBUTED_AUDIO},
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/
H A Dhitrace_meter.h46 constexpr uint64_t HITRACE_TAG_NWEB = (1ULL << 24); // NWeb tag. variable
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracemeter.md29 constexpr uint64_t HITRACE_TAG_NWEB = (1ULL << 24); // NWeb tag.
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hitracemeter.md29 constexpr uint64_t HITRACE_TAG_NWEB = (1ULL << 24); // NWeb tag.
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp104HITRACE_TAG_NWEB | HITRACE_TAG_DISTRIBUTED_AUDIO | HITRACE_TAG_FILEMANAGEMENT | HITRACE_TAG_OHOS |