Home
last modified time | relevance | path

Searched refs:jsonTarget (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1408 json::value jsonTarget = json::value::object {}; in ExportAnimations()
1410 jsonTarget["node"] = nodeIndex; in ExportAnimations()
1412 jsonTarget["path"] = GetAnimationPath(track.channel.path); in ExportAnimations()
1413 jsonChannel["target"] = move(jsonTarget); in ExportAnimations()
1829 json::value jsonTarget = json::value::object {}; in ExportMeshPrimitive()
1832 jsonTarget[type] = FindObjectIndex(accessors, *attribute.accessor); in ExportMeshPrimitive()
1834 jsonTargets.array_.push_back(move(jsonTarget)); in ExportMeshPrimitive()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1899 nlohmann::json jsonTarget; in IsAgentRelationship() local
1900 jsonTarget[RELATIONSHIP_JSON_KEY_SERVICE] = agentBundleName; in IsAgentRelationship()
1901 jsonTarget[RELATIONSHIP_JSON_KEY_APP] = sourceBundleName; in IsAgentRelationship()
1904 if (jsonTarget == item) { in IsAgentRelationship()