Home
last modified time | relevance | path

Searched refs:GetConnectManagerByUserId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_account_test/
H A Dability_manager_service_account_test.cpp741 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();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicethird_fuzzer/
H A Dabilitymanagerservicethird_fuzzer.cpp84 abilityms->GetConnectManagerByUserId(int32Param); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsub_managers_helper.h58 std::shared_ptr<AbilityConnectManager> GetConnectManagerByUserId(int32_t userId);
H A Dability_manager_service.h2010 std::shared_ptr<AbilityConnectManager> GetConnectManagerByUserId(int32_t userId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp2245 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 …]
H A Dsub_managers_helper.cpp230 std::shared_ptr<AbilityConnectManager> SubManagersHelper::GetConnectManagerByUserId(int32_t userId) in GetConnectManagerByUserId() function in OHOS::AAFwk::SubManagersHelper