Home
last modified time | relevance | path

Searched refs:GetSMSDeathRecipientByUserId (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dmock_session_manager_service_test.cpp174 * @tc.name: GetSMSDeathRecipientByUserId
175 * @tc.desc: GetSMSDeathRecipientByUserId/RemoveSMSDeathRecipientByUserId
178 HWTEST_F(MockSessionManagerServiceTest, GetSMSDeathRecipientByUserId, Function | SmallTest | Level2) in HWTEST_F()
180 auto smsDeathRecipient = MockSessionManagerService::GetInstance().GetSMSDeathRecipientByUserId(100); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h75 sptr<SMSDeathRecipient> GetSMSDeathRecipientByUserId(int32_t userId);
/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp209 auto smsDeathRecipient = GetSMSDeathRecipientByUserId(currentWMSUserId_); in SetSessionManagerService()
231 sptr<MockSessionManagerService::SMSDeathRecipient> MockSessionManagerService::GetSMSDeathRecipientByUserId( in GetSMSDeathRecipientByUserId() function in OHOS::Rosen::MockSessionManagerService
531 auto smsDeathRecipient = GetSMSDeathRecipientByUserId(currentWMSUserId_); in NotifyWMSConnected()

Completed in 3 milliseconds