Home
last modified time | relevance | path

Searched refs:callingUserId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp350 auto renderIter = renderInners_.find(callingUserId); in StopRenderingFormCallback()
354 auto sandboxIter = sandboxInners_.find(callingUserId); in StopRenderingFormCallback()
566 int callingUserId = want.GetIntParam(Constants::RECYCLE_FORMS_USER_ID, 0); in RecycleForms() local
567 if (callingUserId == 0) { in RecycleForms()
569 HILOG_INFO("callingUserId is 0, update callingUserId:%{public}d", callingUserId); in RecycleForms()
571 auto renderIter = renderInners_.find(callingUserId); in RecycleForms()
575 auto sandboxIter = sandboxInners_.find(callingUserId); in RecycleForms()
585 auto renderIter = renderInners_.find(callingUserId); in RecoverForms()
589 auto sandboxIter = sandboxInners_.find(callingUserId); in RecoverForms()
625 auto renderIter = renderInners_.find(callingUserId); in UpdateFormSize()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp92 int32_t callingUserId; in CheckApiCompatibility() local
93 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, callingUserId); in CheckApiCompatibility()
94 if (!GetBundleInfoByBundleName(bundleName, callingUserId, bundleInfo)) { in CheckApiCompatibility()
206 int32_t callingUserId; in GetBundleInfo() local
207 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(userId, callingUserId); in GetBundleInfo()
209 bool ret = bundleMgr_->GetBundleInfo(bundleName, flag, bundleInfo, callingUserId); in GetBundleInfo()
H A Dadvanced_notification_utils.cpp1890 int32_t callingUserId = -1; in GetBundleInfoByNotificationBundleOption()
1891 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(bundleOption->GetUid(), callingUserId); in GetBundleInfoByNotificationBundleOption()
1897 …if (!bundleMgr->GetBundleInfoByBundleName(bundleOption->GetBundleName(), callingUserId, bundleInfo… in GetBundleInfoByNotificationBundleOption()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp244 std::int32_t callingUserId = AccountMgrService::GetInstance().GetCallingUserID(); in GetCurrentOhosAccountInfo() local
245 if (dataDealer_->AccountInfoFromJson(currOhosAccountInfo, callingUserId) != ERR_OK) { in GetCurrentOhosAccountInfo()
246 … ACCOUNT_LOGE("get current ohos account info failed, callingUserId %{public}d.", callingUserId); in GetCurrentOhosAccountInfo()
726 const std::int32_t callingUserId) const in GetCurOhosAccountAndCheckMatch()
728 if (dataDealer_->AccountInfoFromJson(curAccountInfo, callingUserId) != ERR_OK) { in GetCurOhosAccountAndCheckMatch()
737 inputName.c_str(), ohosAccountUid.c_str(), callingUserId); in GetCurOhosAccountAndCheckMatch()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Dohos_account_manager.h244 const std::int32_t callingUserId) const;