Searched defs:optionName (Results 1 - 7 of 7) sorted by relevance
/base/global/i18n/interfaces/js/kits/src/ |
H A D | variable_convertor.cpp | 36 void VariableConvertor::GetOptionValue(napi_env env, napi_value options, const std::string &optionName, in GetOptionValue() argument 64 bool VariableConvertor::GetBoolOptionValue(napi_env env, napi_value &options, const std::string &optionName, in GetBoolOptionValue() argument
|
H A D | intl_addon.cpp | 173 void GetOptionValue(napi_env env, napi_value options, const std::string &optionName, in GetOptionValue() argument 200 int64_t GetIntegerOptionValue(napi_env env, napi_value options, const std::string &optionName, in GetIntegerOptionValue() argument 225 void GetBoolOptionValue(napi_env env, napi_value options, const std::string &optionName, in GetBoolOptionValue() argument [all...] |
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_option_descriptor_helper.cpp | 84 std::string optionName = NapiScanUtils::GetStringPropertyUtf8(env, jsValue, PARAM_OPTION_NAME); in GetValueFromJs() local
|
H A D | scan_option_descriptor.cpp | 63 void ScanOptionDescriptor::SetOptionName(const std::string &optionName) in SetOptionName() argument
|
/base/startup/init/services/begetctl/ |
H A D | sandbox.cpp | 208 std::string optionName = g_options[optIndex].name; in main_cmd() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 323 std::string optionName = RemoveCharacterFromStr(argv[optind - 1], '-'); in SetCmdParameter() local 462 std::string optionName = RemoveCharacterFromStr(argv[optind - 1], '-'); in ParseCmdOptionForA() local
|
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 43 std::string optionName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionName() local 136 std::string optionName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionConstraintRange() local
|
Completed in 13 milliseconds