Home
last modified time | relevance | path

Searched defs:commandKey (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_imf_adapter_impl.cpp102 bool ArkIMFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& comm… in SendPrivateCommand()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_imfadapter_wrapper.cpp105 bool ArkIMFAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& com… in SendPrivateCommand()
/base/useriam/user_auth_framework/frameworks/common/src/
Duser_auth_modal_callback.cpp145 std::string commandKey = "parameters"; in CreateUIExtension() local
/base/web/webview/ohos_interface/include/ohos_adapter/
Dimf_adapter.h203 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp417 bool IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandVa… in SendPrivateCommand()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp528 std::string commandKey = "autofill.cancel"; variable