Searched refs:GetActiveUserId (Results 1 – 10 of 10) sorted by relevance
49 int32_t result = notificationDialog.GetActiveUserId();63 int32_t result = notificationDialog.GetActiveUserId();82 int32_t result = notificationDialog.GetActiveUserId();106 int32_t result = notificationDialog.GetActiveUserId();
27 int32_t NotificationDialog::GetActiveUserId() in GetActiveUserId() function in OHOS::Notification::NotificationDialog46 auto userId = GetActiveUserId(); in GetUidByBundleName()
392 if (!GetActiveUserId(activeUserId)) { in GenerateValidBundleOption()1143 (void)GetActiveUserId(activeUserId); in DeleteAll()1687 if (!GetActiveUserId(userId)) { in SetNotificationsEnabledForAllBundles()1765 if (!GetActiveUserId(userId)) { in IsAllowedNotify()1803 if (!GetActiveUserId(userId)) { in IsAllowedNotifySelf()1878 if (!GetActiveUserId(userId)) { in IsSpecialBundleAllowedNotify()2063 if (!GetActiveUserId(activeUserId)) { in SetAgentNotification()2951 if (!GetActiveUserId(userId)) { in SetDoNotDisturbDate()2973 if (!GetActiveUserId(userId)) { in GetDoNotDisturbDate()3367 if (!GetActiveUserId(activeUserId)) { in OnDistributedPublish()[all …]
36 int32_t GetActiveUserId();
778 bool GetActiveUserId(int& userId);
44 static int32_t GetActiveUserId(std::optional<int32_t> &userId);
46 int32_t IpcCommon::GetActiveUserId(std::optional<int32_t> &userId) in GetActiveUserId() function in OHOS::UserIam::UserAuth::IpcCommon
70 int32_t IpcCommon::GetActiveUserId(std::optional<int32_t> &userId) in GetActiveUserId() function in OHOS::UserIam::UserAuth::IpcCommon
463 if (IpcCommon::GetActiveUserId(activeUserId) != SUCCESS) { in Dump()