Searched refs:GetStorageDistributeInfo (Results 1 - 9 of 9) sorted by relevance
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_data_storage.h | 58 bool GetStorageDistributeInfo(const std::string &networkId, const std::string &bundleName,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_bm_storage.h | 60 bool GetStorageDistributeInfo(const std::string &networkId, const std::string &bundleName,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | distributed_bm_storage_test.cpp | 124 bool ret = dmsBmStorage_->GetInstance()->GetStorageDistributeInfo("", bundleName, info);
in HWTEST_F()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_data_storage.cpp | 166 bool DistributedDataStorage::GetStorageDistributeInfo(const std::string &networkId, in GetStorageDistributeInfo() function in OHOS::AppExecFwk::DistributedDataStorage
|
H A D | distributed_bms.cpp | 468 bool ret = DistributedDataStorage::GetInstance()->GetStorageDistributeInfo( in GetDistributedBundleInfo()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 239 bool DmsBmStorage::GetStorageDistributeInfo(const std::string &networkId,
in GetStorageDistributeInfo() function in OHOS::DistributedSchedule::DmsBmStorage
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | distributed_radar.cpp | 739 DmsBmStorage::GetInstance()->GetStorageDistributeInfo(peerDeviceId, srcBundleName, srcBundleInfo); in ClickIconDmsContinue()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 629 DmsBmStorage::GetInstance()->GetStorageDistributeInfo(networkId, bundleName, info); in IsRemoteInstall()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 1092 * @tc.name: GetStorageDistributeInfo 1103 auto ret = distributedDataStorage->GetStorageDistributeInfo(networkId, bundleName, info); in HWTEST_F()
|
Completed in 13 milliseconds