Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp237 auto removeOACB = std::make_unique<RemoveOAAsyncContext>(); in RemoveOsAccount() local
238 removeOACB->env = env; in RemoveOsAccount()
239 removeOACB->throwErr = true; in RemoveOsAccount()
241 if (!ParseParaRemoveOACB(env, cbInfo, removeOACB.get())) { in RemoveOsAccount()
246 if (removeOACB->callbackRef == nullptr) { in RemoveOsAccount()
247 napi_create_promise(env, &removeOACB->deferred, &result); in RemoveOsAccount()
256 reinterpret_cast<void *>(removeOACB.get()), &removeOACB->work); in RemoveOsAccount()
258 napi_queue_async_work_with_qos(env, removeOACB->work, napi_qos_user_initiated); in RemoveOsAccount()
259 removeOACB in RemoveOsAccount()
[all...]

Completed in 2 milliseconds