Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetAddr
(Results
1 - 14
of
14
) sorted by relevance
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
ohos_buffer_adapter_impl.cpp
30
void OhosBufferAdapterImpl::
SetAddr
(uint8_t* addr)
in SetAddr()
function in OHOS::NWeb::OhosBufferAdapterImpl
H
A
D
media_codec_encoder_adapter_impl.cpp
330
ohosBuffer->
SetAddr
(buffer->GetBase());
in OnInputBufferAvailable()
366
ohosBuffer->
SetAddr
(buffer->GetBase());
in OnOutputBufferAvailable()
H
A
D
media_codec_decoder_adapter_impl.cpp
396
ohosBuffer->
SetAddr
(buffer->GetBase());
in OnInputBufferAvailable()
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
ohos_buffer_adapter_impl.h
31
void
SetAddr
(uint8_t* addr);
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/ohosbufferadapterimpl_fuzzer/
H
A
D
ohosbufferadapterimpl_fuzzer.cpp
35
ohosBufferAdapterImpl.
SetAddr
(addr);
in OhosBufferAdapterImplFuzzTest()
/base/hiviewdfx/faultloggerd/interfaces/common/
H
A
D
dfx_errors.h
113
inline void
SetAddr
([[maybe_unused]] T addr)
in SetAddr()
function
/base/usb/usb_manager/interfaces/innerkits/native/include/
H
A
D
usb_endpoint.h
134
void
SetAddr
(uint32_t val)
in SetAddr()
function in OHOS::USB::USBEndpoint
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scanner_info.h
44
void
SetAddr
(const std::string &addr_);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scanner_info.cpp
97
void ScanDeviceInfoTCP::
SetAddr
(const std::string& addr_)
in SetAddr()
function in OHOS::Scan::ScanDeviceInfoTCP
175
SetAddr
(parcel.ReadString());
in ReadFromParcel()
/base/usb/usb_manager/services/native/src/
H
A
D
usb_descriptor_parser.cpp
128
endpoint.
SetAddr
(endpointDescriptor->bEndpointAddress);
in AddEndpoint()
337
ep.
SetAddr
(endpointDescriptor.bEndpointAddress);
in ParseEndpointDescriptor()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
390
scanDevInfoTcp.
SetAddr
(addr);
in TestTCPSetAddr()
/base/usb/usb_manager/services/zidl/src/
H
A
D
usb_srv_proxy.cpp
284
ep.
SetAddr
(address);
in GetDeviceEndpointsMessageParcel()
/base/usb/usb_manager/test/native/mock/src/
H
A
D
usb_device_pipe_mock_test.cpp
1087
* @tc.desc: Negative test: parameters exception, point
SetAddr
error
1100
point.
SetAddr
(BUFFER_SIZE);
in HWTEST_F()
/base/usb/usb_manager/test/native/service_unittest/src/
H
A
D
usb_device_pipe_test.cpp
2703
point.
SetAddr
(BUFFER_SIZE);
in HWTEST_F()
Completed in 19 milliseconds