Home
last modified time | relevance | path

Searched refs:ARG_BUTT (Results 1 – 11 of 11) sorted by relevance

/base/request/request/upload/interfaces/kits/napi/src/
Dasync_call.cpp110 napi_value result[ARG_BUTT] = { 0 }; in OnComplete()
134 napi_call_function(env, nullptr, callback, ARG_BUTT, result, &returnValue); in OnComplete()
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Dasync_call.cpp115 napi_value result[ARG_BUTT] = {0}; in OnComplete()
140 …NAPI_CALL_RETURN_VOID(env, napi_call_function(env, nullptr, callback, ARG_BUTT, result, &returnVal… in OnComplete()
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Dasync_call.cpp110 napi_value result[ARG_BUTT] = { 0 }; in OnComplete()
135 napi_call_function(env, nullptr, callback, ARG_BUTT, result, &returnValue); in OnComplete()
Dasync_call.h105 ARG_BUTT enumerator
/base/theme/screenlock_mgr/interfaces/kits/napi/src/
Dasync_call.cpp123 napi_value result[static_cast<uint32_t>(ARG_INFO::ARG_BUTT)] = { nullptr }; in OnComplete()
153 …napi_call_function(env, nullptr, callback, static_cast<size_t>(ARG_INFO::ARG_BUTT), result, &retur… in OnComplete()
Dscreenlock_callback.cpp32 enum class ARG_INFO { ARG_ERROR, ARG_DATA, ARG_BUTT }; enumerator
/base/theme/wallpaper_mgr/interfaces/kits/napi/
Dasync_call.cpp123 napi_value result[ARG_BUTT] = { 0 }; in OnComplete()
164 napi_call_function(env, nullptr, callback, ARG_BUTT, result, &returnValue); in OnComplete()
Dasync_call.h103 ARG_BUTT enumerator
/base/request/request/upload/interfaces/kits/napi/include/
Dasync_call.h90 ARG_BUTT enumerator
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Dasync_call.h92 enum { ARG_ERROR, ARG_DATA, ARG_BUTT }; enumerator
/base/theme/screenlock_mgr/interfaces/kits/napi/include/
Dasync_call.h100 enum class ARG_INFO { ARG_ERROR, ARG_DATA, ARG_BUTT }; enumerator