Searched refs:referenceURL (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfUtdJsTest.js | 57 let referenceURL = typeObj.referenceURL; 64 …console.info(TAG, 'referenceURL: ' + referenceURL + ', ' + Object.prototype.toString.call(referenc… 71 expect(typeObj.referenceURL).assertEqual(equalStr); 133 let referenceURL = typeObj.referenceURL; 138 …console.info(TAG, 'referenceURL: ' + referenceURL + ', ' + Object.prototype.toString.call(referenc… 145 expect(typeObj.referenceURL).assertEqual(equalStr); 1028 let referenceURL = typeObj.referenceURL; 1035 …console.info(TAG, 'referenceURL: ' + referenceURL + ', ' + Object.prototype.toString.call(referenc… 1042 expect(typeObj.referenceURL).assertEqual(equalStr); 1062 let referenceURL = typeObj.referenceURL; [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | flexible_type_test.cpp | 153 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html"; 178 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html"; 203 flexibleTypeDescriptorCfg.referenceURL = "http://www.mycompany.com/my-document.html";
|
H A D | custom_utd_json_parser_test.cpp | 91 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html"); 100 EXPECT_EQ(type2.referenceURL, "http://www.mycompany.com/my-document2.html");
|
H A D | custom_utd_store_test.cpp | 109 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html");
|
/ohos5.0/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) : ty… in TypeDescriptor() argument 26 description_(description), referenceURL_(referenceURL), iconFile_(iconFile) in TypeDescriptor() 37 referenceURL_ = typeDescriptorCfg.referenceURL; in TypeDescriptor()
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | uniform-data-type-descriptors.md | 51 + **referenceURL:** 标准化数据类型的参考链接URL,用于描述类型的详细信息。 203 console.info('referenceURL:' + typeObj1.referenceURL);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_json_parser.cpp | 85 cJSON_AddStringToObject(jsonItem, REFERENCE_URL, utdTypeCfg.referenceURL.c_str()); in ConvertUtdCfgsToJson() 127 typeCfg.referenceURL = GetStringValue(*node, REFERENCE_URL); in GetTypeDescriptors()
|
H A D | utd_common.h | 32 std::string referenceURL; member
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
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()
|
H A D | udmf_capi_common.h | 62 std::string referenceURL; member
|
/ohos5.0/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);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformTypeDescriptor.md | 214 | referenceURL<sup>11+</sup> | string | 是 | 否 | 标准化数据类型的参考链接URL,用于描述类型的详细信… 443 let referenceURL = typeObj.referenceURL; 447 …ingToTypes: ${belongingToTypes}, description: ${description}, referenceURL: ${referenceURL}, iconF…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | uniform-data-type-descriptors.md | 51 + **referenceURL**: URL of the data type reference, which provides detailed information about the d… 203 console.info('referenceURL:' + typeObj1.referenceURL);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformTypeDescriptor.md | 214 | referenceURL<sup>11+</sup> | string | Yes | No | URL of the link to the re… 443 let referenceURL = typeObj.referenceURL; 447 …ingToTypes: ${belongingToTypes}, description: ${description}, referenceURL: ${referenceURL}, iconF…
|