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:HcTaskBase
(Results
1 - 9
of
9
) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H
A
D
hc_task_thread.h
25
}
HcTaskBase
;
typedef
28
HcTaskBase
* task;
37
void (*pushTask) (struct HcTaskThreadT* thread,
HcTaskBase
* task);
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H
A
D
account_lifecycle_plugin_proxy.c
26
HcTaskBase
base;
30
static void DoWorkerTask(
HcTaskBase
*task)
in DoWorkerTask()
59
static void DestroyWorkerTask(
HcTaskBase
*workerTask)
in DestroyWorkerTask()
85
if (PushTask((
HcTaskBase
*)baseTask) != HC_SUCCESS) {
in ExecuteWorkerTask()
/base/security/device_auth/services/frameworks/inc/task_manager/
H
A
D
task_manager.h
27
int32_t PushTask(
HcTaskBase
*baseTask);
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H
A
D
hc_task_thread.c
24
static
HcTaskBase
* PopTask(HcTaskThread* thread)
in PopTask()
40
static void PushTask(struct HcTaskThreadT* thread,
HcTaskBase
* task)
in PushTask()
105
HcTaskBase
* task = PopTask(thread);
in TaskThreadLoop()
/base/security/device_auth/services/legacy/group_manager/inc/
H
A
D
base_group_manager_task.h
24
HcTaskBase
base;
H
A
D
group_operation.h
65
typedef void (*TaskFunc)(
HcTaskBase
*task);
67
void DestroyGroupManagerTask(
HcTaskBase
*task);
/base/security/device_auth/services/frameworks/src/task_manager/
H
A
D
task_manager.c
23
int32_t PushTask(
HcTaskBase
*baseTask)
in PushTask()
/base/security/device_auth/services/
H
A
D
device_auth.c
49
HcTaskBase
base;
54
HcTaskBase
base;
60
HcTaskBase
base;
376
static void DoStartSession(
HcTaskBase
*task)
in DoStartSession()
393
static void DoProcSession(
HcTaskBase
*task)
in DoProcSession()
423
static void DestroyProcSessionTask(
HcTaskBase
*task)
in DestroyProcSessionTask()
445
if (PushTask((
HcTaskBase
*)task) != HC_SUCCESS) {
in PushStartSessionTask()
471
if (PushTask((
HcTaskBase
*)task) != HC_SUCCESS) {
in PushProcSessionTask()
1476
static void DoOnChannelOpened(
HcTaskBase
*baseTask)
in DoOnChannelOpened()
1515
if (PushTask((
HcTaskBase
*)tas
in OnChannelOpenedCb()
[all...]
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H
A
D
group_operation.c
439
static void DoCreateGroup(
HcTaskBase
*baseTask)
in DoCreateGroup()
455
static void DoDeleteGroup(
HcTaskBase
*baseTask)
in DoDeleteGroup()
471
static void DoDeleteMember(
HcTaskBase
*baseTask)
in DoDeleteMember()
1197
void DestroyGroupManagerTask(
HcTaskBase
*task)
in DestroyGroupManagerTask()
1270
if (PushTask((
HcTaskBase
*)task) != HC_SUCCESS) {
in InitAndPushGMTask()
Completed in 8 milliseconds