/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/ |
H A D | actsCESMatchingSkillsTest.cpp | 81 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 D | matchingskills_fuzzer.cpp | 38 matchingSkills.RemoveEntity(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/ |
H A D | wantfirst_fuzzer.cpp | 48 want->RemoveEntity(entity); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | matching_skills.h | 66 void RemoveEntity(const std::string &entity);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 81 …commonListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->man… in SetCommonListener() 105 commonListener->RemoveEntity( in BindObject()
|
H A D | submeshhandler.cpp | 61 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in Destroy() 71 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in SetCommonListener()
|
H A D | ecs_animation.cpp | 988 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 D | entity_collection.cpp | 194 bool EntityCollection::RemoveEntity(EntityReference entity) in RemoveEntity() function in EntityCollection 225 if (collection->RemoveEntity(entity)) { in RemoveEntity() 237 RemoveEntity(entity); in RemoveEntities()
|
H A D | ecs_animation.h | 162 … 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 D | ecs_listener.h | 115 void RemoveEntity( in SCENE_BEGIN_NAMESPACE()
|
H A D | entity_collection.h | 61 bool RemoveEntity(CORE_NS::EntityReference entitity) override; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_operation.h | 121 void RemoveEntity(const std::string& entity);
|
H A D | distributed_want.h | 276 void RemoveEntity(const std::string& entity);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | operation.h | 124 void RemoveEntity(const std::string &entity);
|
H A D | skills.h | 80 void RemoveEntity(const std::string &entity);
|
H A D | want.h | 334 void RemoveEntity(const std::string &entity);
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 54 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 D | matching_skills_test.cpp | 77 matchSkills.RemoveEntity(entity); 79 matchSkills.RemoveEntity(entity);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_entity_collection.h | 73 virtual bool RemoveEntity(CORE_NS::EntityReference entitity) = 0; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_operation_test.cpp | 411 distributedOperation_->RemoveEntity(entity); 430 distributedOperation_->RemoveEntity(entity1);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_operation.cpp | 83 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 D | operation.cpp | 118 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 D | distributedwant_fuzzer.cpp | 57 want->RemoveEntity(entity); in DoSomethingInterestingWithMyApiDistributedWant001()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | matching_skills.cpp | 57 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 D | skills_test.cpp | 294 base_->RemoveEntity(entities); 412 base_->RemoveEntity(entity);
|