Searched defs:argName (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | main.cpp | 69 string argName = mapOptToName[opt]; in GetArgsMap() local
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 208 char argName[ARGUMENT_NAME_SIZE] = {'\0'}; in GetArgument() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 78 const char* argName; member
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 809 bool CheckArrayNumberAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, in CheckArrayNumberAndThrow() argument 819 bool CheckNumberAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, in CheckNumberAndThrow() argument 829 bool CheckStringAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, in CheckStringAndThrow() argument 839 bool CheckObjectAndThrow(const napi_env &env, const napi_value ¶m, 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 ¶m, const std::string &argName, const std::string &argType) CheckFunctionAndThrow() argument [all...] |
Completed in 7 milliseconds