Home
last modified time | relevance | path

Searched defs:AddListener (Results 1 – 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
Dlistener.h33 void AddListener(const ValueCallback& callback) in AddListener() function
39 typename ValueCallback::IdType AddListener(const F& funcObject) in AddListener() function
/foundation/arkui/ace_engine/frameworks/core/animation/
Dproperty_animation.h43 void AddListener(const PropCallback& callback) in AddListener() function
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/publisher/
Dpublisher_item.cpp38 void PublisherItem::AddListener(const sptr<IPublisherListener> &listener) in AddListener() function in OHOS::DistributedHardware::PublisherItem
/foundation/arkui/ace_engine/frameworks/core/components/stage/
Dstage_element.h98 void AddListener(const std::function<void()>& listener) in AddListener() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_dump_log.cpp46 void JSDumpRegister::AddListener(const JSCallbackInfo& info) in AddListener() function in OHOS::Ace::Framework::JSDumpRegister
Djs_data_change_listener.h35 void AddListener(const WeakPtr<V2::DataChangeListener>& listener) in AddListener() function
/foundation/window/window_manager_lite/services/ims/
Dinput_event_client_proxy.cpp45 void InputEventClientProxy::AddListener(const void* origin, IpcIo* req, IpcIo* reply) in AddListener() function in OHOS::InputEventClientProxy
/foundation/multimedia/player_framework/services/services/player/avsession_background/
Davsession_background.cpp60 void AVsessionBackground::AddListener(std::weak_ptr<IPlayerService> player, int32_t uid) in AddListener() function in OHOS::Media::AVsessionBackground
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
Ddms_sa_client.cpp38 int32_t DmsSaClient::AddListener(const std::string& type, const sptr<IRemoteOnListener>& listener) in AddListener() function in OHOS::AAFwk::DmsSaClient
/foundation/CastEngine/castengine_wifi_display/services/event/
Devent_manager.cpp66 int32_t EventManager::AddListener(std::shared_ptr<EventListener> listener) in AddListener() function in OHOS::Sharing::EventManager
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
Decs.cpp136 void Ecs::AddListener(EntityListener& listener) in AddListener() function in __anona07a65870111::Ecs
154 void Ecs::AddListener(ComponentListener& listener) in AddListener() function in __anona07a65870111::Ecs
171 void Ecs::AddListener(IComponentManager& manager, ComponentListener& listener) in AddListener() function in __anona07a65870111::Ecs
/foundation/resourceschedule/work_scheduler/services/native/src/
Dwork_queue_manager.cpp40 bool WorkQueueManager::AddListener(WorkCondition::Type type, shared_ptr<IConditionListener> listene… in AddListener() function in OHOS::WorkScheduler::WorkQueueManager
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Dtext_overlay_element.cpp177 void TextOverlayElement::AddListener(bool isSingleHandle, bool isIn) in AddListener() function in OHOS::Ace::TextOverlayElement
/foundation/communication/netmanager_base/utils/napi_utils/src/
Devent_manager.cpp40 void EventManager::AddListener(napi_env env, const std::string &type, napi_value callback, bool onc… in AddListener() function in OHOS::NetManagerStandard::EventManager
/foundation/communication/netstack/utils/napi_utils/src/
Devent_manager.cpp36 void EventManager::AddListener(napi_env env, const std::string &type, napi_value callback, bool onc… in AddListener() function in OHOS::NetStack::EventManager
/foundation/communication/dsoftbus/core/connection/manager/
Dsoftbus_conn_manager.c246 static int32_t AddListener(ConnModule moduleId, const ConnectCallback *callback) in AddListener() function
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dplugin_registry.cpp411 void PluginRegistry::AddListener(ITypeInfoListener& listener) in AddListener() function in PluginRegistry
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
Dvsync_generator.cpp422 VsyncError VSyncGenerator::AddListener(int64_t phase, const sptr<OHOS::Rosen::VSyncGenerator::Callb… in AddListener() function in OHOS::Rosen::impl::VSyncGenerator
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
Djs_ui_extension.cpp105 void AbilityResultListeners::AddListener(const uint64_t &uiExtensionComponentId, in AddListener() function in OHOS::AbilityRuntime::AbilityResultListeners
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
Djs_event_target.cpp1191 void JsEventTarget::AddListener(napi_env env, const std::string &type, napi_value handle) in AddListener() function in OHOS::MMI::JsEventTarget
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.cpp883 void AddListener(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in AddListener() function