Searched refs:callingUserId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 350 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 D | bundle_manager_helper.cpp | 92 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 D | advanced_notification_utils.cpp | 1890 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 D | ohos_account_manager.cpp | 244 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 D | ohos_account_manager.h | 244 const std::int32_t callingUserId) const;
|