Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp126 bool GetDescriptorByHandle(uint16_t handle, GattDescriptor &outDesc);
549 bool GattClient::impl::GetDescriptorByHandle(uint16_t handle, GattDescriptor &outDesc) in GetDescriptorByHandle() argument
567 outDesc = *descPtr; in GetDescriptorByHandle()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp2164 static int32_t OutFunc(void *outDesc, unsigned char *buf, unsigned len) in OutFunc() argument
2166 InOutDesc *out = static_cast<InOutDesc *>(outDesc); in OutFunc()
2239 …auto outDesc = make_shared<InOutDesc>(env, funcArg[ArgumentPosition::FOURTH], funcArg[ArgumentPosi… in InflateBack() local
2240 arg->errCode = inflateBack(zipEntity->zs.get(), InFunc, inDesc.get(), OutFunc, outDesc.get()); in InflateBack()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md2444 …teBackInputCallback, inDesc: object, backOut: InflateBackOutputCallback, outDesc: object): Promise…
2460 | outDesc | object | 是 | 通用对象。 …
2493 type InflateBackOutputCallback = (outDesc: object, buf: ArrayBuffer, length: number) => number
2503 | outDesc | object | 是 | 用户定义数据对象 |
2536 …let writeOut: (outDesc: object, buffer: ArrayBuffer, length: number) => number = (outDesc: object,…
2537 console.info("outDesc = ", outDesc);
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md2440 …teBackInputCallback, inDesc: object, backOut: InflateBackOutputCallback, outDesc: object): Promise…
2456 | outDesc | object | Yes | Common object. …
2468 InflateBackOutputCallback = (outDesc: object, buf: ArrayBuffer, length: number) => number
2472 | outDesc | object | Yes | User-defined data object. |
2505 …let writeOut: (outDesc: object, buffer: ArrayBuffer, length: number) => number = (outDesc: object,…
2506 console.info("outDesc = ", outDesc);