/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);
|
/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);
|
/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/ |
H A D | wantfirst_fuzzer.cpp | 48 want->RemoveEntity(entity); in DoSomethingInterestingWithMyAPI()
|
/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
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 81 commonListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->manager); 105 commonListener->RemoveEntity(
|
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 | submeshhandler.cpp | 61 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), 71 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(),
|
H A D | ecs_animation.h | 162 ecsListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *animationTrackManager); 166 ecsListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *animationInputManager);
|
H A D | ecs_listener.h | 115 void RemoveEntity( in RemoveEntity() function in EcsListener
|
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 | entity_collection.h | 61 bool RemoveEntity(CORE_NS::EntityReference entitity) override;
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | intf_entity_collection.h | 70 virtual bool RemoveEntity(EntityReference entitity) = 0;
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | entity_collection.cpp | 58 bool RemoveEntity(CORE_NS::EntityReference entitity) override; 254 bool EntityCollection::RemoveEntity(EntityReference entity) in RemoveEntity() function in EntityCollection 279 if (collection->RemoveEntity(entity)) { in RemoveEntity() 291 RemoveEntity(entity); in RemoveEntities()
|
/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
|
H A D | distributed_want.cpp | 209 void DistributedWant::RemoveEntity(const std::string& entity) in RemoveEntity() function in OHOS::DistributedSchedule::DistributedWant 211 operation_.RemoveEntity(entity); in RemoveEntity()
|
/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
|
H A D | skills.cpp | 118 void Skills::RemoveEntity(const std::string &entity) in RemoveEntity() function in OHOS::AAFwk::Skills
|
H A D | want.cpp | 270 void Want::RemoveEntity(const std::string &entity) in RemoveEntity() function in OHOS::AAFwk::Want 272 operation_.RemoveEntity(entity); in RemoveEntity()
|
/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;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_operation_test.cpp | 401 * @tc.name: RemoveEntity 402 * @tc.desc: test RemoveEntity. 411 distributedOperation_->RemoveEntity(entity); in HWTEST_F() 419 * @tc.name: RemoveEntity 420 * @tc.desc: test RemoveEntity. 430 distributedOperation_->RemoveEntity(entity1); in HWTEST_F()
|
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 57 want->RemoveEntity(entity); in DoSomethingInterestingWithMyAPI_DistributedWant_001()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 294 base_->RemoveEntity(entities); in HWTEST_F() 412 base_->RemoveEntity(entity); in HWTEST_F()
|