Searched refs:getEntry (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | ndk_data_conversion_test.cpp | 451 unsigned char *getEntry;
in HWTEST_F() local 452 auto result = OH_UdmfRecord_GetGeneralEntry(record, definedTypeId.c_str(), &getEntry, &getCount);
in HWTEST_F() 456 EXPECT_EQ(std::string(dataBytes.begin(), dataBytes.end()), std::string(reinterpret_cast<const char *>(getEntry)));
in HWTEST_F() 502 unsigned char *getEntry;
in HWTEST_F() local 503 OH_UdsArrayBuffer_GetData(arrayBuffer, &getEntry, &getCount);
in HWTEST_F() 506 EXPECT_EQ(std::string(dataBytes.begin(), dataBytes.end()), std::string(reinterpret_cast<const char *>(getEntry)));
in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 593 unsigned char *getEntry; in HWTEST_F() local 594 int getRes = OH_UdmfRecord_GetGeneralEntry(getRecords[0], typeId, &getEntry, &getCount); in HWTEST_F() 597 EXPECT_EQ(memcmp(entry, getEntry, getCount), 0); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | KvStoreDataResultSetJsTest.js | 1074 var entry = resultSet.getEntry(); 1075 console.info("KvStoreResultSetGetEntryTest001 getEntry " + entry); 1094 var entry = resultSet.getEntry(); 1095 console.info("KvStoreResultSetGetEntryTest002 getEntry " + entry); 1100 entry = resultSet.getEntry(); 1101 console.info("KvStoreResultSetGetEntryTest002 getEntry " + entry); 1119 var entry = resultSet.getEntry(1); 1120 console.info("KvStoreResultSetGetEntryTest003 getEntry " + entry); 1136 var entry = resultSet.getEntry(1, 'test_string'); 1137 console.info("KvStoreResultSetGetEntryTest004 getEntry " [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | KvStoreResultSetKVJsTest.js | 518 var entry = resultSet.getEntry(); 519 console.info("KvStoreResultSetGetEntrySucTest getEntry " + entry); 524 entry = resultSet.getEntry(); 525 console.info("KvStoreResultSetGetEntrySucTest getEntry " + entry);
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 695 unsigned char *getEntry;
in HWTEST_F() local 696 int getRes = OH_UdmfRecord_GetGeneralEntry(record, typeId, &getEntry, &getCount);
in HWTEST_F() 699 ASSERT_TRUE(CheckUnsignedChar(entry, getEntry, getCount));
in HWTEST_F()
|
Completed in 9 milliseconds