Home
last modified time | relevance | path

Searched refs:referenceURL (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_json_parser_test.cpp35 \"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 Dflexible_type_test.cpp153 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 Dcustom_utd_store_test.cpp41 \"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 Dtype_descriptor.cpp24 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 Dutd_common.h32 std::string referenceURL; member
H A Dcustom_utd_json_parser.cpp25 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 Dtype_descriptor.h32 const std::string &description, const std::string &referenceURL, const std::string &iconFile);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf_capi_common.h62 std::string referenceURL; member
H A Dutd.cpp134 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