/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 36 if (GetHandle().IsEmpty()) { in IsEmpty() 39 return GetHandle()->IsUndefined() || GetHandle()->IsNull(); in IsEmpty() 44 if (GetHandle().IsEmpty()) { in IsFunction() 53 if (GetHandle().IsEmpty()) { in IsNumber() 62 if (GetHandle().IsEmpty()) { in IsString() 71 if (GetHandle().IsEmpty()) { in IsBoolean() 80 if (GetHandle().IsEmpty()) { in IsObject() 89 if (GetHandle().IsEmpty()) { in IsArray() 98 if (GetHandle().IsEmpty()) { in IsArrayBuffer() 107 return (!GetHandle().IsEmpty()) && (GetHandle()->IsUint8ClampedArray(GetEcmaVM())); in IsUint8ClampedArray() [all …]
|
H A D | jsi_types.inl | 94 const panda::CopyableGlobal<T>& JsiType<T>::GetHandle() const function in OHOS::Ace::Framework::JsiType 152 if (GetHandle()->GetNativePointerFieldCount(GetEcmaVM()) < 1) { 155 return static_cast<T*>(GetHandle()->GetNativePointerField(GetEcmaVM(), INSTANCE)); 161 GetHandle()->SetNativePointerField(GetEcmaVM(), INSTANCE, static_cast<void*>(data)); 168 …GetHandle()->Set(GetEcmaVM(), stringRef, JsiValueConvertor::toJsiValueWithVM<T>(GetEcmaVM(), value… 175 …GetHandle()->Set(GetEcmaVM(), stringRef, JsiValueConvertor::toJsiValueWithVM<T>(GetEcmaVM(), value… 186 Local<JSValueRef> valueRef = GetHandle()->Get(vm, stringRef); 207 Local<JSValueRef> valueRef = GetHandle()->Get(vm, stringRef); 229 retVal_ = panda::CopyableGlobal<panda::JSValueRef>(val.Get().GetHandle());
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 181 RenderHandle bufferToImageDst = ref.dstHandle.GetHandle(); in CopyBuffersToImages() 192 cmdList.CopyBufferToImage(ref.srcHandle.GetHandle(), bufferToImageDst, copyRef); in CopyBuffersToImages() 236 … cmdList.CopyImageToBuffer(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyImagesToBuffersImpl() 252 cmdList.CopyImageToImage(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyImagesToImagesImpl() 294 ref.dstHandle.GetHandle().id); in CopyHostToStaging() 297 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.srcHandle.GetHandle()); in CopyHostToStaging() 318 gpuResourceMgr.UnmapBuffer(ref.srcHandle.GetHandle()); in CopyHostToStaging() 523 … cmdList.CopyBufferToBuffer(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyBuffersToBuffers() 575 if (!RenderHandleUtil::IsDynamicResource(ref.handle.GetHandle())) { in ClearImages() 618 additionalCopyBuffer_.handle.GetHandle(), ref.handle.GetHandle(), bic); in ClearImages() [all …]
|
H A D | render_node_default_acceleration_structure_staging.cpp | 78 geomRef.data.srcAccelerationStructure.GetHandle(), in ExecuteFrame() 79 geomRef.data.dstAccelerationStructure.GetHandle(), in ExecuteFrame() 80 … { geomRef.data.scratchBuffer.handle.GetHandle(), geomRef.data.scratchBuffer.offset } }; in ExecuteFrame() 85 { triRef.vertexData.handle.GetHandle(), triRef.vertexData.offset }, in ExecuteFrame() 86 { triRef.indexData.handle.GetHandle(), triRef.indexData.offset }, in ExecuteFrame() 87 { triRef.transformData.handle.GetHandle(), triRef.transformData.offset } }; in ExecuteFrame() 93 { aabbRef.data.handle.GetHandle(), aabbRef.data.offset } }; in ExecuteFrame() 99 { instanceRef.data.handle.GetHandle(), instanceRef.data.offset } }; in ExecuteFrame() 121 const RenderHandle dstHandle = dataRef.bufferOffset.handle.GetHandle(); in ExecuteFrameProcessInstanceData() 130 instanceRef.accelerationStructureReference.GetHandle()); in ExecuteFrameProcessInstanceData()
|
H A D | render_node_staging.cpp | 43 …8_t* baseDstDataBegin = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ref.dstHandle.GetHandle())); in CopyHostDirectlyToBuffer() 45 PLUGIN_LOG_E("staging: direct dstHandle %" PRIu64, ref.dstHandle.GetHandle().id); in CopyHostDirectlyToBuffer() 48 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() 71 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() 79 uint8_t* data = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ref.dstHandle.GetHandle())); in CopyHostDirectlyToBuffer() 81 PLUGIN_LOG_E("staging: dstHandle %" PRIu64, ref.dstHandle.GetHandle().id); in CopyHostDirectlyToBuffer() 86 auto const& bufferDesc = gpuResourceMgr.GetBufferDescriptor(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer() 96 gpuResourceMgr.UnmapBuffer(ref.dstHandle.GetHandle()); in CopyHostDirectlyToBuffer()
|
H A D | render_node_shader_passes_generic.cpp | 66 …assDesc.attachmentHandles[idx] = renderPassInput.renderPassDesc.attachmentHandles[idx].GetHandle(); in ConvertToLowLevelRenderPass() 134 … uboData_.mapData = static_cast<uint8_t*>(gpuResourceMgr.MapBuffer(uboData_.handle.GetHandle())); in ExecuteFrame() 143 gpuResourceMgr.UnmapBuffer(uboData_.handle.GetHandle()); in ExecuteFrame() 195 … RenderHandle psoHandle = GetPsoHandleGraphics(renderPass, sRef.GetShaderHandle().GetHandle(), pl); in ExecuteFrameGraphics() 204 bRes.handle = uboData_.handle.GetHandle(); in ExecuteFrameGraphics() 234 vbs[vbIdx] = { vr.bufferHandle.GetHandle(), vr.bufferOffset, vr.byteSize }; in ExecuteFrameGraphics() 238 const RenderHandle iaHandle = dc.argsHandle.GetHandle(); in ExecuteFrameGraphics() 242 … { ib.bufferHandle.GetHandle(), ib.bufferOffset, ib.byteSize, ib.indexType }); in ExecuteFrameGraphics() 282 const RenderHandle shaderHandle = sRef.GetShaderHandle().GetHandle(); in ExecuteFrameCompute() 293 bRes.handle = uboData_.handle.GetHandle(); in ExecuteFrameCompute() [all …]
|
H A D | render_bloom.cpp | 147 … return bloomInfo_.useCompute ? (targets_.tex1[0u].GetHandle()) : (targets_.tex2[0u].GetHandle()); in GetFinalTarget() 188 binder.BindImage(binding++, { targets_.tex1[0].GetHandle() }); in ComputeDownscaleAndThreshold() 190 binder.BindSampler(binding++, { samplerHandle_.GetHandle() }); in ComputeDownscaleAndThreshold() 262 binder.BindImage(0u, { targets_.tex1[i - 1].GetHandle() }); in ComputeUpscale() 263 binder.BindImage(1u, { targets_.tex1[i].GetHandle() }); in ComputeUpscale() 264 binder.BindSampler(2u, { samplerHandle_.GetHandle() }); in ComputeUpscale() 298 binder.BindImage(binding++, { targets_.tex1[0].GetHandle() }); in ComputeCombine() 299 binder.BindSampler(binding++, { samplerHandle_.GetHandle() }); in ComputeCombine() 368 binder.BindSampler(1u, { samplerHandle_.GetHandle() }); in RenderDownscaleAndThreshold() 409 binder.BindSampler(1u, { samplerHandle_.GetHandle() }); in RenderDownscale() [all …]
|
H A D | render_node_bloom.cpp | 83 GetBindableImage(inputResources_.customOutputImages[0]), postProcessUbo_.GetHandle(), in InitNode() 102 GetBindableImage(inputResources_.customOutputImages[0]), postProcessUbo_.GetHandle(), in PreExecuteFrame() 155 …if (auto data = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(postProcessUbo_.GetHandle()));… in UpdatePostProcessData() 160 gpuResourceMgr.UnmapBuffer(postProcessUbo_.GetHandle()); in UpdatePostProcessData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.cpp | 508 const RenderHandle rawReplaceHandle = finalReplaceHandle.GetHandle(); in CreateSwapchainImpl() 614 … if ((defaultSwapchainHandle_.GetHandle() == swapchainData.remappableSwapchainImage.GetHandle()) && in CreateSwapchainImpl() 619 … if ((defaultSwapchainHandle_.GetHandle() != swapchainData.remappableSwapchainImage.GetHandle()) && in CreateSwapchainImpl() 631 if (replacedHandle.GetHandle() == defaultSwapchainHandle_.GetHandle()) { in CreateSwapchainHandle() 661 const RenderHandle rawHandle = handle.GetHandle(); in DestroySwapchainImpl() 663 if (iter->remappableSwapchainImage.GetHandle() == rawHandle) { in DestroySwapchainImpl() 671 if ((handle.GetHandle() == defaultSwapchainHandle_.GetHandle()) || (!handle)) { in DestroySwapchainImpl() 690 if (handle.GetHandle() == defaultSwapchainHandle_.GetHandle()) { in DestroySwapchainImpl() 779 if (((swapData.remappableSwapchainImage.GetHandle() == cmpHandle) || in GetSwapchain() 794 if (((swapData.remappableSwapchainImage.GetHandle() == cmpHandle) || in GetSwapchainData() [all …]
|
H A D | shader_manager.cpp | 246 shaders.push_back(ref.rhr.GetHandle()); in GetShadersBySlot() 256 shaders.push_back(ref.rhr.GetHandle()); in GetShadersBySlot() 280 states.push_back(gsd.rhr[idx].GetHandle()); in GetGraphicsStatesBySlot() 404 if (IsAnyShaderFunc(shaderHandle.GetHandle())) { in SetRenderSlotData() 1112 return GetGraphicsStateRef(handle.GetHandle()); in GetGraphicsStateRef() 1147 return GetRenderSlotId(handle.GetHandle()); in GetRenderSlotId() 1317 return GetPipelineLayoutRef(handle.GetHandle()); in GetPipelineLayout() 1619 return IsComputeShaderFunc(handle.GetHandle()); in IsComputeShader() 1624 return IsShaderFunc(handle.GetHandle()); in IsShader() 1720 const RenderHandle rawHandle = handle.GetHandle(); in Destroy() [all …]
|
H A D | gpu_resource_manager.cpp | 1328 return GetHandle(bufferStore_, name); in GetBufferHandle() 1333 return GetHandle(imageStore_, name); in GetImageHandle() 1338 return GetHandle(samplerStore_, name); in GetSamplerHandle() 1500 return GetName(handle.GetHandle()); in GetName() 1840 return MapBuffer(handle.GetHandle()); in MapBuffer() 1874 return MapBufferMemory(handle.GetHandle()); in MapBufferMemory() 1905 return UnmapBuffer(handle.GetHandle()); in UnmapBuffer() 2225 return IsGpuBuffer(handle.GetHandle()); in IsGpuBuffer() 2230 return IsGpuImage(handle.GetHandle()); in IsGpuImage() 2235 return IsGpuSampler(handle.GetHandle()); in IsGpuSampler() [all …]
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer_event_handler.cpp | 42 close(GetHandle()); in ~TimerEventHandler() 48 if ((GetHandle() == INVALID_TIMER_FD)) { in Initialize() 78 if (timerfd_settime(GetHandle(), TFD_TIMER_ABSTIME, &newValue, nullptr) == -1) { in Initialize() 95 if (GetHandle() == INVALID_TIMER_FD) { in TimeOut() 100 ssize_t n = ::read(GetHandle(), &expirations, sizeof(expirations)); in TimeOut() 106 callback_(GetHandle()); in TimeOut()
|
H A D | event_demultiplexer.cpp | 72 auto itor = eventHandlers_.find(handler->GetHandle()); in UpdateEventHandler() 74 eventHandlers_.insert(std::make_pair(handler->GetHandle(), handler->shared_from_this())); in UpdateEventHandler() 94 event.data.fd = handler->GetHandle(); in Update() 96 if (epoll_ctl(epollFd_, operation, handler->GetHandle(), &event) != 0) { in Update() 98 epollFd_, operation, handler->GetHandle()); in Update()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_tunnel_handle.cpp | 92 GraphicExtDataHandle *SurfaceTunnelHandle::GetHandle() in GetHandle() function in OHOS::SurfaceTunnelHandle 104 if (handle == nullptr || handle->GetHandle() == nullptr) { in Different() 108 bool diffHandle = tunnelHandle_->fd != handle->GetHandle()->fd || in Different() 109 tunnelHandle_->reserveInts != handle->GetHandle()->reserveInts; in Different() 113 for (uint32_t index = 0; index < handle->GetHandle()->reserveInts; index++) { in Different() 114 … diffHandle = diffHandle || tunnelHandle_->reserve[index] != handle->GetHandle()->reserve[index]; in Different()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 108 …if (auto meshDataPtr = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.mesh.GetHandle())… in UpdateMeshBuffer() 121 gpuResourceMgr.UnmapBuffer(ubos_.mesh.GetHandle()); in UpdateMeshBuffer() 131 … = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.submeshSkin.GetHandle())); skinData) { in UpdateSkinBuffer() 151 gpuResourceMgr.UnmapBuffer(ubos_.submeshSkin.GetHandle()); in UpdateSkinBuffer() 159 … auto matFactorData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.mat.GetHandle())); in UpdateMaterialBuffers() 160 …ansformData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.matTransform.GetHandle())); in UpdateMaterialBuffers() 161 …userMaterialData = reinterpret_cast<uint8_t*>(gpuResourceMgr.MapBuffer(ubos_.userMat.GetHandle())); in UpdateMaterialBuffers() 190 gpuResourceMgr.UnmapBuffer(ubos_.mat.GetHandle()); in UpdateMaterialBuffers() 191 gpuResourceMgr.UnmapBuffer(ubos_.matTransform.GetHandle()); in UpdateMaterialBuffers() 192 gpuResourceMgr.UnmapBuffer(ubos_.userMat.GetHandle()); in UpdateMaterialBuffers()
|
H A D | render_node_morph.cpp | 177 …ret_cast<::MorphTargetInfoStruct*>(gpuResourceMgr.MapBuffer(morphTargetBufferHandle_.GetHandle())); in UpdateWeightsAndTargets() 194 gpuResourceMgr.UnmapBuffer(morphTargetBufferHandle_.GetHandle()); in UpdateWeightsAndTargets() 204 binder.BindBuffer(0u, morphTargetBufferHandle_.GetHandle(), 0u); in ComputeMorphs() 223 …inputBinder.BindBuffer(0u, submesh.morphTargetBuffer.bufferHandle.GetHandle(), indexOffset, indexS… in ComputeMorphs() 227 …inputBinder.BindBuffer(1u, submesh.morphTargetBuffer.bufferHandle.GetHandle(), vertexOffset, verte… in ComputeMorphs() 234 outputBinder.BindBuffer(0u, submesh.vertexBuffers[0u].bufferHandle.GetHandle(), in ComputeMorphs() 237 outputBinder.BindBuffer(1u, submesh.vertexBuffers[1u].bufferHandle.GetHandle(), in ComputeMorphs() 240 outputBinder.BindBuffer(2u, submesh.vertexBuffers[2u].bufferHandle.GetHandle(), in ComputeMorphs()
|
H A D | render_node_default_lights.cpp | 82 …const RenderHandle handles[] = { lightBufferHandle_.GetHandle(), lightClusterBufferHandle_.GetHand… in InitNode() 91 const RenderHandle handle = lightBufferHandle_.GetHandle(); in PreExecuteFrame() 116 if (auto data = MapBuffer<uint8_t>(gpuResourceMgr, lightBufferHandle_.GetHandle()); data) { in ExecuteFrame() 153 gpuResourceMgr.UnmapBuffer(lightBufferHandle_.GetHandle()); in ExecuteFrame()
|
H A D | render_node_default_camera_controller.cpp | 253 targets.outputColor.GetHandle(), in FillCreatedTargets() 254 targets.depth.GetHandle(), in FillCreatedTargets() 255 targets.colorResolve.GetHandle(), in FillCreatedTargets() 256 targets.colorMsaa.GetHandle(), in FillCreatedTargets() 257 targets.depthMsaa.GetHandle(), in FillCreatedTargets() 258 targets.baseColor.GetHandle(), in FillCreatedTargets() 259 targets.velocityNormal.GetHandle(), in FillCreatedTargets() 260 targets.material.GetHandle(), in FillCreatedTargets() 663 createdTargets_.history[nextIndex].GetHandle()); in RegisterOutputs() 667 createdTargets_.history[nextIndex].GetHandle()); in RegisterOutputs() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 206 Destroy(rngRef.GetHandle()); in HandlePendingAllocations() 309 RenderHandleUtil::GetGenerationIndexPart(nodeGraphHandles_[index].GetHandle()); in PendingDestroy() 465 dstData.inputs[idx] = { "", srcData.inputs[idx].GetHandle() }; in UpdateRenderNodeGraphResources() 468 dstData.outputs[idx] = { "", srcData.outputs[idx].GetHandle() }; in UpdateRenderNodeGraphResources() 498 const RenderHandle rawHandle = handle.GetHandle(); in PushBackRenderNode() 506 const RenderHandle rawHandle = handle.GetHandle(); in InsertBeforeRenderNode() 514 const RenderHandle rawHandle = handle.GetHandle(); in InsertAfterRenderNode() 521 const RenderHandle rawHandle = handle.GetHandle(); in EraseRenderNode() 536 const RenderHandle rawHandle = handle.GetHandle(); in GetInfo() 579 const RenderHandle rawHandle = handle.GetHandle(); in SetRenderNodeGraphResources() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 227 sd.gpuSignalResourceHandle = thisFrameSignalData_.gpuSemaphores.back()->GetHandle(); in ProcessFrameSignalData() 243 ngbbc.backBufferHandle = postBackBufferConfig_.bbc.backBufferHandle.GetHandle(); in ProcessFrameBackBufferConfiguration() 244 ngbbc.gpuBufferHandle = postBackBufferConfig_.bbc.gpuBufferHandle.GetHandle(); in ProcessFrameBackBufferConfiguration() 306 … const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() 317 … const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() 326 const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() 343 const RenderHandle rawHandle = handle.GetHandle(); in GetFrameCopyData() 345 if (ref.handle.GetHandle() == rawHandle) { in GetFrameCopyData() 400 const RenderHandle rawHandle = handle.GetHandle(); in GetFrameGpuSignalData() 402 if (ref.handle.GetHandle() == rawHandle) { in GetFrameGpuSignalData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | render_handle_component_manager.cpp | 100 return components_[index].data_.reference.GetHandle(); in GetRenderHandle() 108 return components_[index].data_.reference.GetHandle(); in GetRenderHandle() 116 [handle = handle.GetHandle()]( in GetEntityWithReference() 117 …const BaseComponentHandle& component) { return component.data_.reference.GetHandle() == handle; }); in GetEntityWithReference()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
H A D | stream_pipeline_data_structure.cpp | 31 extern "C" void* GetHandle() in GetHandle() function 45 void* handle = GetHandle(); in HdfGetModuleConfigRoot() 65 void* handle = GetHandle(); in HdfGetPipelineSpecsModuleConfigRoot()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 670 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in DiscoveryServices() 680 profile_->ClearCacheMap(client.connection_.GetHandle()); in DiscoveryServices() 698 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in ReadCharacteristic() 711 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in ReadCharacteristicByUuid() 726 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in WriteCharacteristic() 745 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in SignedWriteCharacteristic() 758 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in ReadDescriptor() 772 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in WriteDescriptor() 786 if (handleMap_.find(client.connection_.GetHandle()) == handleMap_.end()) { in RequestExchangeMtu() 791 profile_->ExchangeMtu(appId, client.connection_.GetHandle(), mtu); in RequestExchangeMtu() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 173 if (character.GetHandle() == characteristic.handle_) { in OnCharacteristicChanged() 481 if (item.GetHandle() == handle) { in FindService() 540 if (handle == charac.GetHandle()) { in GetCharacteristicByHandle() 556 if (handle == desc.GetHandle()) { in GetDescriptorByHandle() 882 int ret = proxy->RequestNotification(pimpl->applicationId_, characteristic.GetHandle(), enable); in SetNotifyCharacteristicInner() 902 descriptor->GetHandle(), descriptorValue.data(), descriptorValue.size())); in SetNotifyCharacteristicInner() 916 HILOGI("handle: 0x%{public}04X, enable: %{public}d", characteristic.GetHandle(), enable); in SetNotifyCharacteristic() 924 HILOGI("handle: 0x%{public}04X, enable: %{public}d", characteristic.GetHandle(), enable); in SetIndicateCharacteristic() 932 HILOGI("handle: 0x%{public}04X, enable: %{public}d", characteristic.GetHandle(), enable); in SetNotifyCharacteristicV2() 950 return proxy->RequestNotification(pimpl->applicationId_, characteristic.GetHandle(), enable); in SetNotifyCharacteristicV2() [all …]
|
H A D | bluetooth_gatt_server.cpp | 428 if (svc.GetHandle() == handle) { in GetIncludeService() 489 if (character.GetHandle() == handle) { in FindCharacteristic() 513 if (desc.GetHandle() == handle) { in FindDescriptor() 590 svc.includeServices_.push_back(bluetooth::Service(isvc.get().GetHandle())); in AddService() 597 character.GetHandle(), in AddService() 606 desc.GetHandle(), in AddService() 703 HILOGI("Find service, handle: 0x%{public}04X", svc.GetHandle()); in GetService() 728 GET_ENCRYPT_ADDR(device), characteristic.GetHandle(), confirm); in NotifyCharacteristicChanged() 750 bluetooth::Characteristic(characteristic.GetHandle(), characterValue.get(), length)); in NotifyCharacteristicChanged() 773 pimpl->applicationId_, (BluetoothGattService)bluetooth::Service(sIt->GetHandle())); in RemoveGattService() [all …]
|