Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/
DSingleton_test.cpp42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW); in TEST() local
43 ASSERT_TRUE(handle2 != nullptr) << dlerror(); in TEST()
51 has_fn_t has2 = reinterpret_cast<has_fn_t>(dlsym(handle2, "singletonHasInstance")); in TEST()
55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST()
57 set_fn_t set1 = reinterpret_cast<set_fn_t>(dlsym(handle2, "singletonSetInstanceContents")); in TEST()
/system/core/trusty/storage/tests/
Dmain.cpp506 file_handle_t handle2; in TEST_P() local
521 rc = storage_open_file(session_, &handle2, fname, 0, 0); in TEST_P()
1164 file_handle_t handle2; in TEST_P() local
1173 rc = storage_open_file(session_, &handle2, fname2, in TEST_P()
1203 storage_close_file(handle2); in TEST_P()
1377 file_handle_t handle2; in TEST_P() local
1392 rc = storage_open_file(session_, &handle2, fname2, in TEST_P()
1402 WritePattern(handle2, 0, exp_len2, blk, false); in TEST_P()
1411 rc = storage_get_file_size(handle2, &fsize); in TEST_P()
1425 rc = storage_get_file_size(handle2, &fsize); in TEST_P()
[all …]
/system/security/keystore2/legacykeystore/
Dlib.rs707 let handle2 = thread::spawn(move || { in concurrent_legacy_keystore_entry_test() localVariable
750 handle2.join().expect("Thread 2 panicked."); in concurrent_legacy_keystore_entry_test()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp481 auto handle2 = native_handle_create(0, 1); in TEST_F() local
483 handle2->data[0] = 6; in TEST_F()
489 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F()
/system/security/keystore2/src/
Ddatabase.rs4296 let handle2 = thread::spawn(move || { in test_large_number_of_concurrent_db_manipulations() localVariable
4342 handle2.join().expect("Thread 2 panicked."); in test_large_number_of_concurrent_db_manipulations()