Searched defs:DeviceInfoListAsyncCallbackInfo (Results 1 – 1 of 1) sorted by relevance
94 struct DeviceInfoListAsyncCallbackInfo { struct95 napi_env env = nullptr;96 napi_async_work asyncWork = nullptr;98 std::string bundleName;99 size_t bundleNameLen = 0;101 std::string extra;103 napi_ref callback = nullptr;104 napi_value thisVar = nullptr;105 napi_deferred deferred = nullptr;106 int32_t status = -1;[all …]