Searched refs:GetSchemaPrefix (Results 1 – 5 of 5) sorted by relevance
111 HWTEST_F(CloudInfoTest, GetSchemaPrefix, TestSize.Level0)114 auto result = cloudInfo.GetSchemaPrefix("ohos.test.demo");117 result = cloudInfo.GetSchemaPrefix("");
47 std::string GetSchemaPrefix(const std::string &bundleName) const;
96 std::string CloudInfo::GetSchemaPrefix(const std::string &bundleName) const in GetSchemaPrefix() function in OHOS::DistributedData::CloudInfo
797 auto key = cloud.GetSchemaPrefix(bundleName); in GetSchemaMeta()
573 auto key = cloudInfo.GetSchemaPrefix(bundleName); in QueryLastSyncInfo()