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:authManager_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_auth_manager_second.cpp
36
authManager_
= std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector);
in SetUp()
37
authManager_
->authMessageProcessor_ = std::make_shared<AuthMessageProcessor>(
authManager_
);
in SetUp()
38
authManager_
->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
39
authManager_
->authRequestContext_ = std::make_shared<DmAuthRequestContext>();
in SetUp()
40
authManager_
->authRequestState_ = std::make_shared<AuthRequestFinishState>();
in SetUp()
41
authManager_
->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
42
authManager_
->authResponseState_ = std::make_shared<AuthResponseConfirmState>();
in SetUp()
43
authManager_
->hiChainAuthConnector_ = std::make_shared<HiChainAuthConnector>();
in SetUp()
44
authManager_
in SetUp()
[all...]
H
A
D
UTTest_dm_auth_manager_first.cpp
56
authManager_
->authMessageProcessor_ = std::make_shared<AuthMessageProcessor>(
authManager_
);
in SetUp()
57
authManager_
->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
58
authManager_
->authRequestContext_ = std::make_shared<DmAuthRequestContext>();
in SetUp()
59
authManager_
->authRequestState_ = std::make_shared<AuthRequestFinishState>();
in SetUp()
60
authManager_
->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
61
authManager_
->authResponseState_ = std::make_shared<AuthResponseConfirmState>();
in SetUp()
62
authManager_
->hiChainAuthConnector_ = std::make_shared<HiChainAuthConnector>();
in SetUp()
63
authManager_
->softbusConnector_ = std::make_shared<SoftbusConnector>();
in SetUp()
64
authManager_
in SetUp()
[all...]
H
A
D
UTTest_dm_auth_manager_third.cpp
116
authManager_
= std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector);
in SetUp()
118
authManager_
->authMessageProcessor_ = std::make_shared<AuthMessageProcessor>(
authManager_
);
in SetUp()
119
authManager_
->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
120
authManager_
->authRequestContext_ = std::make_shared<DmAuthRequestContext>();
in SetUp()
121
authManager_
->authRequestState_ = std::make_shared<AuthRequestFinishState>();
in SetUp()
122
authManager_
->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
in SetUp()
123
authManager_
->authResponseState_ = std::make_shared<AuthResponseConfirmState>();
in SetUp()
124
authManager_
->hiChainAuthConnector_ = std::make_shared<HiChainAuthConnector>();
in SetUp()
125
authManager_
in SetUp()
[all...]
H
A
D
UTTest_dm_auth_manager_second.h
46
std::shared_ptr<DmAuthManager>
authManager_
;
member in OHOS::DistributedHardware::DmAuthManagerTest
H
A
D
UTTest_dm_auth_manager_third.h
45
std::shared_ptr<DmAuthManager>
authManager_
;
member in OHOS::DistributedHardware::DmAuthManagerTest
H
A
D
UTTest_dm_auth_manager_first.h
51
std::shared_ptr<DmAuthManager>
authManager_
=
member in OHOS::DistributedHardware::DmAuthManagerTest
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_request_state.cpp
30
authManager_
= std::move(authManager);
in SetAuthManager()
48
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in TransitionTo()
50
LOGE("AuthRequestState::
authManager_
null");
in TransitionTo()
69
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
71
LOGE("AuthRequestState::
authManager_
null");
in Enter()
85
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
87
LOGE("AuthRequestState::
authManager_
null");
in Enter()
101
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
103
LOGE("AuthRequestState::
authManager_
null");
in Enter()
117
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
in Enter()
[all...]
H
A
D
auth_response_state.cpp
42
authManager_
= std::move(authManager);
in SetAuthManager()
49
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in TransitionTo()
51
LOGE("AuthResponseState::
authManager_
null");
in TransitionTo()
81
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
83
LOGE("AuthResponseNegotiateState
authManager_
is null");
in Enter()
98
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
100
LOGE("AuthResponseConfirmState
authManager_
is null");
in Enter()
115
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
117
LOGE("AuthResponseGroupState
authManager_
is null");
in Enter()
131
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
in Enter()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
auth_request_state.cpp
30
authManager_
= std::move(authManager);
in SetAuthManager()
47
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in TransitionTo()
49
LOGE("AuthRequestState::
authManager_
null");
in TransitionTo()
75
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
77
LOGE("AuthRequestInitState::Enter
authManager_
is null");
in Enter()
95
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
97
LOGE("AuthRequestNegotiateState::Enter
authManager_
is null");
in Enter()
115
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
117
LOGE("AuthRequestNegotiateDoneState::Enter
authManager_
is null");
in Enter()
135
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
in Enter()
[all...]
H
A
D
auth_response_state.cpp
42
authManager_
= std::move(authManager);
in SetAuthManager()
49
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in TransitionTo()
51
LOGE("AuthRequestState::
authManager_
null");
in TransitionTo()
88
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
90
LOGE("AuthResponseNegotiateState::Enter
authManager_
is null");
in Enter()
109
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
111
LOGE("AuthResponseConfirmState::Enter
authManager_
is null");
in Enter()
126
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
.lock();
in Enter()
128
LOGE("AuthResponseGroupState::Enter
authManager_
is null");
in Enter()
142
std::shared_ptr<DmAuthManager> stateAuthManager =
authManager_
in Enter()
[all...]
H
A
D
UTTest_auth_request_state.cpp
48
* 3 check ret is authResponseState->
authManager_
.use_count()
65
* 3 check ret is authResponseState->
authManager_
.use_count()
85
* 3 check ret is authResponseState->
authManager_
.use_count()
93
int32_t ret = authRequestState->
authManager_
.use_count();
in HWTEST_F()
94
authRequestState->
authManager_
.reset();
in HWTEST_F()
102
* 3 check ret is authResponseState->
authManager_
.use_count()
122
* 3 check ret is authResponseState->
authManager_
.use_count()
132
int32_t ret = authRequestState->
authManager_
.use_count();
in HWTEST_F()
133
authRequestState->
authManager_
.reset();
in HWTEST_F()
141
* 3 check ret is authResponseState->
authManager_
[all...]
H
A
D
UTTest_auth_response_state.cpp
49
* 3 check ret is authResponseState->
authManager_
.use_count()
66
* 3 check ret is authResponseState->
authManager_
.use_count()
86
* 3 check ret is authResponseState->
authManager_
.use_count()
96
int32_t ret = authResponseState->
authManager_
.use_count();
in HWTEST_F()
104
* 3 check ret is authResponseState->
authManager_
.use_count()
112
int32_t ret = authResponseState->
authManager_
.use_count();
in HWTEST_F()
130
authResponseState->
authManager_
= authManager;
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_request_state.h
31
authManager_
.reset();
in ~AuthRequestState()
64
std::weak_ptr<DmAuthManager>
authManager_
;
member in OHOS::DistributedHardware::AuthRequestState
H
A
D
auth_response_state.h
29
authManager_
.reset();
in ~AuthResponseState()
70
std::weak_ptr<DmAuthManager>
authManager_
;
member in OHOS::DistributedHardware::AuthResponseState
Completed in 9 milliseconds