/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 40 i->OnChanged()->RemoveHandler(uintptr_t(this)); in CleanUp() 44 i->OnChanged()->RemoveHandler(uintptr_t(this)); in CleanUp() 50 i->OnChanged()->RemoveHandler(uintptr_t(this)); in CleanUp() 69 noti->OnChanged()->RemoveHandler(uintptr_t(this)); in SetValueInValueStack() 230 i->OnChanged()->RemoveHandler(uintptr_t(this)); in PopValue() 248 i->OnChanged()->RemoveHandler(uintptr_t(this)); in RemoveValue() 293 i->OnChanged()->RemoveHandler(uintptr_t(this)); in RemoveModifier() 304 i->OnChanged()->RemoveHandler(uintptr_t(this)); in RemoveModifier()
|
H A D | bind.cpp | 29 p->OnChanged()->RemoveHandler(uintptr_t(this)); in ~Bind() 92 dep->OnChanged()->RemoveHandler(uintptr_t(this)); in RemoveDependency()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/model/ |
H A D | composite_object_provider.cpp | 28 provider->OnDataAdded()->RemoveHandler(uintptr_t(this)); in ~CompositeObjectProvider() 29 provider->OnDataRemoved()->RemoveHandler(uintptr_t(this)); in ~CompositeObjectProvider() 30 provider->OnDataMoved()->RemoveHandler(uintptr_t(this)); in ~CompositeObjectProvider() 227 provider->OnDataAdded()->RemoveHandler(uintptr_t(this)); in OnProviderRemoved() 228 provider->OnDataRemoved()->RemoveHandler(uintptr_t(this)); in OnProviderRemoved() 229 provider->OnDataMoved()->RemoveHandler(uintptr_t(this)); in OnProviderRemoved()
|
H A D | object_provider_base.cpp | 77 model_->OnDataAdded()->RemoveHandler(uintptr_t(this)); in SetDataModel() 78 model_->OnDataRemoved()->RemoveHandler(uintptr_t(this)); in SetDataModel() 79 model_->OnDataMoved()->RemoveHandler(uintptr_t(this)); in SetDataModel()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | container_observer.cpp | 77 container->OnAdded()->RemoveHandler(added_.first); in Unsubscribe() 80 container->OnRemoved()->RemoveHandler(removed_.first); in Unsubscribe() 83 container->OnMoved()->RemoveHandler(moved_.first); in Unsubscribe()
|
H A D | connector.cpp | 55 event->RemoveHandler(handle_); in DetachFrom()
|
H A D | proxy_object.cpp | 33 p->OnChanged()->RemoveHandler(uintptr_t(this)); in ~ProxyObject() 105 p->OnChanged()->RemoveHandler(uintptr_t(this)); in OnPropertyRemoved()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | AnimationJS.cpp | 132 anim->OnStarted()->RemoveHandler(OnStartedToken_); in DisposeNative() 135 anim->OnFinished()->RemoveHandler(OnFinishedToken_); in DisposeNative() 229 a->OnFinished()->RemoveHandler(OnFinishedToken_); in OnFinished() 261 a->OnStarted()->RemoveHandler(OnStartedToken_); in OnStarted()
|
H A D | PropertyProxy.cpp | 63 prop_->OnChanged()->RemoveHandler(changeToken_); in UpdateRemote() 102 prop_->OnChanged()->RemoveHandler(changeToken_); in ~PropertyProxy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_node.h | 218 …META_NS::MakeCallback<META_NS::IOnChanged>([token, this]() { OnLoaded()->RemoveHandler(token); })); in OnLoadedSingleShot() 241 … META_NS::MakeCallback<META_NS::IOnChanged>([token, this]() { OnBound()->RemoveHandler(token); })); in OnReady()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_interceptor_manager.cpp | 45 return RemoveHandler(interceptorId, InputHandlerType::INTERCEPTOR); in RemoveInterceptor()
|
H A D | input_monitor_manager.cpp | 37 return RemoveHandler(monitorId, InputHandlerType::MONITOR); in RemoveMonitor()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_handler.cpp | 62 ErrCode res = reactor->RemoveHandler(this); in Stop()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 57 API_EXPORT void RemoveHandler(const std::string &infoName, uintptr_t ptr);
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_event.md | 53 + RemoveHandler() 64 + RemoveHandler() override
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_event.h | 61 virtual bool RemoveHandler(Token) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/ |
H A D | dump_manager.cpp | 74 void DumpManager::RemoveHandler(const std::string &infoName, uintptr_t ptr) in RemoveHandler() function in OHOS::DistributedData::DumpManager
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_interface.h | 52 void RemoveHandler(InputHandlerType handlerType, std::string name);
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | io_event_reactor.h | 53 ErrCode RemoveHandler(IOEventHandler* target);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | array_element_bind.h | 49 p->OnChanged()->RemoveHandler((uintptr_t)this); in META_BEGIN_NAMESPACE()
|
H A D | default_value_bind.h | 93 source->OnChanged()->RemoveHandler(token_); in META_BEGIN_NAMESPACE()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 222 static void RemoveHandler(std::shared_ptr<IOEventReactor>& reactor, std::shared_ptr<IOEventHandler>… in RemoveHandler() function 226 AssertUnequal(reactor->RemoveHandler(nullptr), EVENT_SYS_ERR_OK, in RemoveHandler() 228 AssertUnequal(reactor->RemoveHandler(handler3.get()), EVENT_SYS_ERR_OK, in RemoveHandler() 230 AssertUnequal(reactor->RemoveHandler(handler4.get()), EVENT_SYS_ERR_OK, in RemoveHandler() 232 AssertEqual(reactor->RemoveHandler(handler2.get()), EVENT_SYS_ERR_OK, in RemoveHandler() 285 RemoveHandler(reactor, handler2, handler3, handler4, state); in BENCHMARK_F()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 64 timed->Duration()->OnChanged()->RemoveHandler(uintptr_t(this)); in Uninitialize() 405 notifyChanged->OnChanged()->RemoveHandler(uintptr_t(this)); in Detach()
|
H A D | animation_controller.cpp | 79 running->OnChanged()->RemoveHandler(uintptr_t(this)); in UpdateRunningHandler()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 100 bool KeyGestureManager::KeyGesture::RemoveHandler(int32_t id) in RemoveHandler() function in OHOS::MMI::KeyGestureManager::KeyGesture 399 if (keyGesture->RemoveHandler(id)) { in RemoveKeyGesture()
|