/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_foreground.h | 44 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 D | rs_property_drawable_background.h | 48 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 D | rs_misc_drawable.h | 46 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 D | rs_property_drawable.h | 81 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 D | rs_property_drawable_foreground.cpp | 37 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 D | rs_misc_drawable.cpp | 33 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 D | rs_property_drawable_background.cpp | 61 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 D | rs_property_drawable.cpp | 95 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 D | simple_spring_node.cpp | 51 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 D | bilateral_spring_node.cpp | 75 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 D | rspropertydrawable_fuzzer.cpp | 84 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 D | fms_form_host_callback_test.cpp | 55 * @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 D | rs_property_drawable_background_test.cpp | 371 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 D | rs_property_drawable_test.cpp | 101 * @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 D | rs_property_draw_background_test.cpp | 371 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 D | rs_property_draw_test.cpp | 101 * @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 D | installer_impl.cpp | 46 { 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 D | installer_impl.h | 37 void OnUpdate(const std::string &bundleName, int32_t userId, int32_t appIndex);
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_interface.h | 49 virtual void OnUpdate(const FormJsInfo &formInfo) = 0;
|
H A D | form_host_proxy.h | 48 virtual void OnUpdate(const FormJsInfo &formInfo) override;
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_form_host_client.cpp | 45 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 D | form_host_callback.h | 53 void OnUpdate(const int64_t formId, const FormRecord &record, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_host_client.h | 68 void OnUpdate(const FormJsInfo &formInfo) override;
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | task_notification_subscriber.h | 35 void OnUpdate(const std::shared_ptr<Notification::NotificationSortingMap> &sortingMap) override;
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_host_record.cpp | 163 void FormHostRecord::OnUpdate(int64_t id, const FormRecord &record) in OnUpdate() function in OHOS::AppExecFwk::FormHostRecord 170 formHostCallback_->OnUpdate(id, record, formHostClient_); in OnUpdate()
|