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 - 11
of
11
) sorted by relevance
/base/useriam/face_auth/services_ex/src/
H
A
D
finite_state_machine_impl.cpp
30
threadHandler_
(ThreadHandler::GetSingleThreadInstance()),
in FiniteStateMachineImpl()
46
if (
threadHandler_
== nullptr) {
in Schedule()
52
threadHandler_
->PostTask([self = weak_from_this(), this]() {
in Schedule()
120
if (
threadHandler_
) {
in EnsureCurrentState()
121
threadHandler_
->EnsureTask(nullptr);
in EnsureCurrentState()
134
threadHandler_
= threadHandler;
in SetThreadHandler()
/base/useriam/user_auth_framework/services/base/src/
H
A
D
finite_state_machine_impl.cpp
30
threadHandler_
(ThreadHandler::GetSingleThreadInstance()),
in FiniteStateMachineImpl()
46
if (
threadHandler_
== nullptr) {
in Schedule()
52
threadHandler_
->PostTask([self = weak_from_this(), this]() {
in Schedule()
118
if (
threadHandler_
) {
in EnsureCurrentState()
119
threadHandler_
->EnsureTask([]() {});
in EnsureCurrentState()
132
threadHandler_
= threadHandler;
in SetThreadHandler()
H
A
D
finite_state_machine_impl.h
67
std::shared_ptr<ThreadHandler>
threadHandler_
;
member in OHOS::UserIam::UserAuth::final
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
template_cache_manager.cpp
79
std::shared_ptr<ThreadHandler>
threadHandler_
;
member in OHOS::UserIam::UserAuth::OsAccountIdSubscriber
136
threadHandler_
(ThreadHandler::GetSingleThreadInstance())
in OsAccountIdSubscriber()
176
if (
threadHandler_
== nullptr) {
in OnAccountsChanged()
177
IAM_LOGE("
threadHandler_
not set");
in OnAccountsChanged()
181
threadHandler_
->PostTask([id]() {
in OnAccountsChanged()
/base/useriam/user_auth_framework/services/context/src/
H
A
D
remote_auth_context.cpp
43
threadHandler_
(ThreadHandler::GetSingleThreadInstance())
in RemoteAuthContextMessageCallback()
62
IF_FALSE_LOGE_AND_RETURN(
threadHandler_
!= nullptr);
63
threadHandler_
->PostTask(
79
std::shared_ptr<ThreadHandler>
threadHandler_
= nullptr;
member in OHOS::UserIam::UserAuth::RemoteAuthContextMessageCallback
H
A
D
remote_auth_invoker_context.cpp
44
threadHandler_
(ThreadHandler::GetSingleThreadInstance())
in RemoteAuthInvokerContextMessageCallback()
69
IF_FALSE_LOGE_AND_RETURN(
threadHandler_
!= nullptr);
70
threadHandler_
->PostTask(
86
std::shared_ptr<ThreadHandler>
threadHandler_
= nullptr;
member in OHOS::UserIam::UserAuth::RemoteAuthInvokerContextMessageCallback
H
A
D
remote_executor_stub.cpp
161
threadHandler_
(ThreadHandler::GetSingleThreadInstance())
in RemoteExecutorStubMessageCallback()
187
IF_FALSE_LOGE_AND_RETURN(
threadHandler_
!= nullptr);
189
threadHandler_
->PostTask([scheduleId = scheduleId_]() {
209
std::shared_ptr<ThreadHandler>
threadHandler_
= nullptr;
member in OHOS::UserIam::UserAuth::RemoteExecutorStubMessageCallback
/base/useriam/user_auth_framework/services/core/src/
H
A
D
remote_executor_proxy.cpp
89
threadHandler_
(ThreadHandler::GetSingleThreadInstance())
in RemoteExecutorProxyMessageCallback()
112
IF_FALSE_LOGE_AND_RETURN(
threadHandler_
!= nullptr);
113
threadHandler_
->PostTask([connectionName, connectStatus, callbackTemp = callback_, this]() {
126
std::shared_ptr<ThreadHandler>
threadHandler_
= nullptr;
member in OHOS::UserIam::UserAuth::RemoteExecutorProxyMessageCallback
H
A
D
widget_schedule_node_impl.h
68
std::shared_ptr<ThreadHandler>
threadHandler_
{nullptr};
H
A
D
widget_schedule_node_impl.cpp
41
threadHandler_
= ThreadHandler::GetSingleThreadInstance();
in WidgetScheduleNodeImpl()
42
machine_->SetThreadHandler(
threadHandler_
);
in WidgetScheduleNodeImpl()
/base/useriam/face_auth/services_ex/inc/
H
A
D
finite_state_machine_impl.h
67
std::shared_ptr<ThreadHandler>
threadHandler_
;
member in OHOS::UserIam::FaceAuth::final
Completed in 8 milliseconds