Home
last modified time | relevance | path

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

/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mgr_handler.h44 void AttachBundle(AbilityThreadClient *client);
H A Dability_worker.h31 AbilityMsStatus AttachBundle(const AbilityThreadClient &client);
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dability_thread.h49 void AttachBundle(uint64_t token);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp60 AttachBundle(reinterpret_cast<AbilityThreadClient *>(request.data)); in ServiceMsgProcess()
200 void AbilityMgrHandler::AttachBundle(AbilityThreadClient *client) in AttachBundle() function in OHOS::AbilityMgrHandler
204 AbilityMsStatus status = abilityWorker_.AttachBundle(*client); in AttachBundle()
H A Dability_worker.cpp60 AbilityMsStatus AbilityWorker::AttachBundle(const AbilityThreadClient &client) in AttachBundle() function in OHOS::AbilityWorker
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_thread.cpp80 abilityThread.AttachBundle(token); in ThreadMain()
356 void AbilityThread::AttachBundle(uint64_t token) in AttachBundle() function in OHOS::AbilityThread

Completed in 3 milliseconds