Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp111 HWTEST_F(CloudInfoTest, GetSchemaPrefix, TestSize.Level0)
114 auto result = cloudInfo.GetSchemaPrefix("ohos.test.demo");
117 result = cloudInfo.GetSchemaPrefix("");
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h47 std::string GetSchemaPrefix(const std::string &bundleName) const;
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp797 auto key = cloud.GetSchemaPrefix(bundleName); in GetSchemaMeta()
H A Dcloud_service_impl.cpp573 auto key = cloudInfo.GetSchemaPrefix(bundleName); in QueryLastSyncInfo()