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:PinAuthUi
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_pin_auth_ui.cpp
53
* @tc.name:
PinAuthUi
::ShowPinDialog_001
60
std::shared_ptr<
PinAuthUi
> pinAuthUi = std::make_shared<
PinAuthUi
>();
in HWTEST_F()
67
* @tc.name:
PinAuthUi
::ShowPinDialog_002
74
std::shared_ptr<
PinAuthUi
> pinAuthUi = std::make_shared<
PinAuthUi
>();
in HWTEST_F()
81
* @tc.name:
PinAuthUi
::ShowPinDialog_001
88
std::shared_ptr<
PinAuthUi
> pinAuthUi = std::make_shared<
PinAuthUi
>();
in HWTEST_F()
94
* @tc.name:
PinAuthUi
[all...]
/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H
A
D
pin_auth_ui.cpp
27
PinAuthUi
::
PinAuthUi
()
in PinAuthUi()
function in OHOS::DistributedHardware::PinAuthUi
32
int32_t
PinAuthUi
::ShowPinDialog(int32_t code, std::shared_ptr<DmAuthManager> authManager)
in ShowPinDialog()
59
int32_t
PinAuthUi
::InputPinDialog(std::shared_ptr<DmAuthManager> authManager)
in InputPinDialog()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H
A
D
pin_auth_ui.h
27
class
PinAuthUi
{
class
29
PinAuthUi
();
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H
A
D
pinauthui_fuzzer.cpp
37
std::shared_ptr<
PinAuthUi
> pinauthui = std::make_shared<
PinAuthUi
>();
in PinAuthUiFuzzTest()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H
A
D
pin_auth.cpp
30
pinAuthUi_ = std::make_shared<
PinAuthUi
>();
in PinAuth()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/
H
A
D
pin_auth.h
49
std::shared_ptr<
PinAuthUi
> pinAuthUi_;
Completed in 2 milliseconds