Home
last modified time | relevance | path

Searched defs:SetBinary (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_hap_value_impl.cpp85 void ArkWebHapValueImpl::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueImpl
135 void ArkWebHapValueImpl::SetBinary(const ArkWebUint8Vector& value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueImpl
Dark_web_rom_value_wrapper.cpp90 void ArkWebRomValueWrapper::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueWrapper
151 void ArkWebRomValueWrapper::SetBinary(const std::vector<uint8_t>& value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueWrapper
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_rom_value_impl.cpp85 void ArkWebRomValueImpl::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueImpl
135 void ArkWebRomValueImpl::SetBinary(const ArkWebUint8Vector& value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueImpl
Dark_web_hap_value_wrapper.cpp90 void ArkWebHapValueWrapper::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueWrapper
151 void ArkWebHapValueWrapper::SetBinary(const std::vector<uint8_t>& value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueWrapper
/base/web/webview/ohos_nweb/src/
Dwebview_value.cpp93 void WebViewValue::SetBinary(int length, const char* value) in SetBinary() function in OHOS::NWeb::WebViewValue
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_web_message.h34 void SetBinary(std::vector<uint8_t>& binary_data) in SetBinary() function
Dnweb_hap_value.h92 virtual void SetBinary(const std::vector<uint8_t>& value) {} in SetBinary() function
/base/web/webview/ohos_nweb/include/
Dwebview_value.h79 void SetBinary(const std::vector<uint8_t>& binary_data) override in SetBinary() function