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:IsAuthCodeReady
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_auth_manager_second.cpp
968
bool ret = authManager_->
IsAuthCodeReady
(pkgName);
in HWTEST_F()
977
bool ret = authManager_->
IsAuthCodeReady
(pkgName);
in HWTEST_F()
986
bool ret = authManager_->
IsAuthCodeReady
(pkgName);
in HWTEST_F()
995
bool ret = authManager_->
IsAuthCodeReady
(pkgName);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
dm_auth_manager.h
476
bool
IsAuthCodeReady
(const std::string &pkgName);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
159
if ((authType == AUTH_TYPE_IMPORT_AUTH_CODE) && (!
IsAuthCodeReady
(pkgName))) {
in CheckAuthParamVaild()
811
if (
IsAuthCodeReady
(authResponseContext_->hostPkgName)) {
in AbilityNegotiate()
1797
bool DmAuthManager::
IsAuthCodeReady
(const std::string &pkgName)
in IsAuthCodeReady()
function in OHOS::DistributedHardware::DmAuthManager
1800
LOGE("DmAuthManager::
IsAuthCodeReady
, auth code not ready.");
in IsAuthCodeReady()
1804
LOGE("
IsAuthCodeReady
failed, pkgName not supported.");
in IsAuthCodeReady()
2138
if (
IsAuthCodeReady
(authResponseContext_->hostPkgName)) {
in ProcRespNegotiateExt()
Completed in 7 milliseconds