Home
last modified time | relevance | path

Searched refs:OH_UdsContentForm_GetDescription (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h731 const char* OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Duds_8h.md95 | const char \* [OH_UdsContentForm_GetDescription](_u_d_m_f.md#oh_udscontentform_getdescription) ([…
H A D_u_d_m_f.md212 | const char \* [OH_UdsContentForm_GetDescription](#oh_udscontentform_getdescription) ([OH_UdsConte…
2614 ### OH_UdsContentForm_GetDescription()
2617 const char* OH_UdsContentForm_GetDescription (OH_UdsContentForm* pThis)
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp588 const char* OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis) in OH_UdsContentForm_GetDescription() function
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp1103 EXPECT_EQ("description", std::string(OH_UdsContentForm_GetDescription(contentForm)));
H A Dudmf_test.cpp1972 EXPECT_EQ("description", std::string(OH_UdsContentForm_GetDescription(getContentForm)));