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:threadHandler
(Results
1 - 14
of
14
) sorted by relevance
/base/useriam/user_auth_framework/services/base/src/
H
A
D
thread_handler_manager.cpp
50
auto
threadHandler
= Common::MakeShared<ThreadHandlerImpl>(name, true);
in CreateThreadHandler()
local
51
IF_FALSE_LOGE_AND_RETURN_VAL(
threadHandler
!= nullptr, false);
in CreateThreadHandler()
52
threadHandlerMap_.emplace(name,
threadHandler
);
in CreateThreadHandler()
71
auto
threadHandler
= threadHandlerMap_[name];
in DestroyThreadHandler()
local
72
IF_FALSE_LOGE_AND_RETURN(
threadHandler
!= nullptr);
in DestroyThreadHandler()
73
threadHandler
->PostTask([name]() {
in DestroyThreadHandler()
74
auto
threadHandler
= ThreadHandlerManager::GetInstance().GetThreadHandler(SINGLETON_THREAD_NAME);
in DestroyThreadHandler()
75
IF_FALSE_LOGE_AND_RETURN(
threadHandler
!= nullptr);
in DestroyThreadHandler()
76
threadHandler
->PostTask([name]() {
in DestroyThreadHandler()
82
threadHandler
in DestroyThreadHandler()
120
auto
threadHandler
=
threadHandler
Map_[name];
PostTask()
local
[all...]
H
A
D
finite_state_machine_impl.cpp
47
IAM_LOGE("machine %{public}s 's
threadHandler
not set", GetMachineName().c_str());
in Schedule()
130
void FiniteStateMachineImpl::SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
)
in SetThreadHandler()
argument
132
threadHandler_ =
threadHandler
;
in SetThreadHandler()
159
void FiniteStateMachineImpl::Inner::SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
)
in SetThreadHandler()
argument
H
A
D
finite_state_machine_impl.h
51
void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) override;
84
void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) override;
/base/useriam/face_auth/services_ex/src/
H
A
D
finite_state_machine_impl.cpp
47
IAM_LOGE("machine %{public}s 's
threadHandler
not set", GetMachineName().c_str());
in Schedule()
132
void FiniteStateMachineImpl::SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
)
in SetThreadHandler()
argument
134
threadHandler_ =
threadHandler
;
in SetThreadHandler()
161
void FiniteStateMachineImpl::Inner::SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
)
in SetThreadHandler()
argument
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H
A
D
dummy_finite_state_machine.h
39
void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) {};
in SetThreadHandler()
argument
/base/useriam/user_auth_framework/services/core/src/
H
A
D
schedule_node_builder.cpp
103
std::shared_ptr<Builder> ScheduleNodeBuilder::SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
)
in SetThreadHandler()
argument
105
info_.
threadHandler
=
threadHandler
;
in SetThreadHandler()
H
A
D
schedule_node_builder.h
44
std::shared_ptr<Builder> SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) override;
H
A
D
schedule_node_impl.cpp
40
if (machine_ && info_.
threadHandler
== nullptr) {
in ScheduleNodeImpl()
41
info_.
threadHandler
= ThreadHandler::GetSingleThreadInstance();
in ScheduleNodeImpl()
42
machine_->SetThreadHandler(info_.
threadHandler
);
in ScheduleNodeImpl()
H
A
D
schedule_node_impl.h
53
std::shared_ptr<ThreadHandler>
threadHandler
;
member
/base/useriam/user_auth_framework/services/remote_connect/src/
H
A
D
soft_bus_client_socket.cpp
152
auto
threadHandler
= ThreadHandlerManager::GetInstance().GetThreadHandler(SINGLETON_THREAD_NAME);
in SendKeepAliveMessage()
local
153
if (
threadHandler
== nullptr) {
in SendKeepAliveMessage()
154
IAM_LOGE("ConnectionName: %{public}s,
threadHandler
is nullptr", connectionName_.c_str());
in SendKeepAliveMessage()
157
threadHandler
->PostTask(
in SendKeepAliveMessage()
/base/useriam/face_auth/services_ex/inc/
H
A
D
finite_state_machine_impl.h
51
void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) override;
84
void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) override;
H
A
D
finite_state_machine.h
38
virtual void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) = 0;
/base/useriam/user_auth_framework/services/base/inc/
H
A
D
finite_state_machine.h
38
virtual void SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) = 0;
/base/useriam/user_auth_framework/services/core/inc/
H
A
D
schedule_node.h
93
virtual std::shared_ptr<Builder> SetThreadHandler(const std::shared_ptr<ThreadHandler> &
threadHandler
) = 0;
Completed in 6 milliseconds