Home
last modified time | relevance | path

Searched refs:OnConnected (Results 1 – 25 of 37) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_device_callback_test.cpp32 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),
Ddistributed_database_test.cpp35 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/
Ddistributed_device_callback.cpp30 if (callback_.OnConnected) { in OnDeviceOnline()
32 callback_.OnConnected(deviceInfo.deviceId); in OnDeviceOnline()
39 if (callback_.OnConnected) { in OnDeviceOffline()
Ddistributed_screen_status_manager.cpp37 ….OnConnected = std::bind(&DistributedScreenStatusManager::OnDeviceConnected, this, std::placeholde… in DistributedScreenStatusManager()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h47 virtual void OnConnected() = 0;
116 void OnConnected() override;
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_device_callback.h32 std::function<void(const std::string &deviceId)> OnConnected; member
/base/msdp/device_status/utils/ipc/include/
Dstream_client.h48 virtual void OnConnected() {} in OnConnected() function
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h43 virtual void OnConnected() = 0;
Dans_subscriber_proxy.h35 void OnConnected() override;
Dans_subscriber_stub.h45 void OnConnected() override;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp42 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/
Danssubscriberproxy_fuzzer.cpp37 ansSubscriberProxy.OnConnected(); in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/interfaces/innerkits/include/
Dclient.h61 void OnConnected() override;
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp49 ansSubscriberStub.OnConnected(); in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/utils/ipc/src/
Dstream_client.cpp43 OnConnected(); in ConnectTo()
/base/msdp/device_status/services/native/include/
Dstream_server.h61 virtual void OnConnected(SessionPtr s) = 0;
Ddevicestatus_service.h88 void OnConnected(SessionPtr s) override;
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Ddistributed_database_branch_test.cpp48 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/
Dans_subscriber_stub.cpp82 OnConnected(); in HandleOnConnected()
255 void AnsSubscriberStub::OnConnected() in OnConnected() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp56 void AnsSubscriberProxy::OnConnected() in OnConnected() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h61 virtual void OnConnected() override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp38 void OnConnected() override in OnConnected() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
/base/msdp/device_status/frameworks/native/src/
Dclient.cpp237 void Client::OnConnected() in OnConnected() function in OHOS::Msdp::DeviceStatus::Client
/base/msdp/device_status/services/native/src/
Dstream_server.cpp150 OnConnected(sess); in AddSocketPairInfo()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp66 void OnConnected() override in OnConnected() function in __anon5421de4a0111::TestAnsSubscriber

12