Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp108 bool IsDeviceManagerNapiNull(napi_env env, napi_value thisVar, DeviceManagerNapi **pDeviceManagerWrapper) in IsDeviceManagerNapiNull() argument
110 napi_unwrap(env, thisVar, reinterpret_cast<void **>(pDeviceManagerWrapper)); in IsDeviceManagerNapiNull()
111 if (pDeviceManagerWrapper != nullptr && *pDeviceManagerWrapper != nullptr) { in IsDeviceManagerNapiNull()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp257 bool IsDeviceManagerNapiNull(napi_env env, napi_value thisVar, DeviceManagerNapi **pDeviceManagerWrapper) in IsDeviceManagerNapiNull() argument
259 napi_unwrap(env, thisVar, reinterpret_cast<void **>(pDeviceManagerWrapper)); in IsDeviceManagerNapiNull()
260 if (pDeviceManagerWrapper != nullptr && *pDeviceManagerWrapper != nullptr) { in IsDeviceManagerNapiNull()

Completed in 10 milliseconds