Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp729 auto getForegroundIds = std::make_unique<GetForegroundOALocalIdAsyncContext>(); in GetForegroundOsAccountLocalId() local
730 getForegroundIds->env = env; in GetForegroundOsAccountLocalId()
731 getForegroundIds->throwErr = true; in GetForegroundOsAccountLocalId()
734 NAPI_CALL(env, napi_create_promise(env, &getForegroundIds->deferred, &result)); in GetForegroundOsAccountLocalId()
744 reinterpret_cast<void *>(getForegroundIds.get()), in GetForegroundOsAccountLocalId()
745 &getForegroundIds->work)); in GetForegroundOsAccountLocalId()
747 NAPI_CALL(env, napi_queue_async_work_with_qos(env, getForegroundIds->work, napi_qos_default)); in GetForegroundOsAccountLocalId()
748 getForegroundIds.release(); in GetForegroundOsAccountLocalId()

Completed in 3 milliseconds