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:pList
(Results
1 - 4
of
4
) sorted by relevance
/base/security/dataclassification/frameworks/datatransmitmgr/
H
A
D
dev_slinfo_list.c
66
struct DATASLListParams *
pList
= list->next;
in RemoveListNode()
local
67
while (
pList
!= NULL &&
pList
!= list) {
in RemoveListNode()
68
if (CompareUdid(&(
pList
->callbackParams->queryParams), &(callbackParams->queryParams)) == DEVSL_SUCCESS) {
in RemoveListNode()
69
pList
->prev->next =
pList
->next;
in RemoveListNode()
70
pList
->next->prev =
pList
->prev;
in RemoveListNode()
71
if (
pList
->callbackParams != NULL) {
in RemoveListNode()
72
free(
pList
in RemoveListNode()
89
struct DATASLListParams *
pList
= list->next;
ClearList()
local
108
struct DATASLListParams *
pList
= list->next;
GetListLength()
local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H
A
D
cert_manager_query.h
43
void CmFreePathList(struct CmMutableBlob *
pList
, uint32_t pathCount);
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H
A
D
cert_manager_query.c
45
void CmFreePathList(struct CmMutableBlob *
pList
, uint32_t pathCount)
in CmFreePathList()
argument
47
if (
pList
== NULL) {
in CmFreePathList()
52
pList
[i].size = 0;
in CmFreePathList()
53
CM_FREE_PTR(
pList
[i].data);
in CmFreePathList()
55
CM_FREE_PTR(
pList
);
in CmFreePathList()
/base/update/updater/services/fs_manager/
H
A
D
do_partition.cpp
312
PartitonList
pList
= disk.partList;
in RemovePartitions()
local
313
for (const auto &it :
pList
) {
in RemovePartitions()
Completed in 3 milliseconds