Home
last modified time | relevance | path

Searched refs:GetSchemaPrefix (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h47 std::string GetSchemaPrefix(const std::string &bundleName) const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp105 * @tc.name: GetSchemaPrefix
111 HWTEST_F(CloudInfoTest, GetSchemaPrefix, TestSize.Level0) in HWTEST_F()
114 auto result = cloudInfo.GetSchemaPrefix("ohos.test.demo"); in HWTEST_F()
117 result = cloudInfo.GetSchemaPrefix(""); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp96 std::string CloudInfo::GetSchemaPrefix(const std::string &bundleName) const in GetSchemaPrefix() function in OHOS::DistributedData::CloudInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp807 auto key = cloud.GetSchemaPrefix(bundleName);
H A Dcloud_service_impl.cpp588 auto key = cloudInfo.GetSchemaPrefix(bundleName); in QueryLastSyncInfo()

Completed in 10 milliseconds