Searched refs:AttachAbilityThreadLocked (Results 1 – 6 of 6) sorted by relevance
220 connectManager->AttachAbilityThreadLocked(scheduler, serviceToken); in DoSomethingInterestingWithMyAPI()
107 abilityConnectManager->AttachAbilityThreadLocked(scheduler, token); in DoSomethingInterestingWithMyAPI()
153 …int AttachAbilityThreadLocked(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> …
542 ConnectManager()->AttachAbilityThreadLocked(scheduler, token->AsObject());668 auto result = ConnectManager()->AttachAbilityThreadLocked(nullptr, nullptr);1499 int res = connectManager->AttachAbilityThreadLocked(scheduler, token);
774 int AbilityConnectManager::AttachAbilityThreadLocked( in AttachAbilityThreadLocked() function in OHOS::AAFwk::AbilityConnectManager
5321 return connectManager->AttachAbilityThreadLocked(scheduler, token); in AttachAbilityThread()