Searched refs:typeHash (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_migration.cpp | 93 if (handle->type == conversions[i].oldVersion.typeHash) { in MigrateAnimation() 94 handle->type = conversions[i].newVersion.typeHash; in MigrateAnimation()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_manager.cpp | 179 const uint64_t typeHash = hash(dataStoreTypeUid); in Destroy() local 183 deferredDestructionDataStores_.push_back({ typeHash, instance }); in Destroy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 222 …CORE_LOG_ONCE_D(to_string(type.typeHash), "AnimateTrack failed, unsupported type %s", type.name.da… in Assign() 284 …CORE_LOG_ONCE_D(to_string(type.typeHash), "AnimateTrack failed, unsupported type %s", type.name.da… in Add() 459 …CORE_LOG_ONCE_D(to_string(type.typeHash), "AnimateTrack failed, unsupported type %s", type.name.da… in AnimateTrack() 547 …to_string(property->type.typeHash), "AnimateTrack failed, unsupported type %s", property->name.dat… in CopyInitialDataComponent() 1133 CORE_LOG_ONCE_D(to_string(Hash(trackId, entry.property->type.typeHash)), in ResetTargetProperties() 1134 … "ResetTargetProperties failed, type mismatch %" PRIx64, entry.property->type.typeHash); in ResetTargetProperties() 1286 CORE_LOG_ONCE_D(to_string(Hash(trackId, entry.property->type.typeHash)), in ApplyResults() 1287 … "ApplyResults failed, type mismatch %" PRIx64, entry.property->type.typeHash); in ApplyResults()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | property.h | 61 uint64_t typeHash; member
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | mine_softbus_listener.h | 83 char typeHash[DM_HASH_DATA_LEN]; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_api_impl.inl | 42 BASE_NS::HashCombine(typeHash_, t.type.typeHash);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | mine_softbus_listener.cpp | 794 if (GetDeviceTypeHash(devicePolicyInfo.typeHash)) { in GetVertexDevicePolicyInfo() 1022 if (data[i] != devicePolicyInfo.typeHash[i]) { in CheckDeviceTypeMatch()
|