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:hasAuthPassed
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_lane_test.cpp
286
auth->
hasAuthPassed
[AUTH_LINK_TYPE_WIFI] = true;
in HWTEST_F()
332
auth->
hasAuthPassed
[AUTH_LINK_TYPE_WIFI] = true;
in HWTEST_F()
376
auth->
hasAuthPassed
[AUTH_LINK_TYPE_WIFI] = true;
in HWTEST_F()
416
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = true;
in HWTEST_F()
462
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BR] = true;
in HWTEST_F()
509
auth->
hasAuthPassed
[AUTH_LINK_TYPE_P2P] = true;
in HWTEST_F()
552
auth->
hasAuthPassed
[AUTH_LINK_TYPE_ENHANCED_P2P] = true;
in HWTEST_F()
H
A
D
auth_manager_test.cpp
266
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = true;
in HWTEST_F()
294
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = true;
in HWTEST_F()
296
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = false;
in HWTEST_F()
303
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = true;
in HWTEST_F()
336
auth->
hasAuthPassed
[AUTH_LINK_TYPE_WIFI] = true;
in HWTEST_F()
776
auth->
hasAuthPassed
[AUTH_LINK_TYPE_BLE] = true;
in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_manager.c
80
auth->
hasAuthPassed
[info->connInfo.type] = false;
in NewAuthManager()
134
auth->
hasAuthPassed
[type] = false;
in DelAuthManager()
175
if (item->connInfo[type].type == type && (strcmp(item->uuid, uuid) == 0) && item->
hasAuthPassed
[type]) {
in FindAuthManagerByUuid()
187
if (item->connInfo[type].type == type && (strcmp(item->udid, udid) == 0) && item->
hasAuthPassed
[type]) {
in FindAuthManagerByUdid()
352
if (auth->
hasAuthPassed
[i]) {
in HasAuthPassed()
517
if (auth[i] != NULL && auth[i]->lastVerifyTime > latestVerifyTime && auth[i]->
hasAuthPassed
[connInfo->type]) {
in GetLatestIdByConnInfo()
563
if (!auth[i]->
hasAuthPassed
[connInfo->type]) {
in GetActiveAuthIdByConnInfo()
658
auth->
hasAuthPassed
[info->connInfo.type] = false;
in GetDeviceAuthManager()
775
auth->
hasAuthPassed
[info->connInfo.type] = true;
in AuthManagerSetSessionKey()
961
auth->
hasAuthPassed
[inf
in AuthManagerSetAuthPassed()
[all...]
H
A
D
auth_device.c
523
auth->
hasAuthPassed
[info->connInfo.type] = true;
in AuthDirectOnlineCreateAuthManager()
/foundation/communication/dsoftbus/core/authentication/include/
H
A
D
auth_manager.h
55
bool
hasAuthPassed
[AUTH_LINK_TYPE_MAX];
member
Completed in 8 milliseconds