Home
last modified time | relevance | path

Searched refs:OH_UdsContentForm_GetTitle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h741 const char* OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Duds_8h.md96 | const char \* [OH_UdsContentForm_GetTitle](_u_d_m_f.md#oh_udscontentform_gettitle) ([OH_UdsConten…
H A D_u_d_m_f.md213 | const char \* [OH_UdsContentForm_GetTitle](#oh_udscontentform_gettitle) ([OH_UdsContentForm](#oh_…
2699 ### OH_UdsContentForm_GetTitle()
2702 const char* OH_UdsContentForm_GetTitle (OH_UdsContentForm* pThis)
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp593 const char* OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis) in OH_UdsContentForm_GetTitle() function
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp1104 EXPECT_EQ("title", std::string(OH_UdsContentForm_GetTitle(contentForm)));