Home
last modified time | relevance | path

Searched defs:targetHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp391 ofstream targetHandle(targetFile, ios::in | ios::out | ios::binary); in WriteChecksum() local
485 ofstream targetHandle(targetFile, ios::out | ios::binary); in ExePackage() local
571 const std::string &fileName, const std::string &targetFile, std::ofstream &targetHandle) in CopyFilePermissionsIfNeed()
/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
1216 … if (const IPropertyHandle* targetHandle = entry.component->GetData(trackHandle->target); in AnimateTracks() local
1267 … if (IPropertyHandle* targetHandle = entry.component->GetData(trackHandle->target); targetHandle) { in ApplyResults() local
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
/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()
876 if (IPropertyHandle* targetHandle = componentManager->GetData(targetEntity); targetHandle) { in CreateAnimationTrack() local
1143 if (IPropertyHandle* targetHandle = cm->GetData(entity); targetHandle) { in GetProperty() local
1227 … if (IPropertyHandle* targetHandle = animationManager_->GetData(target); targetHandle) { in UpdateAnimationTrackDuration() local