Lines Matching refs:ClientProxy
55 UpdateService::ClientProxy::ClientProxy(const UpgradeInfo &info, const sptr<IUpdateCallback> &callback)
58 ENGINE_LOGI("UpdateService::ClientProxy constructor");
63 ENGINE_LOGE("UpdateService::ClientProxy, new fail");
67 void UpdateService::ClientProxy::AddDeathRecipient()
69 ENGINE_LOGI("UpdateService::ClientProxy AddDeathRecipient in");
74 ENGINE_LOGI("UpdateService::ClientProxy AddDeathRecipient success");
79 void UpdateService::ClientProxy::RemoveDeathRecipient()
81 ENGINE_LOGI("UpdateService::ClientProxy RemoveDeathRecipient in");
86 ENGINE_LOGI("UpdateService::ClientProxy RemoveDeathRecipient success");
91 sptr<IUpdateCallback> UpdateService::ClientProxy::Get()
121 ClientProxy clientProxy(info, updateCallback);