Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H A Dattachabilitythread_fuzzer.cpp220 connectManager->AttachAbilityThreadLocked(scheduler, serviceToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityconnectmanager_fuzzer/
H A Dabilityconnectmanager_fuzzer.cpp107 abilityConnectManager->AttachAbilityThreadLocked(scheduler, token); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h153 …int AttachAbilityThreadLocked(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> …
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp542 ConnectManager()->AttachAbilityThreadLocked(scheduler, token->AsObject());
668 auto result = ConnectManager()->AttachAbilityThreadLocked(nullptr, nullptr);
1499 int res = connectManager->AttachAbilityThreadLocked(scheduler, token);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp774 int AbilityConnectManager::AttachAbilityThreadLocked( in AttachAbilityThreadLocked() function in OHOS::AAFwk::AbilityConnectManager
H A Dability_manager_service.cpp5321 return connectManager->AttachAbilityThreadLocked(scheduler, token); in AttachAbilityThread()