Searched refs:responseUserId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1890 if (responseUserId == Constants::INVALID_USERID) { in GetMatchLauncherAbilityInfos() 2416 appName.c_str(), responseUserId, appIndex); in GetApplicationInfoV9() 2450 appName.c_str(), responseUserId); in GetApplicationInfoWithResponseId() 2453 userId = responseUserId; in GetApplicationInfoWithResponseId() 2498 if (info.GetApplicationEnabled(responseUserId) || in GetApplicationInfos() 3473 int32_t responseUserId = -1; in GetBundleStats() local 3527 int32_t responseUserId = userId; in GetAllBundleStats() local 8081 createDirParam.userId = responseUserId; in CreateBundleDataDir() 8098 CreateGroupDir(info, responseUserId); in CreateBundleDataDir() 8342 bundleInfo, responseUserId) != ERR_OK) { in GetAllBundleInfoByDeveloperId() [all …]
|
H A D | inner_bundle_info.cpp | 3631 int32_t responseUserId = Constants::INVALID_USERID; in GetResponseUserId() local 3634 responseUserId = innerBundleUserInfo.second.bundleUserInfo.userId; in GetResponseUserId() 3639 …PP_LOGD("requestUserId(%{public}d) and responseUserId(%{public}d)", requestUserId, responseUserId); in GetResponseUserId() 3640 return responseUserId; in GetResponseUserId()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_data_mgr.cpp | 229 int32_t responseUserId = innerBundleInfo.GetResponseUserId(userId); in GetSandboxHapModuleInfo() local 230 auto module = innerBundleInfo.FindHapModuleInfo(abilityInfo.package, responseUserId); in GetSandboxHapModuleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1067 int32_t responseUserId = GetBundleDataMgr()->GetUserId(USERID); variable 1069 innerBundleInfo, GET_ABILITY_INFO_DEFAULT, responseUserId);
|