Home
last modified time | relevance | path

Searched refs:GetPrefix (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp19 return Convertor::GetPrefix(key); in ToLocalDBKey()
24 return Convertor::GetPrefix(key); in ToWholeDBKey()
32 std::vector<uint8_t> Convertor::GetPrefix(const Key &prefix) const in GetPrefix() function in OHOS::DistributedKv::Convertor
41 std::vector<uint8_t> Convertor::GetPrefix(const DataQuery &query) const in GetPrefix() function in OHOS::DistributedKv::Convertor
43 return Convertor::GetPrefix(Key(query.prefix_)); in GetPrefix()
50 dbQuery.PrefixKey(GetPrefix(query)); in GetDBQuery()
H A Ddevice_convertor.cpp84 std::vector<uint8_t> DeviceConvertor::GetPrefix(const Key &prefix) const in GetPrefix() function in OHOS::DistributedKv::DeviceConvertor
91 std::vector<uint8_t> DeviceConvertor::GetPrefix(const DataQuery &query) const in GetPrefix() function in OHOS::DistributedKv::DeviceConvertor
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp186 std::string prefix = secretKeyMeta.GetPrefix(fields);
195 EXPECT_EQ(secretKeyMeta.GetPrefix(fields), secretKeyMetaData.GetPrefix(fields));
205 EXPECT_EQ(secretKeyMeta.GetPrefix(fields), secretKeyMetaData.GetPrefix(fields));
310 std::string prefix = storeMetaData.GetPrefix(fields);
319 EXPECT_EQ(storeMetaData.GetPrefix(fields), storeMeta.GetPrefix(fields));
330 EXPECT_EQ(storeMetaData.GetPrefix(fields), storeMeta.GetPrefix(fields));
574 std::string prefix = strategyMeta.GetPrefix(fields);
582 EXPECT_EQ(strategyMeta.GetPrefix(fields), strategyMetaData.GetPrefix(fields));
592 EXPECT_EQ(strategyMeta.GetPrefix(fields), strategyMetaData.GetPrefix(fields));
H A Dsubscription_test.cpp158 HWTEST_F(SubscriptionTest, GetPrefix, TestSize.Level1)
161 std::string prefix = Subscription::GetPrefix(fields);
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h25 std::vector<uint8_t> GetPrefix(const Key &prefix) const override;
26 std::vector<uint8_t> GetPrefix(const DataQuery &query) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h25 std::vector<uint8_t> GetPrefix(const Key &prefix) const override;
26 std::vector<uint8_t> GetPrefix(const DataQuery &query) const override;
H A Dconvertor.h30 virtual std::vector<uint8_t> GetPrefix(const Key &prefix) const;
31 virtual std::vector<uint8_t> GetPrefix(const DataQuery &query) const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp189 return AutoLaunchMetaData::GetPrefix({ deviceId, user, "default", bundleName, storeId }); in GetAutoLaunchKey()
194 …return StoreDebugInfo::GetPrefix({ deviceId, user, "default", bundleName, storeId, std::to_string(… in GetDebugInfoKey()
205 return StrategyMeta::GetPrefix({ deviceId, user, "default", bundleName, storeId }); in GetStrategyKey()
207 …return StrategyMeta::GetPrefix({ deviceId, user, "default", bundleName, storeId, std::to_string(in… in GetStrategyKey()
219 std::string StoreMetaData::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::StoreMetaData
H A Dsecret_key_meta_data.cpp47 std::string prefix = GetPrefix(fields); in GetKey()
58 std::string SecretKeyMetaData::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::SecretKeyMetaData
H A Dauto_launch_meta_data.cpp39 std::string AutoLaunchMetaData::GetPrefix(const std::initializer_list<std::string>& fields) in GetPrefix() function in OHOS::DistributedData::AutoLaunchMetaData
H A Dswitches_meta_data.cpp43 std::string SwitchesMetaData::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::SwitchesMetaData
H A Dstore_debug_info.cpp52 std::string StoreDebugInfo::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::StoreDebugInfo
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp81 std::vector<uint8_t> DeviceConvertor::GetPrefix(const Key &prefix) const in GetPrefix() function in OHOS::DistributedKv::DeviceConvertor
88 std::vector<uint8_t> DeviceConvertor::GetPrefix(const DataQuery &query) const in GetPrefix() function in OHOS::DistributedKv::DeviceConvertor
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dauto_launch_meta_data.h30 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dstore_debug_info.h34 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dswitches_meta_data.h38 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dstrategy_meta_data.h37 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dsecret_key_meta_data.h32 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dmatrix_meta_data.h44 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dstore_meta_data_local.h53 API_EXPORT static std::string GetPrefix(const std::initializer_list<std::string> &fields);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp69 std::string prefix = StoreMetaData::GetPrefix( in OnUninstall()
98 std::string prefix = StoreMetaData::GetPrefix( in OnUpdate()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsubscription.h40 static std::string GetPrefix(const std::initializer_list<std::string> &fields);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.h162 std::string GetPrefix() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp40 MetaDataManager::GetInstance().Subscribe(StoreMetaData::GetPrefix({ deviceId }), in AutoSyncMatrix()
79 if (!MetaDataManager::GetInstance().LoadMeta(StoreMetaData::GetPrefix({ deviceId }), metas)) { in Initialize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp57 …StoreMetaData::GetPrefix({ DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid }), metas, tr… in Init()
111 …StoreMetaData::GetPrefix({ DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid }), metas, tr… in BackSchedule()

123