Searched refs:outKeys (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_persistable_bundle.cpp | 266 char** outKeys = (char**)malloc(sizeBytes); in TEST_F() local 272 APersistableBundle_getBooleanKeys(bundle, outKeys, sizeBytes, &stringAllocator, nullptr); in TEST_F() 278 APersistableBundle_getBooleanKeys(bundle, outKeys, sizeBytes, &stringAllocator, nullptr); in TEST_F() 280 EXPECT_EQ(0, std::strcmp("", outKeys[0])); in TEST_F() 289 char** outKeys = (char**)malloc(sizeBytes); in TEST_F() local 295 APersistableBundle_getBooleanKeys(bundle, outKeys, sizeBytes, &failAllocator, nullptr); in TEST_F() 300 inline void checkAndFree(int32_t inBytes, int32_t outBytes, const char** inKeys, char** outKeys, in checkAndFree() argument 304 EXPECT_EQ(0, std::strcmp(inKeys[i], outKeys[i])); in checkAndFree() 305 free(outKeys[i]); in checkAndFree() 313 char** outKeys = (char**)malloc(sizeBytes); in TEST_F() local [all …]
|