Searched refs:commandValue (Results 1 - 9 of 9) sorted by relevance
/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& commandValue) in SendPrivateCommand() argument 85 std::string value = ArkWebStringStructToClass(commandValue); in SendPrivateCommand()
|
H A D | ark_imf_adapter_impl.h | 44 bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) override;
|
/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& commandValue) in SendPrivateCommand() argument 86 ArkWebString valueStr = ArkWebStringClassToStruct(commandValue); in SendPrivateCommand()
|
H A D | ark_imfadapter_wrapper.h | 44 bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 377 bool IMFAdapterImpl::SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument 381 ParseFillContentJsonValue(commandValue, privateCommand); in SendPrivateCommand() 393 bool IMFAdapterImpl::ParseFillContentJsonValue(const std::string& commandValue, in ParseFillContentJsonValue() argument 396 cJSON* sourceJson = cJSON_Parse(commandValue.c_str()); in ParseFillContentJsonValue()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 175 virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) = 0;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 114 bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 523 std::string commandValue = "{\"userName\":\"test\",\"hasAccount\":\"test\"}"; in HWTEST_F() local 524 g_imf->SendPrivateCommand(commandKey, commandValue); in HWTEST_F() 526 g_imf->SendPrivateCommand(commandKey, commandValue); in HWTEST_F()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 197 virtual bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) in SendPrivateCommand() argument
|
Completed in 4 milliseconds