Home
last modified time | relevance | path

Searched refs:kLongVal (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_persistable_bundle.cpp81 const int64_t kLongVal = 12345; variable
121 APersistableBundle_putLong(bundle, "long", kLongVal); in TEST_F()
149 EXPECT_EQ(outLong, kLongVal); in TEST_F()
333 APersistableBundle_putLong(bundle, keys[i], kLongVal); in TEST_F()
Dtest_native_aidl_client.cpp559 const int64_t kLongVal = 12345; variable
574 inPBundle.putLong("long", kLongVal); in TEST_P()
602 EXPECT_EQ(outLong, kLongVal); in TEST_P()
645 EXPECT_EQ(outLong, kLongVal); in TEST_P()
668 pBundle.putLong("long", kLongVal); in TEST_P()
704 pBundle.putLong("first", kLongVal); in TEST_P()
705 pBundle.putLong("second", kLongVal); in TEST_P()
706 pBundle.putLong("third", kLongVal); in TEST_P()