/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_js.cpp | 35 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 D | napi_app_event_holder.cpp | 33 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 D | call_ability_connection.cpp | 22 constexpr int32_t PARAM_NUM = 3; variable 31 data.WriteInt32(PARAM_NUM); in OnAbilityConnectDone()
|
H A D | call_setting_ability_connection.cpp | 22 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 D | ceil_builder.cpp | 26 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | cos_builder.cpp | 23 static const int PARAM_NUM = 0; variable 46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | equal_builder.cpp | 23 static const int PARAM_NUM = 0; variable 46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | expandims_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | floor_builder.cpp | 26 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | greater_builder.cpp | 26 static const int PARAM_NUM = 0; variable 49 returnCode = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | less_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | log_builder.cpp | 23 static const int PARAM_NUM = 0; variable 46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | logical_and_builder.cpp | 23 static const int PARAM_NUM = 0; variable 46 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | logical_not_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | logical_or_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | maximum_builder.cpp | 27 static const int PARAM_NUM = 0; variable 53 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | minimum_builder.cpp | 26 static const int PARAM_NUM = 0; variable 52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | mod_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | neg_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | notequal_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | prelu_builder.cpp | 27 static const int PARAM_NUM = 0; variable 53 returnCode = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | rank_builder.cpp | 26 static const int PARAM_NUM = 0; variable 52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | reciprocal_builder.cpp | 23 static const int PARAM_NUM = 0; variable 49 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | round_builder.cpp | 26 static const int PARAM_NUM = 0; variable 52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|
H A D | scatter_nd_builder.cpp | 26 static const int PARAM_NUM = 0; variable 52 ret = CheckParamIndex(paramsIndex, allTensors, PARAM_NUM); in Build()
|