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:GetAuthContext
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_response_state.cpp
35
std::shared_ptr<DmAuthResponseContext> AuthResponseState::
GetAuthContext
()
in GetAuthContext()
function in OHOS::DistributedHardware::AuthResponseState
54
std::shared_ptr<DmAuthResponseContext> contextTemp =
GetAuthContext
();
in TransitionTo()
H
A
D
auth_request_state.cpp
40
std::shared_ptr<DmAuthRequestContext> AuthRequestState::
GetAuthContext
()
in GetAuthContext()
function in OHOS::DistributedHardware::AuthRequestState
53
std::shared_ptr<DmAuthRequestContext> contextTemp =
GetAuthContext
();
in TransitionTo()
H
A
D
dm_auth_manager.cpp
2170
authResponseContext_ = authResponseState_->
GetAuthContext
();
in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_request_state.h
61
std::shared_ptr<DmAuthRequestContext>
GetAuthContext
();
H
A
D
auth_response_state.h
63
* @tc.name: AuthResponseState::
GetAuthContext
67
std::shared_ptr<DmAuthResponseContext>
GetAuthContext
();
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
auth_request_state.cpp
40
std::shared_ptr<DmAuthRequestContext> AuthRequestState::
GetAuthContext
()
in GetAuthContext()
function in OHOS::DistributedHardware::AuthRequestState
H
A
D
auth_response_state.cpp
35
std::shared_ptr<DmAuthResponseContext> AuthResponseState::
GetAuthContext
()
in GetAuthContext()
function in OHOS::DistributedHardware::AuthResponseState
H
A
D
UTTest_auth_response_state.cpp
65
* 2 call AuthRequestInitState::
GetAuthContext
with authManager != null
76
authResponseState->
GetAuthContext
();
in HWTEST_F()
H
A
D
UTTest_auth_request_state.cpp
101
* 2 call AuthRequestInitState::
GetAuthContext
with authManager != null
112
authRequestState->
GetAuthContext
();
in HWTEST_F()
Completed in 8 milliseconds