Home
last modified time | relevance | path

Searched refs:commandKey (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp82 bool ArkIMFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) in SendPrivateCommand() argument
84 std::string key = ArkWebStringStructToClass(commandKey); in SendPrivateCommand()
H A Dark_imf_adapter_impl.h44 bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp83 bool ArkIMFAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument
85 ArkWebString keyStr = ArkWebStringClassToStruct(commandKey); in SendPrivateCommand()
H A Dark_imfadapter_wrapper.h44 bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp522 std::string commandKey = "autofill.cancel"; in HWTEST_F() local
524 g_imf->SendPrivateCommand(commandKey, commandValue); in HWTEST_F()
525 commandKey = "test"; in HWTEST_F()
526 g_imf->SendPrivateCommand(commandKey, commandValue); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h175 virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h114 bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h197 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp377 bool IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument
379 if (commandKey == AUTO_FILL_CANCEL_PRIVATE_COMMAND) { in SendPrivateCommand()

Completed in 4 milliseconds