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:GetInputStream
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_socket.h
171
std::shared_ptr<InputStream>
GetInputStream
();
/foundation/communication/bluetooth_service/test/unittest/spp/
H
A
D
spp_test.cpp
96
* @tc.name:
GetInputStream
108
GTEST_LOG_(INFO) << "SppClientSocket::
GetInputStream
starts";
in HWTEST_F()
109
std::shared_ptr<InputStream> input = pfd_SppClientSocket->
GetInputStream
();
in HWTEST_F()
111
GTEST_LOG_(INFO) << "SppClientSocket::
GetInputStream
ends";
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_socket.cpp
401
if (client->
GetInputStream
() == nullptr) {
in SocketRead()
405
int readLen = client->
GetInputStream
()->Read(buf, bufLen);
in SocketRead()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_socket.cpp
181
std::shared_ptr<InputStream>
GetInputStream
()
in GetInputStream()
function
488
std::shared_ptr<InputStream> ClientSocket::
GetInputStream
()
in GetInputStream()
function in OHOS::Bluetooth::ClientSocket
492
return pimpl->
GetInputStream
();
in GetInputStream()
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H
A
D
napi_bluetooth_spp_client.cpp
395
std::shared_ptr<InputStream> inputStream = client->client_->
GetInputStream
();
in SppRead()
Completed in 5 milliseconds