Home
last modified time | relevance | path

Searched refs:InitUserId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp373 manager->InitUserId(); in HWTEST_F()
426 reminder1->InitUserId(100); in HWTEST_F()
657 reminder->InitUserId(-1); in HWTEST_F()
730 reminder->InitUserId(-1); in HWTEST_F()
880 reminder->InitUserId(100); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp46 reminderRequest.InitUserId(reminderId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h201 void InitUserId();
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp52 manager->InitUserId(); in DoSomethingInterestingWithManager()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp173 InitUserId(); in OnAddSystemAbility()
206 void ScreenLockSystemAbility::InitUserId() in InitUserId() function in OHOS::ScreenLock::ScreenLockSystemAbility
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h143 void InitUserId();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp115 reminder->InitUserId(userId); in RecoverIdFromOldVersion()
264 reminder->InitUserId(userId); in RecoverIdFromDb()
H A Dreminder_data_manager.cpp833 reminder->InitUserId(userId); in UpdateAndSaveReminderLocked()
1421 InitUserId(); in Init()
1457 void ReminderDataManager::InitUserId() in InitUserId() function in OHOS::Notification::ReminderDataManager
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h508 void InitUserId(const int32_t &userId);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1135 reminderRequestChild->InitUserId(userId);
1163 reminderRequestChild->InitUserId(userId);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp254 void ReminderRequest::InitUserId(const int32_t &userId) in InitUserId() function in OHOS::Notification::ReminderRequest