Home
last modified time | relevance | path

Searched refs:GetCurrentCallingUserId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dos_account_manager_helper.h56 ErrCode GetCurrentCallingUserId(int32_t &id);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dos_account_manager_helper_test.cpp42 ASSERT_EQ(ERR_OK, OsAccountManagerHelper::GetInstance().GetCurrentCallingUserId(userId));
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp42 ErrCode OsAccountManagerHelper::GetCurrentCallingUserId(int32_t &userId) in GetCurrentCallingUserId() function in OHOS::Notification::OsAccountManagerHelper
H A Dnotification_subscriber_manager.cpp97 ErrCode ret = OsAccountManagerHelper::GetInstance().GetCurrentCallingUserId(userId); in AddSubscriber()
H A Dadvanced_notification_live_view_service.cpp301 OsAccountManagerHelper::GetInstance().GetCurrentCallingUserId(userId); in GetNotificationRequestFromDb()
H A Dnotification_preferences.cpp1149 OsAccountManagerHelper::GetInstance().GetCurrentCallingUserId(userId); in GetBundleSoundPermission()