Searched refs:PARAM_FIRST (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/ |
H A D | napi_hitrace_param.h | 29 PARAM_FIRST = 0,
enumerator
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_js.cpp | 85 if (!ParseStringParam(env, params[ParamIndex::PARAM_FIRST], name)) {
in Begin() 114 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_FIRST], traceId)) {
in End() 143 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_FIRST], traceId)) {
in SetId() 178 if (!ParseInt32Param(env, params[ParamIndex::PARAM_FIRST], communicationModeInt)) {
in Tracepoint() 221 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_FIRST], traceId)) {
in IsValid() 246 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_FIRST], traceId)) {
in IsFlagEnabled() 274 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_FIRST], traceId)) {
in EnableFlag() 285 NapiHitraceUtil::EnableTraceIdObjectFlag(env, traceId, params[ParamIndex::PARAM_FIRST]);
in EnableFlag()
|
Completed in 2 milliseconds