Searched refs:AbilityThreadClient (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | ability_thread_client.cpp | 36 AbilityThreadClient::AbilityThreadClient(uint64_t token, pid_t pid, const SvcIdentity &svcIdentity,
in AbilityThreadClient() function in OHOS::AbilityThreadClient 41 AbilityThreadClient::AbilityThreadClient(const AbilityThreadClient &client)
in AbilityThreadClient() function in OHOS::AbilityThreadClient 46 AbilityThreadClient::~AbilityThreadClient()
in ~AbilityThreadClient() 50 AbilityMsStatus AbilityThreadClient::Initialize(const char *bundleName)
in Initialize() 67 PRINTD("AbilityThreadClient", "token(%{private}" PRIu64 ") bundleName(%{public}s) success",
in Initialize() 72 uint64_t AbilityThreadClient [all...] |
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/ |
H A D | ability_thread_client.h | 36 class AbilityThreadClient {
class 38 AbilityThreadClient(uint64_t token, pid_t callingPid, const SvcIdentity &svcIdentity, OnRemoteDead handler);
39 AbilityThreadClient(const AbilityThreadClient &client);
40 ~AbilityThreadClient();
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/task/ |
H A D | ability_attach_task.h | 25 explicit AbilityAttachTask(const AbilityThreadClient *client);
30 const AbilityThreadClient *client_ { nullptr };
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | app_record.h | 37 AbilityMsStatus SetAbilityThreadClient(const AbilityThreadClient &client); 56 AbilityThreadClient *abilityThreadClient_ { nullptr };
|
H A D | ability_mgr_handler.h | 44 void AttachBundle(AbilityThreadClient *client);
|
H A D | ability_worker.h | 31 AbilityMsStatus AttachBundle(const AbilityThreadClient &client);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/ |
H A D | ability_attach_task.cpp | 21 AbilityAttachTask::AbilityAttachTask(const AbilityThreadClient *client)
in AbilityAttachTask()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | app_record.cpp | 84 AbilityMsStatus AppRecord::SetAbilityThreadClient(const AbilityThreadClient &client) in SetAbilityThreadClient() 86 abilityThreadClient_ = new AbilityThreadClient(client); in SetAbilityThreadClient()
|
H A D | ability_mgr_handler.cpp | 60 AttachBundle(reinterpret_cast<AbilityThreadClient *>(request.data));
in ServiceMsgProcess() 200 void AbilityMgrHandler::AttachBundle(AbilityThreadClient *client)
in AttachBundle()
|
H A D | ability_worker.cpp | 60 AbilityMsStatus AbilityWorker::AttachBundle(const AbilityThreadClient &client)
in AttachBundle()
|
H A D | ability_mgr_feature.cpp | 344 auto client = new AbilityThreadClient(token, callingPid, svc, &AbilityMgrFeature::AppDeathNotify); in AttachBundleInvoke()
|
Completed in 6 milliseconds