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:HC_VECTOR_SIZE
(Results
1 - 14
of
14
) sorted by relevance
/base/security/device_auth/services/session_manager/src/
H
A
D
dev_session_mgr.c
79
uint32_t curSessionNum =
HC_VECTOR_SIZE
(&g_sessionInfoList);
in CheckEnvForOpenSession()
160
appId,
HC_VECTOR_SIZE
(&g_sessionInfoList), sessionId);
in OpenDevSession()
214
LOGI("close session success. [CurNum]: %u, [Id]: %" PRId64,
HC_VECTOR_SIZE
(&g_sessionInfoList), sessionId);
in CloseDevSession()
238
LOGI("cancel session success. [CurNum]: %u, [Id]: %" PRId64,
HC_VECTOR_SIZE
(&g_sessionInfoList), sessionId);
in CancelDevSession()
/base/security/device_auth/common_lib/interfaces/
H
A
D
hc_vector.h
168
#define
HC_VECTOR_SIZE
(obj) (obj)->size(obj)
macro
/base/security/device_auth/services/creds_manager/src/
H
A
D
creds_manager.c
118
uint32_t identityCount =
HC_VECTOR_SIZE
(vec);
in GetCredInfosByPeerIdentity()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H
A
D
group_auth_data_operation.c
59
if (
HC_VECTOR_SIZE
(&entry->managers) <= 0) {
in GaDeepCopyGroupEntry()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H
A
D
expand_sub_session.c
425
if (
HC_VECTOR_SIZE
(&impl->cmdList) == 0) {
in StartExpandSubSession()
480
impl->base.state =
HC_VECTOR_SIZE
(&impl->cmdList) > 0 ? EXPAND_STATE_RUNNING : EXPAND_STATE_FINISH;
in ProcessExpandSubSession()
/base/security/device_auth/services/session_manager/src/session/v2/
H
A
D
dev_session_v2.c
270
if (
HC_VECTOR_SIZE
(&impl->credList) > 0) {
in ResetSessionState()
345
while (index <
HC_VECTOR_SIZE
(&cred->protocolVec)) {
in RemoveUnsupportedProtocols()
361
while (index <
HC_VECTOR_SIZE
(&impl->credList)) {
in CheckAllCredsValidity()
364
uint32_t protocolNum =
HC_VECTOR_SIZE
(&cred->protocolVec);
in CheckAllCredsValidity()
384
uint32_t credNum =
HC_VECTOR_SIZE
(&impl->credList);
in GetAllCredsWithPeer()
1788
while (index <
HC_VECTOR_SIZE
(&impl->authSubSessionList)) {
in RemoveInvalidAuthSubSession()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H
A
D
peer_to_peer_group.c
41
if (
HC_VECTOR_SIZE
(&groupEntryVec) > 0) {
in IsSameNameGroupExist()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H
A
D
group_operation_common.c
105
count =
HC_VECTOR_SIZE
(&groupEntryVec);
in GetGroupNumByOwner()
459
count =
HC_VECTOR_SIZE
(&deviceEntryVec);
in GetCurDeviceNumByGroupId()
/base/security/device_auth/services/data_manager/src/
H
A
D
data_manager.c
229
if (
HC_VECTOR_SIZE
(&entry->managers) <= 0) {
in GenerateGroupEntryFromEntry()
1419
while (index <
HC_VECTOR_SIZE
(&info->groups)) {
in DelGroup()
1453
while (index <
HC_VECTOR_SIZE
(&info->devices)) {
in DelTrustedDevice()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H
A
D
sym_token_manager.c
639
while (index <
HC_VECTOR_SIZE
(&info->tokens)) {
in PopSymTokenFromVec()
H
A
D
asy_token_manager.c
1144
while (index <
HC_VECTOR_SIZE
(&info->tokens)) {
in DeleteTokenInner()
/base/security/device_auth/services/session_manager/src/session/
H
A
D
dev_session_fwk.c
174
while (
HC_VECTOR_SIZE
(&impl->eventList) > 0) {
in ProcEventList()
/base/security/device_auth/services/privacy_enhancement/src/
H
A
D
pseudonym_manager.c
524
while (index <
HC_VECTOR_SIZE
(&info->pseudonymInfoVec)) {
in DeletePseudonymInner()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H
A
D
group_operation.c
90
if (
HC_VECTOR_SIZE
(groupInfoVec) == 0) {
in GenerateReturnGroupVec()
Completed in 23 milliseconds