Home
last modified time | relevance | path

Searched refs:ParseParam (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/cpp_target/
H A Dfail_output.txt6 [IDL-GEN]: [ParseParam:872] [IFoo.idl:19:25] error:expected param name before ')' token
11 [IDL-GEN]: [ParseParam:872] [IFoo.idl:20:48] error:expected param name before ',' token
16 [IDL-GEN]: [ParseParam:872] [IFoo.idl:21:42] error:expected param name before ',' token
21 [IDL-GEN]: [ParseParam:872] [IFoo.idl:22:45] error:expected param name before ',' token
26 [IDL-GEN]: [ParseParam:872] [IFoo.idl:23:39] error:expected param name before ',' token
31 [IDL-GEN]: [ParseParam:872] [IFoo.idl:24:42] error:expected param name before ',' token
36 [IDL-GEN]: [ParseParam:872] [IFoo.idl:25:48] error:expected param name before ',' token
41 [IDL-GEN]: [ParseParam:872] [IFoo.idl:26:45] error:expected param name before ',' token
46 [IDL-GEN]: [ParseParam:872] [IFoo.idl:27:48] error:expected param name before ',' token
51 [IDL-GEN]: [ParseParam:872] [IFoo.idl:28:42] error:expected param name before ',' token
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/dump_ast_target/
H A Dfail_output.txt5 [IDL-GEN]: [ParseParam:737] [IFoo.idl:19:25] error:expected param name before ')' token
10 [IDL-GEN]: [ParseParam:737] [IFoo.idl:20:48] error:expected param name before ',' token
15 [IDL-GEN]: [ParseParam:737] [IFoo.idl:21:42] error:expected param name before ',' token
20 [IDL-GEN]: [ParseParam:737] [IFoo.idl:22:45] error:expected param name before ',' token
25 [IDL-GEN]: [ParseParam:737] [IFoo.idl:23:39] error:expected param name before ',' token
30 [IDL-GEN]: [ParseParam:737] [IFoo.idl:24:42] error:expected param name before ',' token
35 [IDL-GEN]: [ParseParam:737] [IFoo.idl:25:48] error:expected param name before ',' token
40 [IDL-GEN]: [ParseParam:737] [IFoo.idl:26:45] error:expected param name before ',' token
45 [IDL-GEN]: [ParseParam:737] [IFoo.idl:27:48] error:expected param name before ',' token
50 [IDL-GEN]: [ParseParam:737] [IFoo.idl:28:42] error:expected param name before ',' token
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_test.cpp50 bool ParseParam(Parcel& parcel) override in ParseParam() function in OHOS::Rosen::RSRenderTransitionMock
52 return RSRenderTransition::ParseParam(parcel); in ParseParam()
182 bool result = transition->ParseParam(parcel);
205 bool result = transition->ParseParam(parcel);
212 bool result1 = transition->ParseParam(parcel1);
220 bool result2 = transition->ParseParam(parcel2);
229 bool result3 = transition->ParseParam(parcel3);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition.cpp52 if (!renderTransition->ParseParam(parcel)) { in Unmarshalling()
60 bool RSRenderTransition::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderTransition
62 if (!RSRenderAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_curve_animation.cpp63 if (!renderCurveAnimation->ParseParam(parcel)) { in Unmarshalling()
71 bool RSRenderCurveAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderCurveAnimation
73 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_keyframe_animation.cpp136 if (!renderKeyframeAnimation->ParseParam(parcel)) { in Unmarshalling()
144 bool RSRenderKeyframeAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderKeyframeAnimation
146 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_interpolating_spring_animation.cpp96 if (!renderInterpolatingSpringAnimation->ParseParam(parcel)) { in Unmarshalling()
104 bool RSRenderInterpolatingSpringAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderInterpolatingSpringAnimation
106 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_path_animation.cpp147 if (!renderPathAnimation->ParseParam(parcel)) { in Unmarshalling()
155 bool RSRenderPathAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderPathAnimation
157 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_spring_animation.cpp100 if (!renderSpringAnimation->ParseParam(parcel)) { in Unmarshalling()
108 bool RSRenderSpringAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderSpringAnimation
110 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_particle_animation.cpp176 if (!renderParticleAnimation->ParseParam(parcel)) { in Unmarshalling()
184 bool RSRenderParticleAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderParticleAnimation
H A Drs_render_property_animation.cpp86 bool RSRenderPropertyAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderPropertyAnimation
88 if (!RSRenderAnimation::ParseParam(parcel)) { in ParseParam()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h233 ErrCode ParseParam(ParametersInteger& pi);
234 ErrCode ParseParam(ParametersString& ps, bool isNull);
235 ErrCode ParseParam(ParametersBool& pb);
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/
H A Djs_component_snapshot.cpp186 ParseParam(1, param); in ParseParamForBuilder()
191 ParseParam(2, param); in ParseParamForBuilder()
195 ParseParam(3, param); in ParseParamForBuilder()
199 ParseParam(4, param); in ParseParamForBuilder()
219 void JsComponentSnapshot::ParseParam(int32_t idx, NG::SnapshotParam& param) in ParseParam() function in OHOS::Ace::Napi::JsComponentSnapshot
H A Djs_component_snapshot.h45 void ParseParam(int32_t idx, NG::SnapshotParam& param);
/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_common.h99 napi_status ParseParam(const napi_env env, napi_callback_info info, const NapiCallerArgs &args,
102 napi_status ParseParam(const napi_env env, napi_callback_info info, const NapiCallerArgs &args,
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.cpp46 shared_ptr<WatcherInfoArg> ParseParam(const napi_env &env, const napi_callback_info &info, int32_t … in ParseParam() function
90 auto infoArg = ParseParam(env, info, errCode); in CreateWatcher()
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_update.cpp86 if (ParseParam(env, info, args, context->attrs, context->updateAttrs) != napi_ok) { in NapiUpdateAsync()
136 if (ParseParam(env, info, args, attrs, updateAttrs) != napi_ok) { in NapiUpdateSync()
H A Dasset_napi_common.cpp353 napi_status ParseParam(const napi_env env, napi_callback_info info, const NapiCallerArgs &args, in ParseParam() function
357 return ParseParam(env, info, args, attrs, updateAttrs); in ParseParam()
360 napi_status ParseParam(const napi_env env, napi_callback_info info, const NapiCallerArgs &args, in ParseParam() function
400 if (ParseParam(env, info, args, context->attrs, context->updateAttrs) != napi_ok) { in NapiAsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition.h42 bool ParseParam(Parcel& parcel) override;
H A Drs_render_particle_animation.h60 bool ParseParam(Parcel& parcel) override;
H A Drs_render_curve_animation.h54 bool ParseParam(Parcel& parcel) override;
H A Drs_render_interpolating_spring_animation.h52 bool ParseParam(Parcel& parcel) override;
H A Drs_render_keyframe_animation.h52 bool ParseParam(Parcel& parcel) override;
H A Drs_render_property_animation.h50 bool ParseParam(Parcel& parcel) override;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dlstm_builder.cpp251 OH_NN_ReturnCode LSTMBuilder::ParseParam(const std::vector<uint32_t>& paramsIndex, in ParseParam() function in OHOS::NeuralNetworkRuntime::Ops::LSTMBuilder
298 ret = ParseParam(paramsIndex, allTensors); in Build()

12