Searched refs:referenceURL (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | custom_utd_json_parser_test.cpp | 35 \"referenceURL\": \"http://www.mycompany.com/my-document.html\",\ 44 \"referenceURL\": \"http://www.mycompany.com/my-document2.html\",\ 91 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html"); in HWTEST_F() 100 EXPECT_EQ(type2.referenceURL, "http://www.mycompany.com/my-document2.html"); in HWTEST_F()
|
H A D | flexible_type_test.cpp | 153 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html"; in HWTEST_F() 178 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html"; in HWTEST_F() 203 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html"; in HWTEST_F()
|
H A D | custom_utd_store_test.cpp | 41 \"referenceURL\": \"http://www.mycompany.com/my-document.html\",\ 51 \"referenceURL\": \"hhttp://www.mycompany.com/my-document2.html\",\ 109 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html"); in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | type_descriptor.cpp | 24 const std::string &description, const std::string &referenceURL, const std::string &iconFile) : typeId_(typeId), in TypeDescriptor() 26 description_(description), referenceURL_(referenceURL), iconFile_(iconFile) in TypeDescriptor() 37 referenceURL_ = typeDescriptorCfg.referenceURL; in TypeDescriptor() 22 TypeDescriptor(const std::string &typeId, const std::vector<std::string> &belongingToTypes, const std::vector<std::string> &filenameExtensions, const std::vector<std::string> &mimeTypes, const std::string &description, const std::string &referenceURL, const std::string &iconFile) TypeDescriptor() argument
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | utd_common.h | 32 std::string referenceURL; member
|
H A D | custom_utd_json_parser.cpp | 25 constexpr const char* REFERENCE_URL = "referenceURL"; 85 cJSON_AddStringToObject(jsonItem, REFERENCE_URL, utdTypeCfg.referenceURL.c_str()); in ConvertUtdCfgsToJson() 127 typeCfg.referenceURL = GetStringValue(*node, REFERENCE_URL); in GetTypeDescriptors()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | type_descriptor.h | 32 const std::string &description, const std::string &referenceURL, const std::string &iconFile);
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf_capi_common.h | 62 std::string referenceURL;
member
|
H A D | utd.cpp | 134 pThis->referenceURL = typeDescriptor->GetReferenceURL();
in OH_Utd_Create() 169 return IsUtdInvalid(pThis) ? nullptr : pThis->referenceURL.c_str();
in OH_Utd_GetReferenceUrl()
|
Completed in 12 milliseconds