Home
last modified time | relevance | path

Searched refs:OnUpdateStatus (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/swing_callback_test/
H A Dswing_callback_test.cpp34 void OnUpdateStatus(bool isEnable, int triggerMode) {}; in OnUpdateStatus() function in OHOS::Notification::SwingCallBackTest
47 int ret = swingCallBackProxy.OnUpdateStatus(true, 0);
64 …std::bind(&SwingCallBackTest::OnUpdateStatus, this, std::placeholders::_1, std::placeholders::_2));
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_swing_decision_center.cpp134 swingCallback_->OnUpdateStatus(false, NONE_UNLOCK_TRIGGER); in DisableSwingStatus()
174 swingCallback_->OnUpdateStatus(true, triggerMode); in SwingExecuteDecision()
182 swingCallback_->OnUpdateStatus(false, triggerMode); in SwingExecuteDecision()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_swing_callback_stub.cpp21 int32_t MockSwingCallBackStub::OnUpdateStatus(bool isEnable, int triggerMode) in OnUpdateStatus() function in OHOS::MockSwingCallBackStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dswing_callback_interface.h35 virtual int32_t OnUpdateStatus(bool isEnable, int triggerMode) = 0;
H A Dswing_callback_proxy.h44 int32_t OnUpdateStatus(bool isEnable, int triggerMode) override;
H A Dswing_callback_stub.h45 int32_t OnUpdateStatus(bool isEnable, int triggerMode) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_swing_callback_stub.h29 virtual int32_t OnUpdateStatus(bool isEnable, int triggerMode) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dswing_callback_proxy.cpp27 int32_t SwingCallBackProxy::OnUpdateStatus(bool isEnable, int triggerMode) in OnUpdateStatus() function in OHOS::Notification::SwingCallBackProxy
H A Dswing_callback_stub.cpp30 int32_t SwingCallBackStub::OnUpdateStatus(bool isEnable, int triggerMode) in OnUpdateStatus() function in OHOS::Notification::SwingCallBackStub