Searched refs:outSizeBytes (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_persistable_bundle.cpp | 271 int32_t outSizeBytes = in TEST_F() local 273 ASSERT_EQ(outSizeBytes, 0); in TEST_F() 277 outSizeBytes = in TEST_F() 279 ASSERT_EQ(outSizeBytes, sizeof(char*)); in TEST_F() 294 int32_t outSizeBytes = in TEST_F() local 296 EXPECT_EQ(outSizeBytes, APERSISTABLEBUNDLE_ALLOCATOR_FAILED); in TEST_F() 321 int32_t outSizeBytes = in TEST_F() local 323 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() 328 outSizeBytes = in TEST_F() 330 checkAndFree(sizeBytes, outSizeBytes, keys, outKeys, numKeys); in TEST_F() [all …]
|