Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/
H A Dnapi_hitrace_meter.cpp155 bool ParseTagsParam(const napi_env& env, const napi_value& value, uint64_t& tags) in ParseTagsParam() function
264 if (!ParseTagsParam(env, argv[FIRST_ARG_INDEX], tags)) { in JSStartCaptureAppTrace()