Home
last modified time | relevance | path

Searched refs:DistributedDataStorage (Results 1 – 11 of 11) sorted by relevance

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_data_storage.cpp42 DistributedDataStorage::DistributedDataStorage() in DistributedDataStorage() function in OHOS::DistributedSchedule::DistributedDataStorage
48 bool DistributedDataStorage::Init() in Init()
67 bool DistributedDataStorage::InitKvDataService() in InitKvDataService()
85 bool DistributedDataStorage::WaitKvDataService() in WaitKvDataService()
113 void DistributedDataStorage::InitDistributedDataStorage() in InitDistributedDataStorage()
122 bool DistributedDataStorage::TryGetKvStore() in TryGetKvStore()
139 Status DistributedDataStorage::GetKvStore() in GetKvStore()
155 void DistributedDataStorage::SubscribeDistributedDataStorage() in SubscribeDistributedDataStorage()
175 bool DistributedDataStorage::InitHandler() in InitHandler()
188 void DistributedDataStorage::NotifyRemoteDied(const wptr<IRemoteObject>& remote) in NotifyRemoteDied()
[all …]
Ddistributed_sched_mission_manager.cpp171 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in InitDataStorage()
/foundation/appexecfwk/standard/services/bundlemgr/src/
Ddistributed_data_storage.cpp35 DistributedDataStorage::DistributedDataStorage() in DistributedDataStorage() function in OHOS::AppExecFwk::DistributedDataStorage
41 DistributedDataStorage::~DistributedDataStorage() in ~DistributedDataStorage()
47 bool DistributedDataStorage::SaveStorageDistributeInfo(const DistributedBundleInfo &info) in SaveStorageDistributeInfo()
85 bool DistributedDataStorage::DeleteStorageDistributeInfo(const std::string &bundleName) in DeleteStorageDistributeInfo()
122 bool DistributedDataStorage::GetDistributeInfoByUserId( in GetDistributeInfoByUserId()
149 bool DistributedDataStorage::QueryStroageDistributeInfo( in QueryStroageDistributeInfo()
201 void DistributedDataStorage::DeviceAndNameToKey( in DeviceAndNameToKey()
209 bool DistributedDataStorage::CheckKvStore() in CheckKvStore()
227 Status DistributedDataStorage::GetKvStore() in GetKvStore()
244 void DistributedDataStorage::TryTwice(const std::function<Status()> &func) const in TryTwice()
[all …]
Dbundle_data_mgr.cpp49 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in BundleDataMgr()
/foundation/appexecfwk/standard/services/bundlemgr/include/
Ddistributed_data_storage.h28 class DistributedDataStorage {
30 DistributedDataStorage();
31 ~DistributedDataStorage();
Dbundle_data_mgr.h827 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/mission/
Ddistributed_data_storage.h32 class DistributedDataStorage {
34 DistributedDataStorage();
35 ~DistributedDataStorage() = default;
Ddistributed_sched_mission_manager.h177 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
/foundation/appexecfwk/standard/services/bundlemgr/test/unittest/bms_distributed_data_storage_test/
Dbms_distributed_data_storage_test.cpp55 const std::shared_ptr<DistributedDataStorage> GetDistributedDataStorage() const;
59 …std::shared_ptr<DistributedDataStorage> distributedDataStorage_ = std::make_shared<DistributedData…
86 const std::shared_ptr<DistributedDataStorage> BmsDistributedDataStorageTest::GetDistributedDataStor… in GetDistributedDataStorage()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/test/unittest/mission/
Ddistributed_data_storage_test.h36 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
Ddistributed_data_storage_test.cpp47 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in SetUp()