Home
last modified time | relevance | path

Searched refs:RemoveSuffix (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp42 static std::string RemoveSuffix(const std::string &name);
119 std::string RdbRekeyTest::RemoveSuffix(const std::string &name) in RemoveSuffix() function in RdbRekeyTest
132 std::string name = RemoveSuffix(dbName); in GetKeyFileDate()
153 std::string name = RemoveSuffix(dbName); in ChangeKeyFileDate()
174 std::string name = RemoveSuffix(dbName); in SaveNewKey()
254 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key";
290 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key";
316 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key";
347 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key";
385 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key";
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp222 storeInfo.storeId = RemoveSuffix(storeName); in CheckAccess()
538 storeInfo.storeName = RemoveSuffix(param.storeName_); in DoCloudSync()
630 auto storeName = RemoveSuffix(param.storeName_); in RegisterAutoSyncCallback()
650 auto storeName = RemoveSuffix(param.storeName_); in UnregisterAutoSyncCallback()
711 storeInfo.storeName = RemoveSuffix(param.storeName_); in QuerySharingResource()
842 metaData.storeId = RemoveSuffix(param.storeName_); in GetStoreMetaData()
1073 storeInfo.storeName = RemoveSuffix(param.storeName_); in NotifyDataChange()
1150 storeInfo.storeName = RemoveSuffix(param.storeName_); in PostSearchEvent()
1164 auto storeId = RemoveSuffix(param.storeName_); in Disable()
1172 auto storeId = RemoveSuffix(param.storeName_); in Enable()
[all …]
H A Drdb_service_impl.h187 static std::string RemoveSuffix(const std::string& name);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp202 std::string RdbServiceProxy::RemoveSuffix(const std::string& name) in RemoveSuffix() function in OHOS::DistributedRdb::RdbServiceProxy
225 auto name = RemoveSuffix(param.storeName_); in Subscribe()
261 auto name = RemoveSuffix(param.storeName_); in UnSubscribe()
391 auto name = RemoveSuffix(param.storeName_); in RegisterAutoSyncCallback()
429 auto name = RemoveSuffix(param.storeName_); in UnregisterAutoSyncCallback()
465 auto name = RdbServiceProxy::RemoveSuffix(origin.store); in OnDataChange()
H A Drdb_security_manager.cpp585 static std::string RemoveSuffix(const std::string &name) in RemoveSuffix() function
651 const std::string dbName = RemoveSuffix(StringUtils::ExtractFileName(dbPath)); in KeyFiles()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h123 static std::string RemoveSuffix(const std::string& name);