Searched refs:ARG_NUM_2 (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/ |
H A D | mdns_resolvelocalservice_context.cpp | 42 SetParseOK(SetCallback(params[ARG_NUM_2]) == napi_ok); in ParseParams() 62 NapiUtils::GetValueType(GetEnv(), params[ARG_NUM_2]) == napi_function; in CheckParamsType()
|
H A D | mdns_removelocalservice_context.cpp | 50 SetParseOK(SetCallback(params[ARG_NUM_2]) == napi_ok); in ParseParams() 65 NapiUtils::GetValueType(GetEnv(), params[ARG_NUM_2]) == napi_function; in CheckParamsType()
|
H A D | mdns_addlocalservice_context.cpp | 60 SetParseOK(SetCallback(params[ARG_NUM_2]) == napi_ok); in ParseParams() 81 NapiUtils::GetValueType(GetEnv(), params[ARG_NUM_2]) == napi_function; in CheckParamsType()
|
/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | napi_constant.h | 39 ARG_NUM_2, enumerator
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | constant.h | 34 ARG_NUM_2, enumerator
|
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/include/context/ |
H A D | constant.h | 44 ARG_NUM_2, enumerator
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/ |
H A D | constant.h | 37 ARG_NUM_2, enumerator
|
H A D | set_iface_config_context.cpp | 81 SetParseOK((paramsCount == PARAM_DOUBLE_OPTIONS_AND_CALLBACK) ? (SetCallback(params[ARG_NUM_2]) == napi_ok) : true); in ParseParams()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/include/ |
H A D | constant.h | 44 ARG_NUM_2, enumerator
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | constant.h | 54 ARG_NUM_2, enumerator
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/ |
H A D | constant.h | 70 ARG_NUM_2, enumerator
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 114 if (argc == ARG_NUM_2) { in GetNetConnectionType()
|
Completed in 5 milliseconds