Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp126 auto newInterface = reinterpret_cast<NewFuncType>(dlsym(handle_, newInterfaceSymbol_.c_str())); in NewInstance() local
128 if (!newInterface || !deleteInterface) { in NewInstance()
134 return std::shared_ptr<INciNativeInterface>(newInterface(), deleteInterface); in NewInstance()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h44 bool newInterface = false; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Denable_notification.cpp213 if (asynccallbackinfo->newInterface) { in AsyncCompleteCallbackIsNotificationEnabled()
351 if (asynccallbackinfo->newInterface) { in AsyncCompleteCallbackRequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp263 .env = env, .params = params, .newInterface = true}; in NapiRequestEnableNotification()