Home
last modified time | relevance | path

Searched refs:REMOVED (Results 1 - 25 of 34) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp68 VolumeState state = REMOVED; in Destroy()
69 if (mountState_ == REMOVED || mountState_ == BADREMOVABLE) { in Destroy()
81 if (client.NotifyVolumeStateChanged(id_, StorageManager::VolumeState::REMOVED) != E_OK) { in Destroy()
134 if (mountState_ == REMOVED || mountState_ == BADREMOVABLE) { in UMount()
135 LOGE("the volume %{public}s is in REMOVED state", GetVolumeId().c_str()); in UMount()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h64 REMOVED = 0, enumerator
68 } state { REMOVED }; enumerator
H A Dfile_monitor.cpp111 ref.second.state = FileInfo::REMOVED; in AddPath()
179 if (it->second.state == FileInfo::REMOVED) { in ScanModifications()
186 if (it->second.state != FileInfo::REMOVED) { in ScanModifications()
188 it->second.state = FileInfo::REMOVED; in ScanModifications()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp62 NotifyContainerChangeOp(info, HierarchyChangeType::REMOVED, HierarchyChangeObjectType::CHILD); in SubscribeContainer()
87 NotifyContainerChangeOp(info, HierarchyChangeType::REMOVED, HierarchyChangeObjectType::ATTACHMENT); in SubscribeAttachment()
157 } else if (operation == HierarchyChangeType::REMOVED) { in NotifyContainerChangeOp()
192 change.change = HierarchyChangeType::REMOVED; in NotifyContentChangeOp()
303 } else if (info.change == HierarchyChangeType::REMOVED) { in HierarchyChanged()
419 info.change = HierarchyChangeType::REMOVED; in NotifyOnDetach()
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dvolume_core.h32 REMOVED, enumerator
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp61 return GetMatching(arg, HierarchyChangeType::REMOVED, HierarchyChangeObjectType::CHILD) == expected; in MATCHER_P()
81 return GetMatching(arg, HierarchyChangeType::REMOVED, HierarchyChangeObjectType::CONTENT) == expected; in MATCHER_P()
101 return GetMatching(arg, HierarchyChangeType::REMOVED, HierarchyChangeObjectType::ATTACHMENT) == expected; in MATCHER_P()
438 if (info.change == HierarchyChangeType::REMOVED) { in HWTEST_F()
499 if (info.change == HierarchyChangeType::REMOVED) { in HWTEST_F()
527 if (info.change == HierarchyChangeType::REMOVED) { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h92 REMOVED = 0, member in OHOS::Ace::FinishCallbackType
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_hierarchy_observer.h43 REMOVED = 4, member in HierarchyChangeType
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dnotification.cpp46 case VolumeState::REMOVED: in NotifyVolumeChange()
H A Dvolume_manager_service.cpp54 if (state == VolumeState::REMOVED || state == VolumeState::BAD_REMOVAL) { in OnVolumeStateChanged()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin_register.h84 REMOVED, member in IPluginRegister::ITypeInfoListener::EventType
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h36 REMOVED enumerator
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_info.h29 REMOVED, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimation_option.h186 FinishCallbackType finishCallbackType_ = FinishCallbackType::REMOVED;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_animate_param_ffi.cpp31 FinishCallbackType::REMOVED, FinishCallbackType::LOGICALLY
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_node_system.h240 REMOVED, member in INodeSystem::SceneNodeListener::EventType
/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dnotification_test.cpp52 notification->NotifyVolumeChange(VolumeState::REMOVED, volume); in HWTEST_F()
H A Dvolume_manager_service_test.cpp139 vmService->OnVolumeStateChanged(volumeId, VolumeState::REMOVED); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp214 workStatus->MarkStatus(WorkStatus::Status::REMOVED); in StopWork()
231 if (isTimeOut && (workStatus->GetStatus() == WorkStatus::Status::REMOVED)) { in StopWork()
248 it->MarkStatus(WorkStatus::Status::REMOVED); in StopAndClearWorks()
416 topWork->MarkStatus(WorkStatus::Status::REMOVED); in RealStartWork()
H A Dwork_status.cpp440 return currentStatus_ == REMOVED; in IsRemoved()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp28 } else if (finishCallbackType == FinishCallbackType::REMOVED) { in ToAnimationFinishCallbackType()
H A Drosen_modifier_adapter.cpp243 } else if (finishCallbackType == FinishCallbackType::REMOVED) { in ToAnimationFinishCallbackType()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp252 } else if (type == EventType::REMOVED) { in OnTypeInfoEvent()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.cpp354 } else if (type == EventType::REMOVED) { in OnTypeInfoEvent()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp334 *this, INodeSystem::SceneNodeListener::EventType::REMOVED, node, static_cast<size_t>(index));
348 nodeAccess_.Notify(*this, INodeSystem::SceneNodeListener::EventType::REMOVED, *node, index);
367 nodeAccess_.Notify(*this, INodeSystem::SceneNodeListener::EventType::REMOVED, *node, index);

Completed in 14 milliseconds

12