Searched defs:SetBinary (Results 1 – 8 of 8) sorted by relevance
85 void ArkWebHapValueImpl::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueImpl135 void ArkWebHapValueImpl::SetBinary(const ArkWebUint8Vector& value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueImpl
90 void ArkWebRomValueWrapper::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueWrapper151 void ArkWebRomValueWrapper::SetBinary(const std::vector<uint8_t>& value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueWrapper
85 void ArkWebRomValueImpl::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueImpl135 void ArkWebRomValueImpl::SetBinary(const ArkWebUint8Vector& value) in SetBinary() function in OHOS::ArkWeb::ArkWebRomValueImpl
90 void ArkWebHapValueWrapper::SetBinary(int length, const char* value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueWrapper151 void ArkWebHapValueWrapper::SetBinary(const std::vector<uint8_t>& value) in SetBinary() function in OHOS::ArkWeb::ArkWebHapValueWrapper
93 void WebViewValue::SetBinary(int length, const char* value) in SetBinary() function in OHOS::NWeb::WebViewValue
34 void SetBinary(std::vector<uint8_t>& binary_data) in SetBinary() function
92 virtual void SetBinary(const std::vector<uint8_t>& value) {} in SetBinary() function
79 void SetBinary(const std::vector<uint8_t>& binary_data) override in SetBinary() function