Searched refs:startUserId (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.h | 43 const int32_t startUserId = 100; member in OHOS::AVSession::InsightAdapter
|
H A D | bundle_status_adapter.cpp | 167 if (!bundleMgrProxy->GetBundleInfo(bundleName, getBundleInfoWithHapModule, bundleInfo, startUserId)) { in IsSupportPlayIntent() 174 profile, startUserId); in IsSupportPlayIntent()
|
H A D | avsession_dynamic_insight.cpp | 98 if (!bundleMgrProxy->GetBundleInfo(bundleName, getBundleInfoWithHapModule, bundleInfo, startUserId)) { in IsSupportPlayIntent() 105 profile, startUserId); in IsSupportPlayIntent()
|
H A D | bundle_status_adapter.h | 59 const int32_t startUserId = 100; member in OHOS::AVSession::BundleStatusAdapter
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 2211 * @param startUserId, The userId who wants to start the dialog box. 2213 void StartSwitchUserDialogInner(const Want &want, int32_t startUserId);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 8014 auto startUserId = abilityInfo.applicationInfo.singleton ? U0_USER_ID : lastUserId; in StartSwitchUserDialogInner() local 8015 result = CheckOptExtensionAbility(want, abilityRequest, startUserId, AppExecFwk::ExtensionAbilityType::SERVICE); in StartSwitchUserDialogInner() 8023 auto connectManager = GetConnectManagerByUserId(startUserId); in StartSwitchUserDialogInner() 8026 subManagersHelper_->InitConnectManager(startUserId, false); in StartSwitchUserDialogInner() 8027 connectManager = GetConnectManagerByUserId(startUserId); in StartSwitchUserDialogInner() 8029 TAG_LOGE(AAFwkTag::ABILITYMGR, "connectManager null userId=%{public}d", startUserId); in StartSwitchUserDialogInner()
|
Completed in 23 milliseconds