Searched refs:DistributedDataStorage (Results 1 – 11 of 11) sorted by relevance
42 DistributedDataStorage::DistributedDataStorage() in DistributedDataStorage() function in OHOS::DistributedSchedule::DistributedDataStorage48 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 …]
171 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in InitDataStorage()
35 DistributedDataStorage::DistributedDataStorage() in DistributedDataStorage() function in OHOS::AppExecFwk::DistributedDataStorage41 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 …]
49 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in BundleDataMgr()
28 class DistributedDataStorage {30 DistributedDataStorage();31 ~DistributedDataStorage();
827 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
32 class DistributedDataStorage {34 DistributedDataStorage();35 ~DistributedDataStorage() = default;
177 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
55 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()
36 std::shared_ptr<DistributedDataStorage> distributedDataStorage_;
47 distributedDataStorage_ = std::make_shared<DistributedDataStorage>(); in SetUp()