Home
last modified time | relevance | path

Searched refs:RemoveEntity (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp81 matchingSkills.RemoveEntity(entity);
694 matchingSkills.RemoveEntity(entity);
727 matchingSkills.RemoveEntity(entity);
761 matchingSkills.RemoveEntity(entity);
795 matchingSkills.RemoveEntity(entity);
829 matchingSkills.RemoveEntity(entity);
1012 want.RemoveEntity(entity);
1047 want.RemoveEntity(entity);
1081 want.RemoveEntity(entity);
1115 want.RemoveEntity(entity);
[all …]
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp38 matchingSkills.RemoveEntity(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/
H A Dwantfirst_fuzzer.cpp48 want->RemoveEntity(entity); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h66 void RemoveEntity(const std::string &entity);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp81 …commonListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->man… in SetCommonListener()
105 commonListener->RemoveEntity( in BindObject()
H A Dsubmeshhandler.cpp61 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in Destroy()
71 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in SetCommonListener()
H A Decs_animation.cpp988 ecsListener->RemoveEntity(entity_, po, *nameManager_); in Destroy()
989 ecsListener->RemoveEntity(entity_, po, *animationStateManager_); in Destroy()
990 ecsListener->RemoveEntity(entity_, po, *animationManager_); in Destroy()
991 ecsListener->RemoveEntity(entity_, po, *animationTrackManager_); in Destroy()
992 ecsListener->RemoveEntity(entity_, po, *animationInputManager_); in Destroy()
H A Dentity_collection.cpp194 bool EntityCollection::RemoveEntity(EntityReference entity) in RemoveEntity() function in EntityCollection
225 if (collection->RemoveEntity(entity)) { in RemoveEntity()
237 RemoveEntity(entity); in RemoveEntities()
H A Decs_animation.h162 … ecsListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *animationTrackManager); in SCENE_BEGIN_NAMESPACE()
166 … ecsListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *animationInputManager); in SCENE_BEGIN_NAMESPACE()
H A Decs_listener.h115 void RemoveEntity( in SCENE_BEGIN_NAMESPACE()
H A Dentity_collection.h61 bool RemoveEntity(CORE_NS::EntityReference entitity) override; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_operation.h121 void RemoveEntity(const std::string& entity);
H A Ddistributed_want.h276 void RemoveEntity(const std::string& entity);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Doperation.h124 void RemoveEntity(const std::string &entity);
H A Dskills.h80 void RemoveEntity(const std::string &entity);
H A Dwant.h334 void RemoveEntity(const std::string &entity);
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp54 void MatchingSkills::RemoveEntity(const std::string& entity) in RemoveEntity() function in OHOS::EventFwk::MatchingSkills
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp77 matchSkills.RemoveEntity(entity);
79 matchSkills.RemoveEntity(entity);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h73 virtual bool RemoveEntity(CORE_NS::EntityReference entitity) = 0; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_operation_test.cpp411 distributedOperation_->RemoveEntity(entity);
430 distributedOperation_->RemoveEntity(entity1);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp83 void DistributedOperation::RemoveEntity(const std::string& entity) in RemoveEntity() function in OHOS::DistributedSchedule::DistributedOperation
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp118 void Operation::RemoveEntity(const std::string &entity) in RemoveEntity() function in OHOS::AAFwk::Operation
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp57 want->RemoveEntity(entity); in DoSomethingInterestingWithMyApiDistributedWant001()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp57 void MatchingSkills::RemoveEntity(const std::string &entity) in RemoveEntity() function in OHOS::EventFwk::MatchingSkills
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp294 base_->RemoveEntity(entities);
412 base_->RemoveEntity(entity);

12