Home
last modified time | relevance | path

Searched refs:targetHandle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp392 if (!targetHandle.good()) { in WriteChecksum()
393 Clear(targetHandle, targetFile); in WriteChecksum()
398 if (!targetHandle.good()) { in WriteChecksum()
399 Clear(targetHandle, targetFile); in WriteChecksum()
404 if (!targetHandle.good()) { in WriteChecksum()
405 Clear(targetHandle, targetFile); in WriteChecksum()
409 targetHandle.close(); in WriteChecksum()
486 if (!targetHandle.good()) { in ExePackage()
487 Clear(targetHandle, targetFile); in ExePackage()
500 Clear(targetHandle, targetFile); in ExePackage()
[all …]
H A Dpackage_file.h36 const std::string &targetFile, std::ofstream &targetHandle);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp1115 … if (IPropertyHandle* targetHandle = entry.component->GetData(trackHandle->target); targetHandle) { in ResetTargetProperties() local
1119 auto componentBase = ScopedHandle<const uint8_t>(targetHandle); in ResetTargetProperties()
1123 targetHandle = dynamicProperties; in ResetTargetProperties()
1217 targetHandle) { in AnimateTracks()
1218 auto componentBase = ScopedHandle<const uint8_t>(targetHandle); in AnimateTracks()
1267 … if (IPropertyHandle* targetHandle = entry.component->GetData(trackHandle->target); targetHandle) { in ApplyResults() local
1271 auto componentBase = ScopedHandle<const uint8_t>(targetHandle); in ApplyResults()
1276 targetHandle = dynamicProperties; in ApplyResults()
1312 if (IPropertyHandle* targetHandle = pos->component->GetData(track.target); targetHandle) { in GetEntry() local
1326 …if (IPropertyHandle* targetHandle = entry.component->GetData(animationTrack.target); targetHandle)… in InitializeInitialDataComponent() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp49 PropertyData::PropertyOffset RLock(IPropertyHandle& targetHandle, string_view property) in RLock() argument
54 auto containerHandle = ResolveContainerProperty(targetHandle, string(property), path, name); in RLock()
61 if (auto po = pData.RLock(targetHandle, property); po) { in RLock()
876 if (IPropertyHandle* targetHandle = componentManager->GetData(targetEntity); targetHandle) { in CreateAnimationTrack() local
877 if (auto po = RLock(*targetHandle, propertyPath); po) { in CreateAnimationTrack()
1143 if (IPropertyHandle* targetHandle = cm->GetData(entity); targetHandle) { in GetProperty() local
1144 if (auto po = RLock(*targetHandle, property); po) { in GetProperty()
1227 … if (IPropertyHandle* targetHandle = animationManager_->GetData(target); targetHandle) { in UpdateAnimationTrackDuration() local
1229 if (auto po = pData.WLock(*targetHandle, "duration"); po) { in UpdateAnimationTrackDuration()