Home
last modified time | relevance | path

Searched refs:GetContent (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_cpp_test.cpp186 ret1 = strncmp(alphabetFinal, static_cast<char *>(pobj1.GetContent()), 26); in HWTEST_F()
196 ret2 = strncmp(alphabetFinal, static_cast<char *>(pobj2.GetContent()), 26); in HWTEST_F()
219 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
247 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
279 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
308 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
342 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
378 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
416 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), size - 1); in HWTEST_F()
H A Dpurgeableashmem_test.cpp242 ret1 = strncmp(alphabetFinal, static_cast<char *>(pobj1.GetContent()), 26); in HWTEST_F()
252 ret2 = strncmp(alphabetFinal, static_cast<char *>(pobj2.GetContent()), 26); in HWTEST_F()
276 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
305 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
338 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 26); in HWTEST_F()
368 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
403 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
440 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), 4097); in HWTEST_F()
479 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), size - 1); in HWTEST_F()
520 ret = strncmp(alphabet, static_cast<char *>(pobj->GetContent()), siz in HWTEST_F()
[all...]
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpurgeable_mem_base.h98 * GetContent: get content ptr of the PurgeableMem obj.
103 void *GetContent();
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem_base.cpp179 void *PurgeableMemBase::GetContent() in GetContent() function in OHOS::PurgeableMem::PurgeableMemBase

Completed in 3 milliseconds