Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_manager_napi.cpp138 unique_ptr<WakeupManagerNapi> wakeupMangerNapi = make_unique<WakeupManagerNapi>(); in Construct() local
139 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()