Searched refs:wakeupMangerNapi (Results 1 – 1 of 1) sorted by relevance
138 unique_ptr<WakeupManagerNapi> wakeupMangerNapi = make_unique<WakeupManagerNapi>(); in Construct() local139 if (wakeupMangerNapi == nullptr) { in Construct()144 wakeupMangerNapi->env_ = env; in Construct()145 …status = napi_wrap(env, jsThis, static_cast<void *>(wakeupMangerNapi.get()), WakeupManagerNapi::De… in Construct()146 nullptr, &(wakeupMangerNapi->wrapper_)); in Construct()148 wakeupMangerNapi.release(); in Construct()