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:socketThread_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H
A
D
main_widget.cpp
45
if (
socketThread_
!= nullptr) {
in ~MainWidget()
46
socketThread_
->Quit();
in ~MainWidget()
47
socketThread_
->wait();
in ~MainWidget()
48
delete
socketThread_
;
in ~MainWidget()
73
socketThread_
= new SocketThread();
in CreateSocketThread()
74
if (
socketThread_
!= nullptr) {
in CreateSocketThread()
75
socketThread_
->start();
in CreateSocketThread()
77
connect(
socketThread_
->GetClientManager(), SIGNAL(SendMsgSignal(size_t)), this,
in CreateSocketThread()
H
A
D
main_widget.h
72
SocketThread*
socketThread_
;
member in OHOS::MainWidget
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H
A
D
audio_pnp_server.cpp
64
if (
socketThread_
&&
socketThread_
->joinable()) {
in ~AudioPnpServer()
65
socketThread_
->detach();
in ~AudioPnpServer()
79
socketThread_
= std::make_unique<std::thread>([this] { this->OpenAndReadWithSocket(); });
in init()
80
pthread_setname_np(
socketThread_
->native_handle(), "OS_SocketEvent");
in init()
271
if (
socketThread_
&&
socketThread_
->joinable()) {
in StopPnpServer()
272
socketThread_
->detach();
in StopPnpServer()
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H
A
D
netlink_listener.cpp
181
socketThread_
= std::make_unique<std::thread>([this]() { this->EventProcess(static_cast<void *>(this)); });
in StartListener()
182
if (
socketThread_
== nullptr) {
in StartListener()
198
if (
socketThread_
!= nullptr &&
socketThread_
->joinable()) {
in StopListener()
199
socketThread_
->join();
in StopListener()
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H
A
D
netlink_listener.h
39
std::unique_ptr<std::thread>
socketThread_
;
member in OHOS::StorageDaemon::NetlinkListener
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/pnp_server/
H
A
D
audio_pnp_server.h
54
std::unique_ptr<std::thread>
socketThread_
= nullptr;
member in OHOS::AudioStandard::AudioPnpServer
Completed in 4 milliseconds