Home
last modified time | relevance | path

Searched defs:appItem (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp467 auto appItem = OH_UdsAppItem_Create(); variable
481 auto appItem = OH_UdsAppItem_Create(); variable
502 auto appItem = OH_UdsAppItem_Create(); variable
524 auto appItem = OH_UdsAppItem_Create(); variable
546 auto appItem = OH_UdsAppItem_Create(); variable
568 auto appItem = OH_UdsAppItem_Create(); variable
590 auto appItem = OH_UdsAppItem_Create(); variable
612 auto appItem = OH_UdsAppItem_Create(); variable
634 auto appItem = OH_UdsAppItem_Create(); variable
660 auto appItem = OH_UdsAppItem_Create(); variable
[all …]
H A Dudmf_test.cpp989 OH_UdsAppItem appItem; variable
1015 OH_UdsAppItem appItem; variable
1178 OH_UdsAppItem* appItem = OH_UdsAppItem_Create(); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp347 std::shared_ptr<SystemDefinedAppItem> appItem = variable
568 std::shared_ptr<SystemDefinedAppItem> appItem = variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp563 int OH_UdmfRecord_AddAppItem(OH_UdmfRecord* record, OH_UdsAppItem* appItem) in OH_UdmfRecord_AddAppItem()
673 int OH_UdmfRecord_GetAppItem(OH_UdmfRecord* record, OH_UdsAppItem* appItem) in OH_UdmfRecord_GetAppItem()
H A Duds.cpp297 OH_UdsAppItem* appItem = new (std::nothrow) OH_UdsAppItem(); in OH_UdsAppItem_Create() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp604 auto appItem = static_cast<UDMF::SystemDefinedAppItem*>(record.get()); in AppItem2PasteRecord() local