Searched refs:PARAM_SECOND (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/ |
H A D | napi_hitrace_param.h | 30 PARAM_SECOND,
enumerator
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_js.cpp | 91 !ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], flag) &&
in Begin() 92 !IsNullOrUndefinedType(env, params[ParamIndex::PARAM_SECOND])) {
in Begin() 184 if (!ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], tracePointTypeInt)) {
in Tracepoint() 251 if (!ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], traceFlagInt)) {
in IsFlagEnabled() 279 if (!ParseInt32Param(env, params[ParamIndex::PARAM_SECOND], traceFlagInt)) {
in EnableFlag()
|
Completed in 2 milliseconds