Home
last modified time | relevance | path

Searched refs:Trigger (Results 1 - 21 of 21) sorted by relevance

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_host_manager.h24 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerAdapterDsecriptor;
36 const sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerAdapter> &GetAdapter() const in GetAdapter()
40 const sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerAdapter> &GetAdapterV1_1() const in GetAdapterV1_1()
48 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerManager> triggerHostProxy_ = nullptr;
49 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerManager> triggerHostProxyV1_1_ = nullptr;
51 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerAdapter> adapter_ = nullptr;
52 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerAdapter> adapterV1_1_ = nullptr;
H A Dtrigger_host_manager.cpp45 triggerHostProxy_ = OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerManager::Get(); in Init()
58 OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerManager::CastFrom(triggerHostProxy_); in Init()
76 OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerManager>(triggerHostProxy_); in RegisterTriggerHDIDeathRecipient()
H A Dtrigger_callback_impl.h23 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceRecognitionEvent;
24 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerCallback;
H A Dtrigger_connector.h36 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerCallback;
37 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceRecognitionEvent;
38 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerAdapterDsecriptor;
39 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerProperties;
H A Dtrigger_connector_common_type.h23 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerProperties;
H A Di_intell_voice_trigger_connector_callback.h22 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceRecognitionEvent;
H A Dtrigger_callback_impl.cpp18 using namespace OHOS::HDI::IntelligentVoice::Trigger::V1_0;
H A Dtrigger_connector_mgr.h24 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerAdapterDsecriptor;
H A Dtrigger_connector_internal_impl.cpp24 using namespace OHOS::HDI::IntelligentVoice::Trigger::V1_0;
H A Dtrigger_connector_internal_validation.h26 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceRecognitionEvent;
H A Dtrigger_connector.cpp31 using namespace OHOS::HDI::IntelligentVoice::Trigger::V1_0;
32 using namespace OHOS::HDI::IntelligentVoice::Trigger::V1_1;
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Di_intell_voice_trigger_adapter_listener.h21 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceRecognitionEvent;
H A Dtrigger_helper.cpp31 using namespace OHOS::HDI::IntelligentVoice::Trigger::V1_0;
/foundation/window/window_manager/utils/include/
H A Dscreenshot_info.h35 DEFINE_VAR_DEFAULT_FUNC_GET_SET(std::string, Trigger, trigger, "");
/foundation/graphic/graphic_3d/kits/js/include/
H A DAnimationJS.h34 void Trigger() in Trigger() function in ThreadSafeCallback
/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp245 META_NS::MakeCallback<META_NS::IOnChanged>(OnFinishedCB_, &OnCallJS::Trigger)); in OnFinished()
277 META_NS::MakeCallback<META_NS::IOnChanged>(OnStartedCB_, &OnCallJS::Trigger)); in OnStarted()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp56 void KeyGestureManager::Handler::Trigger(std::shared_ptr<KeyEvent> keyEvent) in Trigger() function in OHOS::MMI::KeyGestureManager::Handler
170 handler.Trigger(keyEvent); in TriggerHandlers()
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.h89 static napi_value Trigger(napi_env env, napi_callback_info info);
H A Dnapi_want_agent.cpp268 napi_value JsWantAgent::Trigger(napi_env env, napi_callback_info info) in Trigger() function in OHOS::JsWantAgent
1392 BindNativeFunction(env, exportObj, "trigger", moduleName, JsWantAgent::Trigger); in JsWantAgentInit()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h61 void Trigger(std::shared_ptr<KeyEvent> keyEvent);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp312 MiscServices::Trigger triggerFrom = info.trigger; in NotifyPanelStatusInfo()
320 if (triggerFrom == MiscServices::Trigger::IME_APP) { in NotifyPanelStatusInfo()

Completed in 13 milliseconds