Searched refs:GetContent (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/memory_utils/libpurgeablemem/test/ |
H A D | purgeable_cpp_test.cpp | 186 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 D | purgeableashmem_test.cpp | 242 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 D | purgeable_mem_base.h | 98 * GetContent: get content ptr of the PurgeableMem obj. 103 void *GetContent();
|
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | purgeable_mem_base.cpp | 179 void *PurgeableMemBase::GetContent() in GetContent() function in OHOS::PurgeableMem::PurgeableMemBase
|
Completed in 3 milliseconds