Searched refs:newInterface (Results 1 – 4 of 4) sorted by relevance
126 auto newInterface = reinterpret_cast<NewFuncType>(dlsym(handle_, newInterfaceSymbol_.c_str())); in NewInstance() local128 if (!newInterface || !deleteInterface) { in NewInstance()134 return std::shared_ptr<INciNativeInterface>(newInterface(), deleteInterface); in NewInstance()
44 bool newInterface = false; member
213 if (asynccallbackinfo->newInterface) { in AsyncCompleteCallbackIsNotificationEnabled()351 if (asynccallbackinfo->newInterface) { in AsyncCompleteCallbackRequestEnableNotification()
263 .env = env, .params = params, .newInterface = true}; in NapiRequestEnableNotification()