Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/abilityconnectmanager_fuzzer/
H A Dabilityconnectmanager_fuzzer.cpp107 abilityConnectManager->AttachAbilityThreadLocked(scheduler, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H A Dattachabilitythread_fuzzer.cpp220 connectManager->AttachAbilityThreadLocked(scheduler, serviceToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h147 * AttachAbilityThreadLocked, ability call this interface after loaded.
153 int AttachAbilityThreadLocked(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp556 ConnectManager()->AttachAbilityThreadLocked(scheduler, token->AsObject()); in HWTEST_F()
674 * Function: AttachAbilityThreadLocked
678 * CaseDescription: verify the AttachAbilityThreadLocked function when the parameter is null.
682 auto result = ConnectManager()->AttachAbilityThreadLocked(nullptr, nullptr); in HWTEST_F()
1519 * Function: AttachAbilityThreadLocked
1520 * SubFunction: AttachAbilityThreadLocked
1523 * CaseDescription: Verify AbilityConnectManager AttachAbilityThreadLocked
1534 int res = connectManager->AttachAbilityThreadLocked(scheduler, token); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp786 int AbilityConnectManager::AttachAbilityThreadLocked( in AttachAbilityThreadLocked() function in OHOS::AAFwk::AbilityConnectManager
H A Dability_manager_service.cpp5300 return connectManager->AttachAbilityThreadLocked(scheduler, token); in AttachAbilityThread()

Completed in 32 milliseconds