Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp153 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()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/include/
H A Daccount_manager_addon.h39 struct AsyncAddOsAccountCallbackInfo : AsyncCallbackInfo { struct
70 AsyncAddOsAccountCallbackInfo* callbackInfo);