Home
last modified time | relevance | path

Searched refs:getEntry (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp451 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 Dpasteboard_capi_test.cpp593 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 DKvStoreDataResultSetJsTest.js1074 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 DKvStoreResultSetKVJsTest.js518 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 Dudmf_test.cpp695 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