/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/cpp_target/ |
H A D | fail_output.txt | 6 [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 D | fail_output.txt | 5 [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 D | rs_render_transition_test.cpp | 50 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 D | rs_render_transition.cpp | 52 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 D | rs_render_curve_animation.cpp | 63 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 D | rs_render_keyframe_animation.cpp | 136 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 D | rs_render_interpolating_spring_animation.cpp | 96 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 D | rs_render_path_animation.cpp | 147 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 D | rs_render_spring_animation.cpp | 100 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 D | rs_render_particle_animation.cpp | 176 if (!renderParticleAnimation->ParseParam(parcel)) { in Unmarshalling() 184 bool RSRenderParticleAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderParticleAnimation
|
H A D | rs_render_property_animation.cpp | 86 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 D | ability_command.h | 233 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 D | js_component_snapshot.cpp | 186 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 D | js_component_snapshot.h | 45 void ParseParam(int32_t idx, NG::SnapshotParam& param);
|
/ohos5.0/base/security/asset/frameworks/js/napi/inc/ |
H A D | asset_napi_common.h | 99 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 D | watcher.cpp | 46 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 D | asset_napi_update.cpp | 86 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 D | asset_napi_common.cpp | 353 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 D | rs_render_transition.h | 42 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_particle_animation.h | 60 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_curve_animation.h | 54 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_interpolating_spring_animation.h | 52 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_keyframe_animation.h | 52 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_property_animation.h | 50 bool ParseParam(Parcel& parcel) override;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | lstm_builder.cpp | 251 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()
|