Home
last modified time | relevance | path

Searched defs:commandValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp82 …MFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) in SendPrivateCommand()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp83 …FAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp380 … IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
396 bool IMFAdapterImpl::ParseFillContentJsonValue(const std::string& commandValue, in ParseFillContentJsonValue()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h199 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp529 std::string commandValue = "{\"userName\":\"test\",\"hasAccount\":\"test\"}"; variable