Searched refs:commandKey (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imfadapter_wrapper.cpp | 83 bool ArkIMFAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& com… in SendPrivateCommand() argument 85 ArkWebString keyStr = ArkWebStringClassToStruct(commandKey); in SendPrivateCommand()
|
H A D | ark_imfadapter_wrapper.h | 44 … bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imf_adapter_impl.cpp | 82 bool ArkIMFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& comm… in SendPrivateCommand() argument 84 std::string key = ArkWebStringStructToClass(commandKey); in SendPrivateCommand()
|
H A D | ark_imf_adapter_impl.h | 44 …bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 528 std::string commandKey = "autofill.cancel"; variable 530 g_imf->SendPrivateCommand(commandKey, commandValue); 531 commandKey = "test"; 532 g_imf->SendPrivateCommand(commandKey, commandValue);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 178 …virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) …
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 116 … bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 380 bool IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandVa… in SendPrivateCommand() argument 382 if (commandKey == AUTO_FILL_CANCEL_PRIVATE_COMMAND) { in SendPrivateCommand()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 199 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument
|