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:deviceInfoData
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_session_fsm.c
304
if (authFsm->info.
deviceInfoData
!= NULL) {
in DestroyAuthFsm()
305
SoftBusFree(authFsm->info.
deviceInfoData
);
in DestroyAuthFsm()
306
authFsm->info.
deviceInfoData
= NULL;
in DestroyAuthFsm()
1118
if (authFsm->info.
deviceInfoData
!= NULL) {
in HandleMsgSaveSessionKey()
1121
authFsm->info.
deviceInfoData
, authFsm->info.deviceInfoDataLen);
in HandleMsgSaveSessionKey()
1122
SoftBusFree(authFsm->info.
deviceInfoData
);
in HandleMsgSaveSessionKey()
1123
authFsm->info.
deviceInfoData
= NULL;
in HandleMsgSaveSessionKey()
1145
if (info->
deviceInfoData
!= NULL) {
in HandleMsgRecvDevInfoEarly()
1146
SoftBusFree(info->
deviceInfoData
);
in HandleMsgRecvDevInfoEarly()
1147
info->
deviceInfoData
in HandleMsgRecvDevInfoEarly()
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H
A
D
auth_session_fsm.h
75
uint8_t *
deviceInfoData
;
member
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_session_fsm_test.cpp
247
authFsm.info.
deviceInfoData
= nullptr;
in HWTEST_F()
253
authFsm.info.
deviceInfoData
= reinterpret_cast<uint8_t *>(SoftBusMalloc(TMP_DATA_LEN));
in HWTEST_F()
254
EXPECT_TRUE(authFsm.info.
deviceInfoData
!= nullptr);
in HWTEST_F()
Completed in 5 milliseconds