Searched refs:outDesc (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 123 bool GetDescriptorByHandle(uint16_t handle, GattDescriptor &outDesc); 546 bool GattClient::impl::GetDescriptorByHandle(uint16_t handle, GattDescriptor &outDesc) in GetDescriptorByHandle() argument 564 outDesc = *descPtr; in GetDescriptorByHandle()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 2164 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[ArgumentPosition::FIFTH]); in InflateBack() local 2240 arg->errCode = inflateBack(zipEntity->zs.get(), InFunc, inDesc.get(), OutFunc, outDesc.get()); in InflateBack()
|
Completed in 7 milliseconds