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:stateAuthManager
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_request_state.cpp
48
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in TransitionTo()
local
49
if (
stateAuthManager
== nullptr) {
in TransitionTo()
54
state->SetAuthManager(
stateAuthManager
);
in TransitionTo()
55
stateAuthManager
->SetAuthRequestState(state);
in TransitionTo()
69
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
70
if (
stateAuthManager
== nullptr) {
in Enter()
74
stateAuthManager
->EstablishAuthChannel(context_->deviceId);
in Enter()
85
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
86
if (
stateAuthManager
== nullptr) {
in Enter()
90
stateAuthManager
in Enter()
101
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
117
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
134
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
150
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
166
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
183
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
199
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
[all...]
H
A
D
auth_response_state.cpp
49
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in TransitionTo()
local
50
if (
stateAuthManager
== nullptr) {
in TransitionTo()
55
state->SetAuthManager(
stateAuthManager
);
in TransitionTo()
56
stateAuthManager
->SetAuthResponseState(state);
in TransitionTo()
81
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
82
if (
stateAuthManager
== nullptr) {
in Enter()
86
stateAuthManager
->RespNegotiate(context_->sessionId);
in Enter()
98
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
99
if (
stateAuthManager
== nullptr) {
in Enter()
103
stateAuthManager
in Enter()
115
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
131
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
147
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
163
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
auth_request_state.cpp
47
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in TransitionTo()
local
48
if (
stateAuthManager
== nullptr) {
in TransitionTo()
60
state->SetAuthManager(
stateAuthManager
);
in TransitionTo()
61
stateAuthManager
->SetAuthRequestState(state);
in TransitionTo()
75
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
76
if (
stateAuthManager
== nullptr) {
in Enter()
84
stateAuthManager
->EstablishAuthChannel(context_->deviceId);
in Enter()
95
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
96
if (
stateAuthManager
== nullptr) {
in Enter()
104
stateAuthManager
in Enter()
115
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
135
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
152
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
172
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
188
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
[all...]
H
A
D
auth_response_state.cpp
49
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in TransitionTo()
local
50
if (
stateAuthManager
== nullptr) {
in TransitionTo()
62
state->SetAuthManager(
stateAuthManager
);
in TransitionTo()
63
stateAuthManager
->SetAuthResponseState(state);
in TransitionTo()
88
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
89
if (
stateAuthManager
== nullptr) {
in Enter()
97
stateAuthManager
->RespNegotiate(context_->sessionId);
in Enter()
109
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
in Enter()
local
110
if (
stateAuthManager
== nullptr) {
in Enter()
114
stateAuthManager
in Enter()
126
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
142
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
158
std::shared_ptr<DmAuthManager>
stateAuthManager
= authManager_.lock();
Enter()
local
[all...]
Completed in 2 milliseconds