Home
last modified time | relevance | path

Searched refs:GetPrefix (Results 1 - 25 of 57) sorted by relevance

123

/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
/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;
/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;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp186 std::string prefix = secretKeyMeta.GetPrefix(fields); in HWTEST_F()
195 EXPECT_EQ(secretKeyMeta.GetPrefix(fields), secretKeyMetaData.GetPrefix(fields)); in HWTEST_F()
205 EXPECT_EQ(secretKeyMeta.GetPrefix(fields), secretKeyMetaData.GetPrefix(fields)); in HWTEST_F()
310 std::string prefix = storeMetaData.GetPrefix(fields); in HWTEST_F()
319 EXPECT_EQ(storeMetaData.GetPrefix(fields), storeMeta.GetPrefix(fields)); in HWTEST_F()
330 EXPECT_EQ(storeMetaData.GetPrefix(fields), storeMeta.GetPrefix(field in HWTEST_F()
[all...]
H A Dsubscription_test.cpp154 * @tc.name: GetPrefix
158 HWTEST_F(SubscriptionTest, GetPrefix, TestSize.Level1) in HWTEST_F()
161 std::string prefix = Subscription::GetPrefix(fields); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
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 Dstore_meta_data.cpp188 return AutoLaunchMetaData::GetPrefix({ deviceId, user, "default", bundleName, storeId }); in GetAutoLaunchKey()
193 return StoreDebugInfo::GetPrefix({ deviceId, user, "default", bundleName, storeId, std::to_string(instanceId) }); in GetDebugInfoKey()
204 return StrategyMeta::GetPrefix({ deviceId, user, "default", bundleName, storeId }); in GetStrategyKey()
206 return StrategyMeta::GetPrefix({ deviceId, user, "default", bundleName, storeId, std::to_string(instanceId) }); in GetStrategyKey()
218 std::string StoreMetaData::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::StoreMetaData
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
H A Dmatrix_meta_data.cpp53 std::string MatrixMetaData::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() function in OHOS::DistributedData::MatrixMetaData
/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 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 Dstore_debug_info.h34 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 Dstore_meta_data_local.h53 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);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsubscription.h40 static std::string GetPrefix(const std::initializer_list<std::string> &fields);
H A Dcloud_info.h54 static std::string GetPrefix(const std::initializer_list<std::string> &field);
/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()
/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
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.h162 std::string GetPrefix() const;

Completed in 7 milliseconds

123