Home
last modified time | relevance | path

Searched refs:GetObjectId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dmetav1_compat.cpp84 …n.GetObjectClassName(), n.GetObjectName(), n.GetObjectId(), n.GetInstanceId(), VisitNode(n.GetMemb… in Visit()
99 if (IsV1Any(n->GetObjectId())) { in RewriteValueToAny()
100 … return ISerNode::Ptr(new ObjectNode("Any", n->GetObjectName(), MakeAny(n->GetObjectId()), in RewriteValueToAny()
147 nn = RewriteValueToAny(n.GetObjectId(), nn); in RewriteProperty()
150 value = RewriteValueToAny(n.GetObjectId(), nn); in RewriteProperty()
174 if (IsV1Property(n.GetObjectId())) { in RewriteObject()
178 …n.GetObjectClassName(), n.GetObjectName(), n.GetObjectId(), n.GetInstanceId(), VisitNode(n.GetMemb… in RewriteObject()
210 if (IsV1Property(obj->GetObjectId())) { in Visit()
H A Dimporter.cpp122 … CORE_LOG_W("Failed to import object [type=%s]", node->GetObjectId().ToString().c_str()); in ImportObject()
141 if (!node->GetObjectId().IsValid()) { in ImportObject()
145 if (IsRegisteredObjectType(node->GetObjectId())) { in ImportObject()
146 object = registry_.Create(node->GetObjectId()); in ImportObject()
152 …interface_pointer_cast<IObject>(registry_.GetPropertyRegister().Create(node->GetObjectId(), name)); in ImportObject()
158 … CORE_LOG_W("Failed to create requested object type [%s]", node->GetObjectId().ToString().c_str()); in ImportObject()
332 …(node && IsRegisteredObjectType(node->GetObjectId())) || interface_cast<IBuiltinValueNode<RefUri>>… in ImportPointer()
391 CORE_LOG_W("Failed to import object [type=%s]", node->GetObjectId().ToString().c_str()); in ImportAny()
413 if (!node->GetObjectId().IsValid()) { in ImportAny()
416 any = registry_.GetPropertyRegister().ConstructAny(node->GetObjectId()); in ImportAny()
[all …]
H A Dser_nodes.h118 ObjectId GetObjectId() const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_output.cpp53 if (n.GetObjectId().IsValid() && n.GetMembers()) { in Visit()
58 object.emplace_back("$classId", json_value::string(n.GetObjectId().ToString())); in Visit()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property_register.h28 virtual ObjectId GetObjectId() const = 0; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_object_wrapper.h38 std::string GetObjectId();
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dany_builder.h33 ObjectId GetObjectId() const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_object_wrapper.cpp105 std::string JSObjectWrapper::GetObjectId() in GetObjectId() function in OHOS::ObjectStore::JSObjectWrapper
H A Djs_distributedobjectstore.cpp125 … JSDistributedObjectStore::DelCallback(env, g_changeCallBacks, objectWrapper->GetObjectId()); in NewDistributedObject()
126 … JSDistributedObjectStore::DelCallback(env, g_statusCallBacks, objectWrapper->GetObjectId()); in NewDistributedObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_ser_node.h53 virtual ObjectId GetObjectId() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp700 if (anyBuilders_.find(builder->GetObjectId()) != anyBuilders_.end()) { in RegisterAny()
701 CORE_LOG_W("Any already registered [id=%s]", builder->GetObjectId().ToString().c_str()); in RegisterAny()
703 anyBuilders_[builder->GetObjectId()] = builder; in RegisterAny()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp114 auto objectId = Hold<int32_t>(metadataObject_.GetObjectId()); in GetCameraNapiObject()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h90 inline int32_t GetObjectId() in GetObjectId() function