Home
last modified time | relevance | path

Searched defs:OnUpdate (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp43 bool RSBinarizationDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBinarizationDrawable
79 bool RSColorFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSColorFilterDrawable
114 bool RSLightUpEffectDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSLightUpEffectDrawable
150 bool RSDynamicDimDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSDynamicDimDrawable
185 bool RSForegroundColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSForegroundColorDrawable
243 bool RSForegroundFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSForegroundFilterDrawable
327 bool RSPixelStretchDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSPixelStretchDrawable
378 bool RSBorderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBorderDrawable
452 bool RSOutlineDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSOutlineDrawable
481 bool RSPointLightDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSPointLightDrawable
[all …]
H A Drs_property_drawable_background.cpp67 bool RSShadowDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSShadowDrawable
140 bool RSMaskDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSMaskDrawable
218 bool RSBackgroundColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBackgroundColorDrawable
272 bool RSBackgroundShaderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBackgroundShaderDrawable
459 bool RSBackgroundImageDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBackgroundImageDrawable
535 bool RSBackgroundFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBackgroundFilterDrawable
607 bool RSBackgroundEffectDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBackgroundEffectDrawable
673 bool RSUseEffectDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSUseEffectDrawable
736 bool RSDynamicLightUpDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSDynamicLightUpDrawable
H A Drs_misc_drawable.cpp37 bool RSChildrenDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSChildrenDrawable
159 bool RSCustomModifierDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSCustomModifierDrawable
289 bool RSBeginBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSBeginBlenderDrawable
355 bool RSEndBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSEndBlenderDrawable
398 bool RSEnvFGColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSEnvFGColorDrawable
441 bool RSEnvFGColorStrategyDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSEnvFGColorStrategyDrawable
499 bool RSCustomClipToFrameDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSCustomClipToFrameDrawable
H A Drs_property_drawable.cpp101 bool RSFrameOffsetDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSFrameOffsetDrawable
125 bool RSClipToBoundsDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSClipToBoundsDrawable
159 bool RSClipToFrameDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() function in OHOS::Rosen::DrawableV2::RSClipToFrameDrawable
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_database_callback.h32 …tion<void(const std::string &deviceId, const std::string &key, const std::string &value)> OnUpdate; member
H A Ddistributed_notification_manager.h45 OnUpdate; member
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_callback.cpp46 void FormHostCallback::OnUpdate(const int64_t formId, const FormRecord &record, const sptr<IRemoteO… in OnUpdate() function in OHOS::AppExecFwk::FormHostCallback
H A Dform_host_record.cpp163 void FormHostRecord::OnUpdate(int64_t id, const FormRecord &record) in OnUpdate() function in OHOS::AppExecFwk::FormHostRecord
/ohos5.0/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
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp46 void DistributedDatabaseCallbackTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseCallbackTest
H A Ddistributed_database_test.cpp86 void DistributedDatabaseTest::OnUpdate(const std::string &deviceId, const std::string &key, const s… in OnUpdate() function in OHOS::Notification::DistributedDatabaseTest
H A Ddistributed_notification_manager_test.cpp35 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerTest
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhoststub_fuzzer/
H A Dformhoststub_fuzzer.cpp37 void OnUpdate(const FormJsInfo &formInfo) override in OnUpdate() function in OHOS::FormHostStubFuzzTest
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dform_extension.cpp83 void FormExtension::OnUpdate(const int64_t formId, const AAFwk::WantParams &wantParams) in OnUpdate() function in OHOS::AbilityRuntime::FormExtension
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp95 void InstallEventSubscriber::OnUpdate(const std::string &bundleName, int32_t userId, int32_t appInd… in OnUpdate() function in OHOS::DistributedKv::InstallEventSubscriber
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_node.h111 void OnUpdate(double value, double velocity) {} in OnUpdate() function
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dtask_notification_subscriber.cpp94 void TaskNotificationSubscriber::OnUpdate( in OnUpdate() function in OHOS::BackgroundTaskMgr::TaskNotificationSubscriber
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp39 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerBranchTest
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_form_ability.cpp154 void AceFormAbility::OnUpdate(const int64_t formId, const WantParams& wantParams) in OnUpdate() function in OHOS::Ace::AceFormAbility
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h134 virtual bool OnUpdate(const RSRenderNode& content) in OnUpdate() function
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp97 void DistributedDatabaseBranchTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseBranchTest
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp56 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
H A Dadvanced_notification_utils_test.cpp104 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::TestAnsSubscriber
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_proxy.cpp66 void FormHostProxy::OnUpdate(const FormJsInfo &formInfo) in OnUpdate() function in OHOS::AppExecFwk::FormHostProxy
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp340 void ReminderEventManager::ReminderNotificationSubscriber::OnUpdate( in OnUpdate() function in OHOS::Notification::ReminderEventManager::ReminderNotificationSubscriber

12