/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 52 return RSRenderTransition::ParseParam(parcel); 171 * @tc.desc: Verify the ParseParam 182 bool result = transition->ParseParam(parcel); in HWTEST_F() 189 * @tc.desc: Verify the ParseParam 205 bool result = transition->ParseParam(parcel); in HWTEST_F() 212 bool result1 = transition->ParseParam(parcel1); in HWTEST_F() 220 bool result2 = transition->ParseParam(parcel2); in HWTEST_F() 229 bool result3 = transition->ParseParam(parcel3); in HWTEST_F()
|
/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() 53 ROSEN_LOGE("RSRenderTransition::Unmarshalling, ParseParam Failed"); in Unmarshalling() 60 bool RSRenderTransition::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderTransition 62 if (!RSRenderAnimation::ParseParam(parcel)) { in ParseParam() 63 ROSEN_LOGE("RSRenderTransition::ParseParam, RenderAnimation failed"); in ParseParam() 67 ROSEN_LOGE("RSRenderTransition::ParseParam, effect failed"); in ParseParam() 71 ROSEN_LOGE("RSRenderTransition::ParseParam, transition direction failed"); in ParseParam() 76 ROSEN_LOGE("RSRenderTransition::ParseParam, interpolator is nullptr"); in ParseParam()
|
H A D | rs_render_curve_animation.cpp | 73 if (!renderCurveAnimation->ParseParam(parcel)) { in Unmarshalling() 81 bool RSRenderCurveAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderCurveAnimation 83 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam() 84 ROSEN_LOGE("RSRenderCurveAnimation::ParseParam, ParseParam Fail"); in ParseParam() 90 ROSEN_LOGE("RSRenderCurveAnimation::ParseParam, Unmarshalling Fail"); in ParseParam() 96 ROSEN_LOGE("RSRenderCurveAnimation::ParseParam, Unmarshalling interpolator failed"); in ParseParam()
|
H A D | rs_render_interpolating_spring_animation.cpp | 106 if (!renderInterpolatingSpringAnimation->ParseParam(parcel)) { in Unmarshalling() 114 bool RSRenderInterpolatingSpringAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderInterpolatingSpringAnimation 116 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam() 117 ROSEN_LOGE("RSRenderInterpolatingSpringAnimation::ParseParam, ParseParam Fail"); in ParseParam()
|
H A D | rs_render_keyframe_animation.cpp | 143 if (!renderKeyframeAnimation->ParseParam(parcel)) { in Unmarshalling() 144 ROSEN_LOGE("RSRenderKeyframeAnimation::Unmarshalling, ParseParam failed"); in Unmarshalling() 151 bool RSRenderKeyframeAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderKeyframeAnimation 153 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam() 154 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, RenderPropertyAnimation fail"); in ParseParam() 158 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Parse isDurationKeyframe fail"); in ParseParam() 163 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Parse Keyframes size fail"); in ParseParam() 167 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Keyframes size number is too large."); in ParseParam() 178 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Unmarshalling value failed"); in ParseParam() 187 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Unmarshallin in ParseParam() [all...] |
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 188 ROSEN_LOGE("RSRenderParticleAnimation::ParseParam, Unmarshalling animationId failed"); in ParseParam() 194 ROSEN_LOGE("RSRenderParticleAnimation::ParseParam, Unmarshalling failed"); in ParseParam()
|
H A D | rs_render_spring_animation.cpp | 110 if (!renderSpringAnimation->ParseParam(parcel)) { in Unmarshalling() 118 bool RSRenderSpringAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderSpringAnimation 120 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam() 121 ROSEN_LOGE("RSRenderSpringAnimation::ParseParam, ParseParam Fail"); in ParseParam()
|
H A D | rs_render_path_animation.cpp | 148 if (!renderPathAnimation->ParseParam(parcel)) { in Unmarshalling() 156 bool RSRenderPathAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderPathAnimation 158 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam() 159 ROSEN_LOGE("RSRenderPathAnimation::ParseParam, Parse RenderProperty Fail"); in ParseParam() 168 ROSEN_LOGE("RSRenderPathAnimation::ParseParam, Parse PathAnimation Failed"); in ParseParam() 174 ROSEN_LOGE("RSRenderPathAnimation::ParseParam, Unmarshalling interpolator failed"); in ParseParam() 180 ROSEN_LOGE("RSRenderPathAnimation::ParseParam, Parse values failed"); in ParseParam()
|
H A D | rs_render_property_animation.cpp | 93 bool RSRenderPropertyAnimation::ParseParam(Parcel& parcel) in ParseParam() function in OHOS::Rosen::RSRenderPropertyAnimation 95 if (!RSRenderAnimation::ParseParam(parcel)) { in ParseParam() 96 ROSEN_LOGE("RSRenderPropertyAnimation::ParseParam, RenderAnimation failed"); in ParseParam() 101 ROSEN_LOGE("RSRenderPropertyAnimation::ParseParam, Unmarshalling failed"); in ParseParam() 109 ROSEN_LOGE("RSRenderPropertyAnimation::ParseParam, originValue_ is nullptr!"); in ParseParam()
|
/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);
|
/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 &errCode) in ParseParam() function 90 auto infoArg = ParseParam(env, info, errCode); in CreateWatcher()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/ |
H A D | js_component_snapshot.h | 45 void ParseParam(int32_t idx, NG::SnapshotParam& param);
|
H A D | js_component_snapshot.cpp | 179 ParseParam(1, param); in ParseParamForBuilder() 184 ParseParam(2, param); in ParseParamForBuilder() 188 ParseParam(3, param); in ParseParamForBuilder() 192 ParseParam(4, param); in ParseParamForBuilder() 212 void JsComponentSnapshot::ParseParam(int32_t idx, NG::SnapshotParam& param) in ParseParam() function in JsComponentSnapshot
|
/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_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_curve_animation.h | 54 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_spring_animation.h | 54 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_property_animation.h | 50 bool ParseParam(Parcel& parcel) override;
|
H A D | rs_render_path_animation.h | 79 bool ParseParam(Parcel& parcel) override;
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/ |
H A D | codec_demo.cpp | 42 int ParseParam(int argc, char *argv[]) in ParseParam() function 167 if (ParseParam(argc, argv) != 0) { in main()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/ |
H A D | player_demo.cpp | 52 int ParseParam(int argc, char *argv[]) in ParseParam() function 197 if (ParseParam(argc, argv) != 0) { in main()
|
/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() 300 LOGE("[LSTM] ParseParam failed, passed invalid param.");
in Build()
|
H A D | lstm_builder.h | 50 OH_NN_ReturnCode ParseParam(const std::vector<uint32_t>& paramsIndex,
|