Home
last modified time | relevance | path

Searched refs:OnUpdate (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_foreground.h44 bool OnUpdate(const RSRenderNode& node) override;
60 bool OnUpdate(const RSRenderNode& node) override;
76 bool OnUpdate(const RSRenderNode& node) override;
92 bool OnUpdate(const RSRenderNode& node) override;
108 bool OnUpdate(const RSRenderNode& node) override;
122 bool OnUpdate(const RSRenderNode& node) override;
138 bool OnUpdate(const RSRenderNode& node) override;
155 bool OnUpdate(const RSRenderNode& node) override;
166 bool OnUpdate(const RSRenderNode& node) override;
195 bool OnUpdate(cons
[all...]
H A Drs_property_drawable_background.h48 bool OnUpdate(const RSRenderNode& node) override;
77 bool OnUpdate(const RSRenderNode& node) override;
91 bool OnUpdate(const RSRenderNode& node) override;
103 bool OnUpdate(const RSRenderNode& node) override;
116 bool OnUpdate(const RSRenderNode& node) override;
143 bool OnUpdate(const RSRenderNode& node) override;
153 bool OnUpdate(const RSRenderNode& node) override;
167 bool OnUpdate(const RSRenderNode& node) override;
181 bool OnUpdate(const RSRenderNode& node) override;
H A Drs_misc_drawable.h46 bool OnUpdate(const RSRenderNode& content) override;
67 bool OnUpdate(const RSRenderNode& node) override;
148 bool OnUpdate(const RSRenderNode& node) override;
167 bool OnUpdate(const RSRenderNode& node) override;
191 bool OnUpdate(const RSRenderNode& node) override;
210 bool OnUpdate(const RSRenderNode& node) override;
233 bool OnUpdate(const RSRenderNode& node) override;
H A Drs_property_drawable.h81 bool OnUpdate(const RSRenderNode& node) override;
95 bool OnUpdate(const RSRenderNode& node) override;
107 bool OnUpdate(const RSRenderNode& node) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp37 if (auto ret = std::make_shared<RSBinarizationDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
43 bool RSBinarizationDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBinarizationDrawable
73 if (auto ret = std::make_shared<RSColorFilterDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
79 bool RSColorFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::RSColorFilterDrawable
108 if (auto ret = std::make_shared<RSLightUpEffectDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
114 bool RSLightUpEffectDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in RSLightUpEffectDrawable
144 if (auto ret = std::make_shared<RSDynamicDimDrawable>(); ret->OnUpdate(node)) {
150 bool RSDynamicDimDrawable::OnUpdate(const RSRenderNode& node)
179 if (auto ret = std::make_shared<RSForegroundColorDrawable>(); ret->OnUpdate(node)) {
185 bool RSForegroundColorDrawable::OnUpdate(cons
[all...]
H A Drs_misc_drawable.cpp33 if (auto ret = std::make_shared<RSChildrenDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
39 bool RSChildrenDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSChildrenDrawable
157 if (auto ret = std::make_shared<RSCustomModifierDrawable>(type); ret->OnUpdate(node)) { in OnGenerate()
166 bool RSCustomModifierDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::RSCustomModifierDrawable
297 if (auto ret = std::make_shared<RSBeginBlenderDrawable>(); ret->OnUpdate(node)) {
303 bool RSBeginBlenderDrawable::OnUpdate(const RSRenderNode& node)
363 if (auto ret = std::make_shared<RSEndBlenderDrawable>(); ret->OnUpdate(node)) {
369 bool RSEndBlenderDrawable::OnUpdate(const RSRenderNode& node)
406 if (auto ret = std::make_shared<RSEnvFGColorDrawable>(); ret->OnUpdate(node)) {
411 bool RSEnvFGColorDrawable::OnUpdate(cons
[all...]
H A Drs_property_drawable_background.cpp61 if (ret->OnUpdate(node)) { in OnGenerate()
67 bool RSShadowDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSShadowDrawable
134 if (auto ret = std::make_shared<RSMaskDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
140 bool RSMaskDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in RSMaskDrawable
145 ROSEN_LOGE("RSMaskDrawable::OnUpdate null mask"); in OnUpdate()
149 ROSEN_LOGE("RSMaskDrawable::OnUpdate not has Svg Mask property"); in OnUpdate()
212 if (auto ret = std::make_shared<RSBackgroundColorDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
218 bool RSBackgroundColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in RSBackgroundColorDrawable
266 if (auto ret = std::make_shared<RSBackgroundShaderDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
272 bool RSBackgroundShaderDrawable::OnUpdate(cons function in RSBackgroundShaderDrawable
459 bool RSBackgroundImageDrawable::OnUpdate(const RSRenderNode& node) OnUpdate() function in RSBackgroundImageDrawable
[all...]
H A Drs_property_drawable.cpp95 if (auto ret = std::make_shared<RSFrameOffsetDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
101 bool RSFrameOffsetDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::RSFrameOffsetDrawable
120 ret->OnUpdate(node); in OnGenerate()
125 bool RSClipToBoundsDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::RSClipToBoundsDrawable
150 if (auto ret = std::make_shared<RSClipToFrameDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
156 bool RSClipToFrameDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::RSClipToFrameDrawable
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_node.cpp51 OnUpdate(value_, velocity_); in SetValue()
130 OnUpdate(value_, velocity_); in OnAnimation()
135 OnUpdate(value_, velocity_); in OnAnimation()
153 OnUpdate(value_, velocity_); in ResetNode()
H A Dbilateral_spring_node.cpp75 OnUpdate(value_, velocity_); in OnAnimation()
82 OnUpdate(value_, velocity_); in OnAnimation()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp84 rsFrameOffsetDrawable.OnUpdate(node); in DoSomethingInterestingWithMyAPI()
89 rsClipToBoundsDrawable.OnUpdate(node); in DoSomethingInterestingWithMyAPI()
94 rsClipToFrameDrawable.OnUpdate(node); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_host_callback_test/
H A Dfms_form_host_callback_test.cpp55 * @tc.desc: test OnUpdate function and formId < 0
65 formHostCallback.OnUpdate(formId, record, callerToken); in HWTEST_F()
71 * @tc.desc: test OnUpdate function and formId > 0 and callerToken is nullptr
81 formHostCallback.OnUpdate(formId, record, callerToken); in HWTEST_F()
87 * @tc.desc: test OnUpdate function and formId > 0 and callerToken is not nullptr
97 formHostCallback.OnUpdate(formId, record, callerToken); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp371 ASSERT_FALSE(drawableThree->OnUpdate(node)); in HWTEST_F()
373 ASSERT_FALSE(drawableFour->OnUpdate(node)); in HWTEST_F()
395 * @tc.desc: Test OnUpdate
409 ASSERT_TRUE(drawableTwo->OnUpdate(node)); in HWTEST_F()
411 ASSERT_FALSE(drawableTwo->OnUpdate(node)); in HWTEST_F()
418 ASSERT_TRUE(drawableThree->OnUpdate(*nodeThree.get())); in HWTEST_F()
425 ASSERT_TRUE(drawableFour->OnUpdate(*nodeFive.get())); in HWTEST_F()
467 ASSERT_TRUE(drawableTwo->OnUpdate(node)); in HWTEST_F()
469 ASSERT_FALSE(drawableTwo->OnUpdate(node)); in HWTEST_F()
H A Drs_property_drawable_test.cpp101 * @tc.desc: class RSFrameOffsetDrawable OnGenerate and OnUpdate test
122 * @tc.desc: class RSClipToBoundsDrawable OnUpdate test
135 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest1)); in HWTEST_F()
141 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest2)); in HWTEST_F()
145 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest3)); in HWTEST_F()
148 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest4)); in HWTEST_F()
153 * @tc.desc: class RSClipToFrameDrawable OnGenerate and OnUpdate test
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_background_test.cpp371 ASSERT_FALSE(drawableThree->OnUpdate(node)); in HWTEST_F()
373 ASSERT_FALSE(drawableFour->OnUpdate(node)); in HWTEST_F()
395 * @tc.desc: Test OnUpdate
409 ASSERT_TRUE(drawableTwo->OnUpdate(node)); in HWTEST_F()
411 ASSERT_FALSE(drawableTwo->OnUpdate(node)); in HWTEST_F()
418 ASSERT_TRUE(drawableThree->OnUpdate(*nodeThree.get())); in HWTEST_F()
425 ASSERT_TRUE(drawableFour->OnUpdate(*nodeFive.get())); in HWTEST_F()
467 ASSERT_TRUE(drawableTwo->OnUpdate(node)); in HWTEST_F()
469 ASSERT_FALSE(drawableTwo->OnUpdate(node)); in HWTEST_F()
H A Drs_property_draw_test.cpp101 * @tc.desc: class RSFrameOffsetDrawable OnGenerate and OnUpdate test
122 * @tc.desc: class RSClipToBoundsDrawable OnUpdate test
135 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest1)); in HWTEST_F()
141 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest2)); in HWTEST_F()
145 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest3)); in HWTEST_F()
148 EXPECT_TRUE(clipToBoundsDrawable->OnUpdate(nodeTest4)); in HWTEST_F()
153 * @tc.desc: class RSClipToFrameDrawable OnGenerate and OnUpdate test
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp46 { CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED, &InstallEventSubscriber::OnUpdate }, in InstallEventSubscriber()
95 void InstallEventSubscriber::OnUpdate(const std::string &bundleName, int32_t userId, int32_t appIndex) in OnUpdate() function in OHOS::DistributedKv::InstallEventSubscriber
97 kvStoreDataService_->OnUpdate(bundleName, userId, appIndex); in OnUpdate()
H A Dinstaller_impl.h37 void OnUpdate(const std::string &bundleName, int32_t userId, int32_t appIndex);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_host_interface.h49 virtual void OnUpdate(const FormJsInfo &formInfo) = 0;
H A Dform_host_proxy.h48 virtual void OnUpdate(const FormJsInfo &formInfo) override;
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_form_host_client.cpp45 void MockFormHostClient::OnUpdate(const FormJsInfo &formInfo) in OnUpdate() function in OHOS::AppExecFwk::MockFormHostClient
47 HILOG_DEBUG("MockFormHostClient OnUpdate"); in OnUpdate()
/foundation/ability/form_fwk/services/include/
H A Dform_host_callback.h53 void OnUpdate(const int64_t formId, const FormRecord &record, const sptr<IRemoteObject> &callerToken);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_host_client.h68 void OnUpdate(const FormJsInfo &formInfo) override;
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dtask_notification_subscriber.h35 void OnUpdate(const std::shared_ptr<Notification::NotificationSortingMap> &sortingMap) override;
/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp163 void FormHostRecord::OnUpdate(int64_t id, const FormRecord &record) in OnUpdate() function in OHOS::AppExecFwk::FormHostRecord
170 formHostCallback_->OnUpdate(id, record, formHostClient_); in OnUpdate()

Completed in 12 milliseconds

1234