Home
last modified time | relevance | path

Searched defs:classId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp92 BtUuid classId[1]; in AddServiceClassIdList() local
/ohos5.0/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, in GetNode()
461 …E_NS::INode::Ptr GetNodeRecursive(const BASE_NS::string_view path, const META_NS::ObjectId classId, in GetNodeRecursive()
1001 SCENE_NS::INode::Ptr CreateNode(const META_NS::ObjectId classId) in CreateNode()
1036 const META_NS::ObjectId classId, SCENE_NS::INode::BuildBehavior buildBehavior) override in CreateNode()
1052 …SCENE_NS::INode::Ptr CreateResourceFromUri(const META_NS::ObjectId classId, BASE_NS::string_view u… in CreateResourceFromUri()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h445 BtUuid *classId; member
/ohos5.0/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> argument