Home
last modified time | relevance | path

Searched refs:classId (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp92 BtUuid classId[1]; in AddServiceClassIdList() local
93 classId[0].type = BT_UUID_16; in AddServiceClassIdList()
94 classId[0].uuid16 = NAP_UUID16; in AddServiceClassIdList()
96 int result = SDP_AddServiceClassIdList(sdpHandle_, classId, 1); in AddServiceClassIdList()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp395 SCENE_NS::INode::Ptr GetNode(const BASE_NS::string_view path, const BASE_NS::Uid classId,
398 return GetNodeRecursive(path, classId, true, buildBehavior);
461 SCENE_NS::INode::Ptr GetNodeRecursive(const BASE_NS::string_view path, const META_NS::ObjectId classId, in GetNodeRecursive() argument
488 bool isNodeType = (classId == SCENE_NS::INode::UID); in GetNodeRecursive()
489 if ((classId == META_NS::IObject::UID || isNodeType) && ecs) { in GetNodeRecursive()
493 implementationId = classId; in GetNodeRecursive()
1001 SCENE_NS::INode::Ptr CreateNode(const META_NS::ObjectId classId) in CreateNode() argument
1005 if (classId == SCENE_NS::ClassId::Light.Id() || classId == SCENE_NS::ILight::UID) { in CreateNode()
1007 } else if (classId in CreateNode()
1052 CreateResourceFromUri(const META_NS::ObjectId classId, BASE_NS::string_view uri) CreateResourceFromUri() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h119 * @param classId Optional, if the creation type of the node instance is known, it should be provided. Otherwise the
124 virtual INode::Ptr GetNode(const BASE_NS::string_view path, BASE_NS::Uid classId = META_NS::IObject::UID,
198 * @param classId The type of the node implementation, should be provided if known.
202 META_NS::ObjectId classId = META_NS::IObject::UID,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp218 BtUuid classId = serviceAry[n].classId[i]; in CopySdpServiceArray() local
219 service.classIds.push_back(classId); in CopySdpServiceArray()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dimplementation_macros.h37 #define META_VALUE_PTR(interface, classId) ::META_NS::ValuePtrImpl<interface>::Instance<classId>
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h445 BtUuid *classId; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c942 service->classId = MEM_MALLOC.alloc(sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetServiceClassIdList()
943 if (service->classId == NULL) { in SdpGetServiceClassIdList()
947 (void)memset_s(service->classId, sizeof(BtUuid) * SDP_MAX_UUID_COUNT, 0, sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetServiceClassIdList()
964 pos = SdpGetUuid(bufferInfo->buffer + offset, &service->classId[classIdNumber]); in SdpGetServiceClassIdList()
1880 if (service->classId) { in SdpFreeService()
1881 MEM_MALLOC.free(service->classId); in SdpFreeService()
1882 service->classId = NULL; in SdpFreeService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp586 if ((role == A2DP_ROLE_SOURCE && (serviceArray[i].classId->uuid16 == A2DP_SINK_SERVICE_CLASS_UUID)) || in ParseSDPInformation()
587 (role == A2DP_ROLE_SINK && (serviceArray[i].classId->uuid16 == A2DP_SERVICE_CLASS_UUID))) { in ParseSDPInformation()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1691 Uuid uuid = adapter->GetUuidFromBtUuid(serviceArray[index].classId[num]); in ServiceSearchAttributeCb()

Completed in 24 milliseconds