Searched refs:ARGS_TWO_EVENT (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event_set_param.cpp | 29 static const int32_t ARGS_TWO_EVENT = 2; variable 356 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() 361 … napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[PARAM0_EVENT], &resultout)); in SetCallback() 373 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() 378 … napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[PARAM0_EVENT], &resultout)); in SetCallback()
|
H A D | common_event.cpp | 29 static const int32_t ARGS_TWO_EVENT = 2; variable 154 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in ThreadSafeCallback() 158 …commonEventDataWorkerData->env, undefined, callback, ARGS_TWO_EVENT, &results[PARAM0_EVENT], &resu… in ThreadSafeCallback()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | common_event_set_param.cpp | 30 static const int32_t ARGS_TWO_EVENT = 2; variable 390 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() 395 … napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[INDEX_ZERO], &resultout)); in SetCallback() 407 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() 412 … napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[INDEX_ZERO], &resultout)); in SetCallback()
|
H A D | napi_common_event.cpp | 33 static const int32_t ARGS_TWO_EVENT = 2; variable 180 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in ThreadSafeCallback() 184 …commonEventDataWorkerData->env, undefined, callback, ARGS_TWO_EVENT, &results[INDEX_ZERO], &result… in ThreadSafeCallback()
|