update services/dtbschedmgr/src/distributed_sched_stub.cpp.

Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
师皓杰 2024-06-12 12:06:00 +00:00 committed by Gitee
parent bffe3dc0c4
commit dd858e160c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -484,7 +484,7 @@ int32_t DistributedSchedStub::SendResultFromRemoteInner(MessageParcel& data, Mes
bool DistributedSchedStub::IsInstall(const std::string &networkId, const std::string &bundleName)
{
DmsBundleInfo info;
DmsBmStorage::GetInstance->GetStorageDistributeInfo(networkId, bundleName, info);
DmsBmStorage::GetInstance()->GetStorageDistributeInfo(networkId, bundleName, info);
if (info.bundleName.empty()) {
return false;
}