Home
last modified time | relevance | path

Searched refs:OnDeviceDisconnected (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_screen_status_manager_test.cpp41 distributedScreenStatusManager_->OnDeviceDisconnected("test"); in TearDown()
H A Ddistributed_notification_manager_test.cpp331 * @tc.desc : text OnDeviceDisconnected function.
336 // text OnDeviceDisconnected function. in HWTEST_F()
337 distributedManager_->OnDeviceDisconnected(deviceId); in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Ddistributed_screen_status_manager_branch_test.cpp66 * @tc.desc : Test OnDeviceDisconnected function and ret == ERR_OK.
77 distributedScreenStatusManager->OnDeviceDisconnected(deviceId); in HWTEST_F()
83 * @tc.desc : Test OnDeviceDisconnected function and ret != ERR_OK.
94 distributedScreenStatusManager->OnDeviceDisconnected(deviceId); in HWTEST_F()
125 * @tc.desc : Test OnDeviceDisconnected function and CheckKvStore is false.
137 distributedScreenStatusManager->OnDeviceDisconnected(deviceId); in HWTEST_F()
186 * @tc.desc : Test OnDeviceDisconnected function and CheckKvDataManager is false.
197 distributedScreenStatusManager->OnDeviceDisconnected(deviceId); in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_screen_status_manager.h52 void OnDeviceDisconnected(const std::string &deviceId);
H A Ddistributed_notification_manager.h143 void OnDeviceDisconnected(const std::string &deviceId);
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_screen_status_manager.cpp39 .OnDisconnected = std::bind(&DistributedScreenStatusManager::OnDeviceDisconnected, this, std::placeholders::_1), in DistributedScreenStatusManager()
55 void DistributedScreenStatusManager::OnDeviceDisconnected(const std::string &deviceId) in OnDeviceDisconnected() function in OHOS::Notification::DistributedScreenStatusManager
H A Ddistributed_notification_manager.cpp56 .OnDisconnected = std::bind(&DistributedNotificationManager::OnDeviceDisconnected, this, std::placeholders::_1), in DistributedNotificationManager()
239 void DistributedNotificationManager::OnDeviceDisconnected(const std::string &deviceId) in OnDeviceDisconnected() function in OHOS::Notification::DistributedNotificationManager
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp86 * @tc.desc : test OnDeviceDisconnected function and GetEntriesFromDistributedDB is false.
92 distributedManager_->OnDeviceDisconnected("test"); in HWTEST_F()
98 * @tc.desc : test OnDeviceDisconnected function and ResolveDistributedKey is false.
104 distributedManager_->OnDeviceDisconnected("test"); in HWTEST_F()

Completed in 7 milliseconds