Lines Matching refs:getData
495 OH_UdmfData* getData = OH_Pasteboard_GetData(pasteboard, &status);
497 EXPECT_NE(getData, nullptr);
500 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
513 OH_UdmfData_Destroy(getData);
538 OH_UdmfData* getData = OH_Pasteboard_GetData(pasteboard, &status);
540 EXPECT_NE(getData, nullptr);
543 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
559 OH_UdmfData_Destroy(getData);
584 OH_UdmfData* getData = OH_Pasteboard_GetData(pasteboard, &status);
586 EXPECT_NE(getData, nullptr);
589 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &getrecordCount);
602 OH_UdmfData_Destroy(getData);