Searched refs:SendEventByKey (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.h | 38 static bool SendEventByKey(
|
H A D | inspector.cpp | 205 bool Inspector::SendEventByKey( in SendEventByKey() function in OHOS::Ace::V2::Inspector
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.h | 36 static bool SendEventByKey(const std::string& key, int action, const std::string& params);
|
H A D | inspector.cpp | 765 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 D | inspector_test_ng.cpp | 215 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 D | cj_component_id_ffi.cpp | 61 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 D | jsi_view_register.cpp | 841 auto result = NG::Inspector::SendEventByKey(key, action, params); in JsSendEventByKey() 849 auto result = V2::Inspector::SendEventByKey(pipelineContext, key, action, params); in JsSendEventByKey()
|