Searched refs:ParseParameter (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/include/ |
H A D | vibrator_convert_js.h | 40 static bool ParseParameter(napi_env env, napi_value &value, RawFileDescriptor &fileDescriptor);
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.h | 74 bool ParseParameter(ASTMethod* method);
|
H A D | parser.cpp | 363 ret = ParseParameter(method) && ret; in ParseMethodBrackets() 485 bool Parser::ParseParameter(ASTMethod* method) in ParseParameter() function in OHOS::Idl::Parser
|
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/src/ |
H A D | vibrator_convert_js.cpp | 123 bool VibratorConvert::ParseParameter(napi_env env, napi_value &value, RawFileDescriptor &fileDescri… in ParseParameter() function in OHOS::Sensors::VibratorConvert 165 if (!ParseParameter(env, args[0], fileDescriptor)) { in ConvertAudioToHapticConstructor()
|
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/ |
H A D | vibrator_js.cpp | 179 bool ParseParameter(napi_env env, napi_value args[], size_t argc, VibrateInfo &info) in ParseParameter() function 246 if (!ParseParameter(env, args, argc, info)) { in VibrateEffect()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 534 static bool ParseParameter(napi_env env, napi_value args, std::string &key, std::string &value) in ParseParameter() function 570 if (!ParseParameter(env, property, key, value)) { in ParseParameters()
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/ |
H A D | js_form_host.cpp | 501 …bool ParseParameter(napi_env env, napi_value *argv, int32_t &formErrorCode, std::string &messageIn… in ParseParameter() function in OHOS::AbilityRuntime::JsFormHost 1788 if (!ParseParameter(env, argv, formErrorCode, messageInfo)) { in OnSetPublishFormResult()
|