Searched refs:generalq (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-90-ckdclient.c133 dispatch_queue_t generalq = dispatch_queue_create("general", DISPATCH_QUEUE_SERIAL); local
139 ok(testSynchronize(generalq, dgroup), "test synchronize");
145 ok(testGetObjectFromCloud(kTestKeyIDTimestamp, generalq, dgroup) != nil, "testGet for %@", kTestKeyIDTimestamp);
147 ok(postIDTimestamp(generalq, dgroup), "testPostGet for %@", kTestKeyIDTimestamp);
149 ok(testPostGet(kTestKeyString, CFSTR("test string"), generalq, dgroup), "testPostGet for CFStringRef");
152 ok(testPostGet(kTestKeyString, CFSTR("test string"), generalq, dgroup), "testPostGet for CFStringRef");
153 ok(testPostGet(kTestKeyData, testData, generalq, dgroup), "testPostGet for CFDataRef");
154 ok(testPostGet(kTestKeyArray, testArray, generalq, dgroup), "testPostGet for CFDataRef");
156 ok(postIDTimestamp(generalq, dgroup), "testPostGet for %@", kTestKeyIDTimestamp);
159 ok(testSynchronize(generalq, dgrou
[all...]
H A Dsc-95-ckd2client.c99 dispatch_queue_t generalq = dispatch_queue_create("general", DISPATCH_QUEUE_SERIAL); local
116 ok(postIDTimestamp(generalq), "testPostGet for %@", kTestKeyIDTimestamp);
H A Dsc-kvstool.m258 dispatch_queue_t generalq = dispatch_queue_create("general", DISPATCH_QUEUE_SERIAL);
273 ok(testClearAll(generalq, work_group), "test Clear All");
285 CFTypeRef objects = testGetObjectsFromCloud(keysToGet, generalq, work_group);
298 requestSynchronization(generalq, work_group);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Tool/
H A Dkeychain_sync.c339 dispatch_queue_t generalq = dispatch_queue_create("general", DISPATCH_QUEUE_SERIAL); local
341 CFTypeRef objects = getObjectsFromCloud(keysToGet, generalq, work_group);
365 dispatch_queue_t generalq = dispatch_queue_create("general", DISPATCH_QUEUE_SERIAL); local
383 SOSCloudKeychainSynchronizeAndWait(keysToGet, generalq, replyBlock);

Completed in 67 milliseconds