Searched refs:AsyncAddOsAccountCallbackInfo (Results 1 – 2 of 2) sorted by relevance
153 auto asyncCallbackInfo = new (std::nothrow) AsyncAddOsAccountCallbackInfo(); in AddOsAccount()157 std::unique_ptr<AsyncAddOsAccountCallbackInfo> callbackPtr{asyncCallbackInfo}; in AddOsAccount()206 AsyncAddOsAccountCallbackInfo* callbackInfo) in AddOsAccountCommon()480 auto asyncCallbackInfo = new (std::nothrow) AsyncAddOsAccountCallbackInfo(); in AddOsAccountAsync()484 std::unique_ptr<AsyncAddOsAccountCallbackInfo> callbackPtr{asyncCallbackInfo}; in AddOsAccountAsync()510 AsyncAddOsAccountCallbackInfo *asyncCallbackInfo = in NativeAddOsAccount()511 static_cast<AsyncAddOsAccountCallbackInfo *>(data); in NativeAddOsAccount()528 auto *asyncCallbackInfo = static_cast<AsyncAddOsAccountCallbackInfo *>(data); in NativeAddOsAccountCallbackComplete()
39 struct AsyncAddOsAccountCallbackInfo : AsyncCallbackInfo { struct70 AsyncAddOsAccountCallbackInfo* callbackInfo);