Searched refs:ParamIndex (Results 1 - 2 of 2) sorted by relevance
/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() 91 !ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], flag) &&
in Begin() 92 !IsNullOrUndefinedType(env, params[ParamIndex::PARAM_SECOND])) {
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() 184 if (!ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], tracePointTypeInt)) {
in Tracepoint() 190 if (!ParseTraceIdObject(env, params[ParamIndex::PARAM_THIRD], traceId)) {
in Tracepoint() 196 !ParseStringParam(env, params[ParamIndex::PARAM_FORTH], description) &&
in Tracepoint() 197 !IsNullOrUndefinedType(env, params[ParamIndex in Tracepoint() [all...] |
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/ |
H A D | napi_hitrace_param.h | 28 enum ParamIndex {
enum
|
Completed in 1 milliseconds