Home
last modified time | relevance | path

Searched refs:PARAM_NUM (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js.cpp35 constexpr size_t PARAM_NUM = 4; // max param num is 4 in Write() local
36 size_t paramNum = PARAM_NUM; in Write()
37 napi_value params[PARAM_NUM] = { 0 }; in Write()
72 constexpr size_t PARAM_NUM = 1; // param num is 1 in Configure() local
73 size_t paramNum = PARAM_NUM; in Configure()
74 napi_value params[PARAM_NUM] = { 0 }; in Configure()
76 if (paramNum != PARAM_NUM) { in Configure()
H A Dnapi_app_event_holder.cpp33 constexpr size_t PARAM_NUM = 1; variable
65 size_t paramNum = PARAM_NUM; in NapiConstructor()
66 napi_value params[PARAM_NUM] = { 0 }; in NapiConstructor()
70 if (paramNum < PARAM_NUM) { in NapiConstructor()
105 size_t paramNum = PARAM_NUM; in NapiSetRow()
106 napi_value params[PARAM_NUM] = { 0 }; in NapiSetRow()
109 if (paramNum < PARAM_NUM) { in NapiSetRow()
132 size_t paramNum = PARAM_NUM; in NapiSetSize()
133 napi_value params[PARAM_NUM] = { 0 }; in NapiSetSize()
136 if (paramNum < PARAM_NUM) { in NapiSetSize()
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_ability_connection.cpp22 constexpr int32_t PARAM_NUM = 3; variable
31 data.WriteInt32(PARAM_NUM); in OnAbilityConnectDone()
H A Dcall_setting_ability_connection.cpp22 constexpr int32_t PARAM_NUM = 3; variable
31 data.WriteInt32(PARAM_NUM); in OnAbilityConnectDone()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dceil_builder.cpp26 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dcos_builder.cpp23 static const int PARAM_NUM = 0; variable
46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dequal_builder.cpp23 static const int PARAM_NUM = 0; variable
46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dexpandims_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dfloor_builder.cpp26 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dgreater_builder.cpp26 static const int PARAM_NUM = 0; variable
49 returnCode = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dless_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dlog_builder.cpp23 static const int PARAM_NUM = 0; variable
46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dlogical_and_builder.cpp23 static const int PARAM_NUM = 0; variable
46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dlogical_not_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dlogical_or_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dmaximum_builder.cpp27 static const int PARAM_NUM = 0; variable
53 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dminimum_builder.cpp26 static const int PARAM_NUM = 0; variable
52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dmod_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dneg_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dnotequal_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dprelu_builder.cpp27 static const int PARAM_NUM = 0; variable
53 returnCode = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Drank_builder.cpp26 static const int PARAM_NUM = 0; variable
52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dreciprocal_builder.cpp23 static const int PARAM_NUM = 0; variable
49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dround_builder.cpp26 static const int PARAM_NUM = 0; variable
52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
H A Dscatter_nd_builder.cpp26 static const int PARAM_NUM = 0; variable
52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()

123