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:InitHcMutex
(Results
1 - 22
of
22
) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H
A
D
hc_mutex.h
28
int32_t
InitHcMutex
(HcMutex* mutex);
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H
A
D
hc_mutex.c
24
int32_t
InitHcMutex
(HcMutex *mutex)
in InitHcMutex()
function
H
A
D
hc_task_thread.c
135
res =
InitHcMutex
(&thread->queueLock);
in InitHcTaskThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H
A
D
hc_init_protection.c
79
int32_t res =
InitHcMutex
(&g_countMutex);
in InitSecurityDevAuth()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H
A
D
exception_controller.c
98
InitHcMutex
(g_mutex);
in InitExceptionController()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H
A
D
hc_thread.c
134
int32_t res =
InitHcMutex
(&thread->threadLock);
in InitThread()
H
A
D
hc_condition.c
148
res =
InitHcMutex
(hcCond->mutex);
in InitHcCond()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H
A
D
hc_thread.c
134
int32_t res =
InitHcMutex
(&thread->threadLock);
in InitThread()
/base/security/device_auth/services/key_agree_sdk/src/
H
A
D
key_agree_session_manager.c
44
if (
InitHcMutex
(g_sessionMutex) != HC_SUCCESS) {
in CreateKeyAgreeSessionMgr()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H
A
D
memory_monitor.cpp
140
InitHcMutex
(g_mutex);
in HcInitMallocMonitor()
/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H
A
D
callback_manager.c
237
if (
InitHcMutex
(g_callbackMutex) != HC_SUCCESS) {
in InitCallbackManager()
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H
A
D
soft_bus_channel.c
241
if (
InitHcMutex
(g_channelMutex) != HC_SUCCESS) {
in InitSoftBusChannelModule()
/base/security/device_auth/services/session_manager/src/
H
A
D
dev_session_mgr.c
102
int32_t res =
InitHcMutex
(&g_sessionMutex);
in InitDevSessionManager()
/base/security/device_auth/frameworks/src/lite/
H
A
D
ipc_dev_auth_stub.c
143
if (
InitHcMutex
(&g_cBMutex) != HC_SUCCESS) {
in InitCbStubTable()
H
A
D
ipc_adapt.c
95
(void)
InitHcMutex
(&g_cbListLock);
in InitIpcCallBackList()
/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/
H
A
D
broadcast_manager.c
239
if (
InitHcMutex
(g_broadcastMutex) != HC_SUCCESS) {
in InitBroadcastManager()
/base/security/device_auth/services/frameworks/src/hiview_adapter/
H
A
D
performance_dumper.c
566
if (
InitHcMutex
(g_performDataMutex) != HC_SUCCESS) {
in InitPerformanceDumper()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H
A
D
sym_token_manager.c
767
if (
InitHcMutex
(g_dataMutex) != HC_SUCCESS) {
in InitSymTokenManager()
H
A
D
asy_token_manager.c
1301
if (
InitHcMutex
(g_accountDbMutex) != HC_SUCCESS) {
in InitTokenManager()
/base/security/device_auth/services/privacy_enhancement/src/
H
A
D
pseudonym_manager.c
557
if (
InitHcMutex
(g_mutex) != HC_SUCCESS) {
in InitPseudonymManger()
/base/security/device_auth/services/data_manager/src/
H
A
D
data_manager.c
1671
if (
InitHcMutex
(g_databaseMutex) != HC_SUCCESS) {
in InitDatabase()
/base/security/device_auth/frameworks/src/
H
A
D
ipc_sdk.c
1912
InitHcMutex
(&g_ipcMutex);
in InitDeviceAuthService()
Completed in 24 milliseconds