mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
update services/dtbschedmgr/src/distributed_sched_stub.cpp.
Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
parent
bffe3dc0c4
commit
dd858e160c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user