Home
last modified time | relevance | path

Searched refs:SendEventByKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.h38 static bool SendEventByKey(
H A Dinspector.cpp205 bool Inspector::SendEventByKey( in SendEventByKey() function in OHOS::Ace::V2::Inspector
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.h36 static bool SendEventByKey(const std::string& key, int action, const std::string& params);
H A Dinspector.cpp765 bool Inspector::SendEventByKey(const std::string& key, int action, const std::string& params) in SendEventByKey() function in OHOS::Ace::NG::Inspector
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dinspector_test_ng.cpp215 auto test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_CLICK), "params");
217 test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_LONG_CLICK), "params");
219 test3 = Inspector::SendEventByKey("", 31, "params");
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_component_id_ffi.cpp61 auto result = NG::Inspector::SendEventByKey(key, action, s_params); in FfiOHOSAceFrameworkComponentIdSendEventByKey()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp841 auto result = NG::Inspector::SendEventByKey(key, action, params); in JsSendEventByKey()
849 auto result = V2::Inspector::SendEventByKey(pipelineContext, key, action, params); in JsSendEventByKey()