/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_device_callback_test.cpp | 32 virtual void OnConnected(const std::string &deviceId); 42 void DistributedDeviceCallbackTest::OnConnected(const std::string &deviceId) in OnConnected() function in OHOS::Notification::DistributedDeviceCallbackTest 60 ….OnConnected = std::bind(&DistributedDeviceCallbackTest::OnConnected, this, std::placeholders::_1), 78 ….OnConnected = std::bind(&DistributedDeviceCallbackTest::OnConnected, this, std::placeholders::_1),
|
D | distributed_database_test.cpp | 35 virtual void OnConnected(const std::string &deviceId); 64 … .OnConnected = std::bind(&DistributedDatabaseTest::OnConnected, this, std::placeholders::_1), in SetUp() 90 void DistributedDatabaseTest::OnConnected(const std::string &deviceId) in OnConnected() function in OHOS::Notification::DistributedDatabaseTest
|
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_device_callback.cpp | 30 if (callback_.OnConnected) { in OnDeviceOnline() 32 callback_.OnConnected(deviceInfo.deviceId); in OnDeviceOnline() 39 if (callback_.OnConnected) { in OnDeviceOffline()
|
D | distributed_screen_status_manager.cpp | 37 ….OnConnected = std::bind(&DistributedScreenStatusManager::OnDeviceConnected, this, std::placeholde… in DistributedScreenStatusManager()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_subscriber.h | 47 virtual void OnConnected() = 0; 116 void OnConnected() override;
|
/base/notification/distributed_notification_service/services/distributed/include/ |
D | distributed_device_callback.h | 32 std::function<void(const std::string &deviceId)> OnConnected; member
|
/base/msdp/device_status/utils/ipc/include/ |
D | stream_client.h | 48 virtual void OnConnected() {} in OnConnected() function
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_subscriber_interface.h | 43 virtual void OnConnected() = 0;
|
D | ans_subscriber_proxy.h | 35 void OnConnected() override;
|
D | ans_subscriber_stub.h | 45 void OnConnected() override;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 42 void NotificationSubscriber::SubscriberImpl::OnConnected() in OnConnected() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl 49 subscriber_.OnConnected(); in OnConnected()
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
D | anssubscriberproxy_fuzzer.cpp | 37 ansSubscriberProxy.OnConnected(); in DoSomethingInterestingWithMyAPI()
|
/base/msdp/device_status/interfaces/innerkits/include/ |
D | client.h | 61 void OnConnected() override;
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
D | anssubscriberstub_fuzzer.cpp | 49 ansSubscriberStub.OnConnected(); in DoSomethingInterestingWithMyAPI()
|
/base/msdp/device_status/utils/ipc/src/ |
D | stream_client.cpp | 43 OnConnected(); in ConnectTo()
|
/base/msdp/device_status/services/native/include/ |
D | stream_server.h | 61 virtual void OnConnected(SessionPtr s) = 0;
|
D | devicestatus_service.h | 88 void OnConnected(SessionPtr s) override;
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
D | distributed_database_branch_test.cpp | 48 virtual void OnConnected(const std::string &deviceId); 77 ….OnConnected = std::bind(&DistributedDatabaseBranchTest::OnConnected, this, std::placeholders::_1), in SetUp() 103 void DistributedDatabaseBranchTest::OnConnected(const std::string &deviceId) in OnConnected() function in OHOS::Notification::DistributedDatabaseBranchTest
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 82 OnConnected(); in HandleOnConnected() 255 void AnsSubscriberStub::OnConnected() in OnConnected() function in OHOS::Notification::AnsSubscriberStub
|
D | ans_subscriber_proxy.cpp | 56 void AnsSubscriberProxy::OnConnected() in OnConnected() function in OHOS::Notification::AnsSubscriberProxy
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | subscribe.h | 61 virtual void OnConnected() override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 38 void OnConnected() override in OnConnected() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
|
/base/msdp/device_status/frameworks/native/src/ |
D | client.cpp | 237 void Client::OnConnected() in OnConnected() function in OHOS::Msdp::DeviceStatus::Client
|
/base/msdp/device_status/services/native/src/ |
D | stream_server.cpp | 150 OnConnected(sess); in AddSocketPairInfo()
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 66 void OnConnected() override in OnConnected() function in __anon5421de4a0111::TestAnsSubscriber
|