Home
last modified time | relevance | path

Searched refs:ParseParameter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/include/
H A Dvibrator_convert_js.h40 static bool ParseParameter(napi_env env, napi_value &value, RawFileDescriptor &fileDescriptor);
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h74 bool ParseParameter(ASTMethod* method);
H A Dparser.cpp363 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 Dvibrator_convert_js.cpp123 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 Dvibrator_js.cpp179 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 Dinstaller.cpp534 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 Djs_form_host.cpp501 …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()