Home
last modified time | relevance | path

Searched refs:OnUserRemove (Results 1 – 7 of 7) sorted by relevance

/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h60 void OnUserRemove(int32_t userId);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dreminder_data_manager_test.cpp95 manager->OnUserRemove(0); in HWTEST_F()
102 manager->OnUserRemove(0); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_event_manager.cpp168 reminderDataManager_->OnUserRemove(data.GetCode()); in OnReceiveEvent()
Dreminder_data_manager.cpp254 void ReminderDataManager::OnUserRemove(const int32_t& userId) in OnUserRemove() function in OHOS::Notification::ReminderDataManager
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp346 void LocatorBackgroundProxy::OnUserRemove(int32_t userId) in OnUserRemove() function in OHOS::Location::LocatorBackgroundProxy
422 locatorProxy.get()->OnUserRemove(userId); in OnReceiveEvent()
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h103 void OnUserRemove(const int32_t& userId);
/base/location/test/location_locator/source/
Dlocator_background_proxy_test.cpp379 locatorBackgroundProxy->OnUserRemove(userId);
390 locatorBackgroundProxy->OnUserRemove(0);