Home
last modified time | relevance | path

Searched defs:argName (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dmain.cpp69 string argName = mapOptToName[opt]; in GetArgsMap() local
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp208 char argName[ARGUMENT_NAME_SIZE] = {'\0'}; in GetArgument() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h78 const char* argName; member
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp809 bool CheckArrayNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, in CheckArrayNumberAndThrow() argument
819 bool CheckNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, in CheckNumberAndThrow() argument
829 bool CheckStringAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, in CheckStringAndThrow() argument
839 bool CheckObjectAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, in CheckObjectAndThrow() argument
799 CheckParametersAndThrow(const napi_env &env, const napi_value parameters[], std::initializer_list<napi_valuetype> types, const std::string &argName, const std::string &argType) CheckParametersAndThrow() argument
850 CheckFunctionAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckFunctionAndThrow() argument
[all...]

Completed in 7 milliseconds