Searched refs:GetConnectManagerByUserId (Results 1 – 6 of 6) sorted by relevance
741 auto serviceMap = abilityMs_->GetConnectManagerByUserId(USER_ID_U100)->GetServiceMap();821 auto serviceMap = abilityMs_->GetConnectManagerByUserId(newUserId)->GetServiceMap();903 auto serviceMap = abilityMs_->GetConnectManagerByUserId(USER_ID_U100)->GetServiceMap();1021 auto serviceMap = abilityMs_->GetConnectManagerByUserId(USER_ID_U100)->GetServiceMap();1101 auto serviceMap = abilityMs_->GetConnectManagerByUserId(newUserId)->GetServiceMap();1179 auto serviceMap = abilityMs_->GetConnectManagerByUserId(USER_ID_U100)->GetServiceMap();1218 auto serviceMap = abilityMs_->GetConnectManagerByUserId(newUserId)->GetServiceMap();
84 abilityms->GetConnectManagerByUserId(int32Param); in DoSomethingInterestingWithMyAPI()
58 std::shared_ptr<AbilityConnectManager> GetConnectManagerByUserId(int32_t userId);
2010 std::shared_ptr<AbilityConnectManager> GetConnectManagerByUserId(int32_t userId);
2245 auto connectManager = GetConnectManagerByUserId(userId); in IsCallerSceneBoard()3463 auto connectManager = GetConnectManagerByUserId(userId); in TerminateUIServiceExtensionAbility()5976 auto connectManager = GetConnectManagerByUserId(userId); in AbilityWindowConfigTransitionDone()6005 auto connectManager = GetConnectManagerByUserId(userId); in ScheduleConnectAbilityDone()6033 auto connectManager = GetConnectManagerByUserId(userId); in ScheduleDisconnectAbilityDone()6066 auto connectManager = GetConnectManagerByUserId(userId); in ScheduleCommandAbilityDone()6098 auto connectManager = GetConnectManagerByUserId(userId); in ScheduleCommandAbilityWindowDone()6569 auto connectManager = GetConnectManagerByUserId(userId); in UninstallAppInner()8159 auto manager = GetConnectManagerByUserId(userId); in PauseOldConnectManager()10290 auto connectManager = GetConnectManagerByUserId(userId); in CheckUIExtensionIsFocused()[all …]
230 std::shared_ptr<AbilityConnectManager> SubManagersHelper::GetConnectManagerByUserId(int32_t userId) in GetConnectManagerByUserId() function in OHOS::AAFwk::SubManagersHelper