Home
last modified time | relevance | path

Searched defs:Trigger (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dredirect.rs45 ) -> Result<Trigger, HttpClientError> { in redirect()
124 fn trigger(&self, info: &RedirectInfo) -> Result<Trigger, HttpClientError> { in trigger()
137 pub(crate) enum Trigger { enum
/ohos5.0/drivers/peripheral/intelligent_voice/passthrough/trigger/
H A Dintell_voice_trigger_manager.cpp27 namespace Trigger { namespace
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DAnimationJS.h34 void Trigger() in Trigger() function
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_manager_impl.cpp30 namespace Trigger { namespace
H A Dintell_voice_trigger_adapter_impl.cpp31 namespace Trigger { namespace
/ohos5.0/drivers/hdf_core/framework/include/audio/
H A Daudio_dsp_if.h75 int32_t (*Trigger)(struct AudioCard *audioCard, int, struct DspDevice *dsp); member
H A Daudio_dai_if.h80 int32_t (*Trigger)(const struct AudioCard *audioCard, int cmd, const struct DaiDevice *dai); member
/ohos5.0/base/startup/init/ueventd/
H A Dueventd.c337 static void Trigger(const char *path, int sockFd, char **devices, int num) in Trigger() function
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp55 void KeyGestureManager::Handler::Trigger(std::shared_ptr<KeyEvent> keyEvent) in Trigger() function in OHOS::MMI::KeyGestureManager::Handler
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h125 enum Trigger : int32_t { IME_APP, IMF, END }; enum
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp268 napi_value JsWantAgent::Trigger(napi_env env, napi_callback_info info) in Trigger() function in OHOS::JsWantAgent