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:LockHcMutex
(Results
1 - 22
of
22
) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H
A
D
hc_init_protection.c
28
(void)
LockHcMutex
(&g_countMutex);
in CheckInit()
42
(void)
LockHcMutex
(&g_countMutex);
in CheckDestroy()
63
(void)
LockHcMutex
(&g_countMutex);
in SetInitStatus()
71
(void)
LockHcMutex
(&g_countMutex);
in SetDeInitStatus()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H
A
D
exception_controller.c
61
(void)
LockHcMutex
(g_mutex);
in AddCallNum()
82
(void)
LockHcMutex
(g_mutex);
in SetThrowExceptionIndex()
107
(void)
LockHcMutex
(g_mutex);
in DestroyExceptionController()
/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/
H
A
D
broadcast_manager.c
44
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnGroupCreated()
62
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnGroupDeleted()
80
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnDeviceBound()
98
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnDeviceUnBound()
116
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnDeviceNotTrusted()
134
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnLastGroupDeleted()
148
(void)
LockHcMutex
(g_broadcastMutex);
in PostOnTrustedDeviceNumChanged()
162
(void)
LockHcMutex
(g_broadcastMutex);
in UpdateListenerIfExist()
209
(void)
LockHcMutex
(g_broadcastMutex);
in AddListenerIfNotExist()
255
(void)
LockHcMutex
(g_broadcastMute
in DestroyBroadcastManager()
[all...]
/base/security/device_auth/services/session_manager/src/
H
A
D
dev_session_mgr.c
115
(void)
LockHcMutex
(&g_sessionMutex);
in DestroyDevSessionManager()
126
(void)
LockHcMutex
(&g_sessionMutex);
in IsSessionExist()
139
(void)
LockHcMutex
(&g_sessionMutex);
in OpenDevSession()
167
(void)
LockHcMutex
(&g_sessionMutex);
in StartDevSession()
188
(void)
LockHcMutex
(&g_sessionMutex);
in ProcessDevSession()
205
(void)
LockHcMutex
(&g_sessionMutex);
in CloseDevSession()
229
(void)
LockHcMutex
(&g_sessionMutex);
in CancelDevSession()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H
A
D
memory_monitor.cpp
65
(void)
LockHcMutex
(g_mutex);
in HcMonitorMalloc()
100
(void)
LockHcMutex
(g_mutex);
in HcMonitorFree()
116
(void)
LockHcMutex
(g_mutex);
in ReportMonitor()
149
(void)
LockHcMutex
(g_mutex);
in HcDestroyMallocMonitor()
/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H
A
D
callback_manager.c
42
(void)
LockHcMutex
(g_callbackMutex);
in UpdateCallbackIfExist()
88
(void)
LockHcMutex
(g_callbackMutex);
in AddCallbackIfNotExist()
179
(void)
LockHcMutex
(g_callbackMutex);
in GetGMCallbackByAppId()
212
(void)
LockHcMutex
(g_callbackMutex);
in UnRegGroupManagerCallback()
252
(void)
LockHcMutex
(g_callbackMutex);
in DestroyCallbackManager()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H
A
D
hc_task_thread.c
30
(void)
LockHcMutex
(&thread->queueLock);
in PopTask()
46
(void)
LockHcMutex
(&thread->queueLock);
in PushTask()
56
(void)
LockHcMutex
(&thread->queueLock);
in Clear()
H
A
D
hc_mutex.c
47
int
LockHcMutex
(HcMutex* mutex)
in LockHcMutex()
function
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H
A
D
hc_thread.c
49
(void)
LockHcMutex
(&thread->threadLock);
in StaticThreadFunc()
61
(void)
LockHcMutex
(&thread->threadLock);
in Start()
93
(void)
LockHcMutex
(&thread->threadLock);
in Join()
H
A
D
hc_condition.c
88
(void)
LockHcMutex
(hcCond->mutex);
in HcCondWait()
110
(void)
LockHcMutex
(hcCond->mutex);
in HcCondNotify()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H
A
D
hc_mutex.h
31
int
LockHcMutex
(HcMutex* mutex);
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H
A
D
soft_bus_channel.c
43
(void)
LockHcMutex
(g_channelMutex);
in GetReqIdByChannelId()
66
(void)
LockHcMutex
(g_channelMutex);
in AddChannelEntry()
76
(void)
LockHcMutex
(g_channelMutex);
in RemoveChannelEntry()
266
(void)
LockHcMutex
(g_channelMutex);
in DestroySoftBusChannelModule()
/base/security/device_auth/services/frameworks/src/hiview_adapter/
H
A
D
performance_dumper.c
375
(void)
LockHcMutex
(g_performDataMutex);
in PerformanceDump()
440
(void)
LockHcMutex
(g_performDataMutex);
in AddPerformData()
477
(void)
LockHcMutex
(g_performDataMutex);
in ResetPerformData()
516
(void)
LockHcMutex
(g_performDataMutex);
in UpdatePerformDataBySelfIndex()
538
(void)
LockHcMutex
(g_performDataMutex);
in UpdatePerformDataByInputIndex()
573
(void)
LockHcMutex
(g_performDataMutex);
in InitPerformanceDumper()
586
(void)
LockHcMutex
(g_performDataMutex);
in DestroyPerformanceDumper()
/base/security/device_auth/services/privacy_enhancement/src/
H
A
D
pseudonym_manager.c
418
(void)
LockHcMutex
(g_mutex);
in OnOsAccountUnlocked()
440
(void)
LockHcMutex
(g_mutex);
in OnOsAccountRemoved()
492
(void)
LockHcMutex
(g_mutex);
in SaveOsAccountPseudonymDb()
514
(void)
LockHcMutex
(g_mutex);
in DeletePseudonymInner()
564
(void)
LockHcMutex
(g_mutex);
in InitPseudonymManger()
579
(void)
LockHcMutex
(g_mutex);
in LoadPseudonymData()
607
(void)
LockHcMutex
(g_mutex);
in GetRealInfo()
639
(void)
LockHcMutex
(g_mutex);
in GetPseudonymId()
667
(void)
LockHcMutex
(g_mutex);
in AddPseudonymIdInfoToMemory()
794
(void)
LockHcMutex
(g_mute
in IsNeedRefreshPseudonymId()
[all...]
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H
A
D
hc_thread.c
42
(void)
LockHcMutex
(&thread->threadLock);
in StaticThreadFunc()
54
(void)
LockHcMutex
(&thread->threadLock);
in Start()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H
A
D
sym_token_manager.c
527
(void)
LockHcMutex
(g_dataMutex);
in OnOsAccountUnlocked()
535
(void)
LockHcMutex
(g_dataMutex);
in OnOsAccountRemoved()
666
(void)
LockHcMutex
(g_dataMutex);
in AddToken()
697
(void)
LockHcMutex
(g_dataMutex);
in DeleteToken()
774
(void)
LockHcMutex
(g_dataMutex);
in InitSymTokenManager()
787
(void)
LockHcMutex
(g_dataMutex);
in DestroySymTokenManager()
H
A
D
asy_token_manager.c
469
(void)
LockHcMutex
(g_accountDbMutex);
in DoImportServerPkAndVerify()
659
(void)
LockHcMutex
(g_accountDbMutex);
in DoExportPkAndCompare()
795
(void)
LockHcMutex
(g_accountDbMutex);
in DoGenerateAndExportPk()
887
(void)
LockHcMutex
(g_accountDbMutex);
in DeleteKeyPair()
993
(void)
LockHcMutex
(g_accountDbMutex);
in OnOsAccountUnlocked()
1001
(void)
LockHcMutex
(g_accountDbMutex);
in OnOsAccountRemoved()
1058
(void)
LockHcMutex
(g_accountDbMutex);
in SaveOsAccountTokenDb()
1078
(void)
LockHcMutex
(g_accountDbMutex);
in GetAccountToken()
1134
(void)
LockHcMutex
(g_accountDbMutex);
in DeleteTokenInner()
1173
(void)
LockHcMutex
(g_accountDbMute
in AddTokenInner()
[all...]
/base/security/device_auth/services/data_manager/src/
H
A
D
data_manager.c
604
(void)
LockHcMutex
(g_databaseMutex);
in OnOsAccountUnlocked()
612
(void)
LockHcMutex
(g_databaseMutex);
in OnOsAccountRemoved()
669
(void)
LockHcMutex
(g_databaseMutex);
in LoadDeviceAuthDb()
1327
(void)
LockHcMutex
(g_databaseMutex);
in AddGroup()
1368
(void)
LockHcMutex
(g_databaseMutex);
in AddTrustedDevice()
1410
(void)
LockHcMutex
(g_databaseMutex);
in DelGroup()
1444
(void)
LockHcMutex
(g_databaseMutex);
in DelTrustedDevice()
1478
(void)
LockHcMutex
(g_databaseMutex);
in QueryGroups()
1509
(void)
LockHcMutex
(g_databaseMutex);
in QueryDevices()
1536
(void)
LockHcMutex
(g_databaseMute
in SaveOsAccountDb()
[all...]
/base/security/device_auth/services/key_agree_sdk/src/
H
A
D
key_agree_session_manager.c
51
(void)
LockHcMutex
(g_sessionMutex);
in CreateKeyAgreeSessionMgr()
/base/security/device_auth/frameworks/src/lite/
H
A
D
ipc_dev_auth_stub.c
153
(void)
LockHcMutex
(&g_cBMutex);
in LockCbStubTable()
H
A
D
ipc_adapt.c
110
(void)
LockHcMutex
(&g_cbListLock);
in LockCallbackList()
/base/security/device_auth/frameworks/src/
H
A
D
ipc_sdk.c
62
(void)
LockHcMutex
(&g_ipcMutex);
in DelIpcCliCallbackCtx()
75
(void)
LockHcMutex
(&g_ipcMutex);
in AddIpcCliCallbackCtx()
Completed in 18 milliseconds