/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_device_callback_test.cpp | 33 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…
|
D | distributed_database_test.cpp | 36 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/ |
D | notification_subscriber.h | 62 virtual void OnDisconnected() = 0; 118 void OnDisconnected() override;
|
/base/notification/distributed_notification_service/services/distributed/include/ |
D | distributed_device_callback.h | 33 std::function<void(const std::string &deviceId)> OnDisconnected; member
|
/base/msdp/device_status/utils/ipc/include/ |
D | stream_client.h | 49 virtual void OnDisconnected() {} in OnDisconnected() function
|
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_device_callback.cpp | 41 callback_.OnDisconnected(deviceInfo.deviceId); in OnDeviceOffline()
|
D | distributed_screen_status_manager.cpp | 38 ….OnDisconnected = std::bind(&DistributedScreenStatusManager::OnDeviceDisconnected, this, std::plac… in DistributedScreenStatusManager()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_subscriber_interface.h | 48 virtual void OnDisconnected() = 0;
|
D | ans_subscriber_proxy.h | 40 void OnDisconnected() override;
|
D | ans_subscriber_stub.h | 50 void OnDisconnected() override;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 52 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/ |
D | anssubscriberproxy_fuzzer.cpp | 39 ansSubscriberProxy.OnDisconnected(); in DoSomethingInterestingWithMyAPI()
|
/base/msdp/device_status/interfaces/innerkits/include/ |
D | client.h | 62 void OnDisconnected() override;
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
D | anssubscriberstub_fuzzer.cpp | 51 ansSubscriberStub.OnDisconnected(); in DoSomethingInterestingWithMyAPI()
|
/base/msdp/device_status/services/native/include/ |
D | stream_server.h | 62 virtual void OnDisconnected(SessionPtr s) = 0;
|
D | devicestatus_service.h | 89 void OnDisconnected(SessionPtr s) override;
|
/base/msdp/device_status/frameworks/native/src/ |
D | client.cpp | 204 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/ |
D | distributed_database_branch_test.cpp | 49 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/ |
D | ans_subscriber_stub.cpp | 88 OnDisconnected(); in HandleOnDisconnected() 258 void AnsSubscriberStub::OnDisconnected() in OnDisconnected() function in OHOS::Notification::AnsSubscriberStub
|
D | ans_subscriber_proxy.cpp | 73 void AnsSubscriberProxy::OnDisconnected() in OnDisconnected() function in OHOS::Notification::AnsSubscriberProxy
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | subscribe.h | 67 virtual void OnDisconnected() override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 40 void OnDisconnected() override in OnDisconnected() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 68 void OnDisconnected() override in OnDisconnected() function in __anon3512b1eb0111::TestAnsSubscriber
|
/base/msdp/device_status/services/native/src/ |
D | stream_server.cpp | 174 OnDisconnected(secPtr); in ReleaseSession()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
D | ans_subscriber_proxy_unit_test.cpp | 506 proxy->OnDisconnected(); 524 proxy->OnDisconnected();
|