Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 7 of 7) 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/bt/bta/test/
Dbta_dm_cust_uuid_test.cc46 uint32_t handle2 = 2; variable
60 tBTA_CUSTOM_UUID curr1_expect = {uuid2, handle2}; in TEST_F()
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc271 uint16_t handle2 = 0x02; in TEST_F() local
286 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle2, connection… in TEST_F()
313 VerifyPacket(handle2, packet2); in TEST_F()
322 round_robin_scheduler_->Unregister(handle2); in TEST_F()
/system/security/keystore2/legacykeystore/
Dlib.rs675 let handle2 = thread::spawn(move || { in concurrent_legacy_keystore_entry_test() localVariable
718 handle2.join().expect("Thread 2 panicked."); in concurrent_legacy_keystore_entry_test()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp475 auto handle2 = native_handle_create(0, 1); in TEST_F() local
477 handle2->data[0] = 6; in TEST_F()
483 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F()
/system/security/keystore2/src/
Ddatabase.rs4793 let handle2 = thread::spawn(move || { in test_large_number_of_concurrent_db_manipulations() localVariable
4839 handle2.join().expect("Thread 2 panicked."); in test_large_number_of_concurrent_db_manipulations()