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:InputPinDialog
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_pin_auth_ui.cpp
82
* @tc.desc: Call
InputPinDialog
to check whether the return value is ERR_DM_POINT_NULL
89
int32_t ret = pinAuthUi->
InputPinDialog
(nullptr);
in HWTEST_F()
95
* @tc.desc: Call
InputPinDialog
to check whether the return value is DM_OK
102
int32_t ret = pinAuthUi->
InputPinDialog
(authManager);
in HWTEST_F()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H
A
D
pin_auth_ui.h
31
int32_t
InputPinDialog
(std::shared_ptr<DmAuthManager> authManager);
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H
A
D
pinauthui_fuzzer.cpp
39
pinauthui->
InputPinDialog
(authManager);
in PinAuthUiFuzzTest()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H
A
D
pin_auth.cpp
54
return pinAuthUi_->
InputPinDialog
(authManager);
in StartAuth()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H
A
D
pin_auth_ui.cpp
59
int32_t PinAuthUi::
InputPinDialog
(std::shared_ptr<DmAuthManager> authManager)
in InputPinDialog()
function in OHOS::DistributedHardware::PinAuthUi
61
LOGI("
InputPinDialog
start");
in InputPinDialog()
79
LOGE("
InputPinDialog
::start ui service fail");
in InputPinDialog()
82
LOGI("
InputPinDialog
end");
in InputPinDialog()
Completed in 2 milliseconds