Home
last modified time | relevance | path

Searched refs:OnDisconnected (Results 1 – 25 of 36) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_device_callback_test.cpp33 virtual void OnDisconnected(const std::string &deviceId);
47 void DistributedDeviceCallbackTest::OnDisconnected(const std::string &deviceId) in OnDisconnected() function in OHOS::Notification::DistributedDeviceCallbackTest
61 ….OnDisconnected = std::bind(&DistributedDeviceCallbackTest::OnDisconnected, this, std::placeholder…
79 ….OnDisconnected = std::bind(&DistributedDeviceCallbackTest::OnDisconnected, this, std::placeholder…
Ddistributed_database_test.cpp36 virtual void OnDisconnected(const std::string &deviceId);
65 ….OnDisconnected = std::bind(&DistributedDatabaseTest::OnDisconnected, this, std::placeholders::_1), in SetUp()
93 void DistributedDatabaseTest::OnDisconnected(const std::string &deviceId) in OnDisconnected() function in OHOS::Notification::DistributedDatabaseTest
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h62 virtual void OnDisconnected() = 0;
118 void OnDisconnected() override;
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_device_callback.h33 std::function<void(const std::string &deviceId)> OnDisconnected; member
/base/msdp/device_status/utils/ipc/include/
Dstream_client.h49 virtual void OnDisconnected() {} in OnDisconnected() function
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_device_callback.cpp41 callback_.OnDisconnected(deviceInfo.deviceId); in OnDeviceOffline()
Ddistributed_screen_status_manager.cpp38 ….OnDisconnected = std::bind(&DistributedScreenStatusManager::OnDeviceDisconnected, this, std::plac… in DistributedScreenStatusManager()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h48 virtual void OnDisconnected() = 0;
Dans_subscriber_proxy.h40 void OnDisconnected() override;
Dans_subscriber_stub.h50 void OnDisconnected() override;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp52 void NotificationSubscriber::SubscriberImpl::OnDisconnected() in OnDisconnected() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
59 subscriber_.OnDisconnected(); in OnDisconnected()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp39 ansSubscriberProxy.OnDisconnected(); in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/interfaces/innerkits/include/
Dclient.h62 void OnDisconnected() override;
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp51 ansSubscriberStub.OnDisconnected(); in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/services/native/include/
Dstream_server.h62 virtual void OnDisconnected(SessionPtr s) = 0;
Ddevicestatus_service.h89 void OnDisconnected(SessionPtr s) override;
/base/msdp/device_status/frameworks/native/src/
Dclient.cpp204 OnDisconnected(); in OnDisconnect()
217 void Client::OnDisconnected() in OnDisconnected() function in OHOS::Msdp::DeviceStatus::Client
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Ddistributed_database_branch_test.cpp49 virtual void OnDisconnected(const std::string &deviceId);
78 ….OnDisconnected = std::bind(&DistributedDatabaseBranchTest::OnDisconnected, this, std::placeholder… in SetUp()
106 void DistributedDatabaseBranchTest::OnDisconnected(const std::string &deviceId) in OnDisconnected() function in OHOS::Notification::DistributedDatabaseBranchTest
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp88 OnDisconnected(); in HandleOnDisconnected()
258 void AnsSubscriberStub::OnDisconnected() in OnDisconnected() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp73 void AnsSubscriberProxy::OnDisconnected() in OnDisconnected() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h67 virtual void OnDisconnected() override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp40 void OnDisconnected() override in OnDisconnected() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp68 void OnDisconnected() override in OnDisconnected() function in __anon3512b1eb0111::TestAnsSubscriber
/base/msdp/device_status/services/native/src/
Dstream_server.cpp174 OnDisconnected(secPtr); in ReleaseSession()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp506 proxy->OnDisconnected();
524 proxy->OnDisconnected();

12