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:ShowPinDialog
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_pin_auth_ui.cpp
54
* @tc.desc: Call
ShowPinDialog
to check whether the return value is ERR_DM_POINT_NULL
62
int32_t ret = pinAuthUi->
ShowPinDialog
(code, nullptr);
in HWTEST_F()
68
* @tc.desc: Call
ShowPinDialog
to check whether the return value is DM_OK
76
int32_t ret = pinAuthUi->
ShowPinDialog
(code, authManager);
in HWTEST_F()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H
A
D
pin_auth_ui.h
30
int32_t
ShowPinDialog
(int32_t code, std::shared_ptr<DmAuthManager> authManager);
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/
H
A
D
pinauthui_fuzzer.cpp
38
pinauthui->
ShowPinDialog
(pageId, authManager);
in PinAuthUiFuzzTest()
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H
A
D
pin_auth.cpp
49
return pinAuthUi_->
ShowPinDialog
(jsonObject[PIN_CODE_KEY].get<int32_t>(), authManager);
in ShowAuthInfo()
/foundation/distributedhardware/device_manager/services/implementation/include/ability/
H
A
D
dm_dialog_manager.h
34
void
ShowPinDialog
(const std::string param);
/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H
A
D
pin_auth_ui.cpp
32
int32_t PinAuthUi::
ShowPinDialog
(int32_t code, std::shared_ptr<DmAuthManager> authManager)
in ShowPinDialog()
function in OHOS::DistributedHardware::PinAuthUi
34
LOGI("
ShowPinDialog
start");
in ShowPinDialog()
52
LOGE("
ShowPinDialog
::start ui service fail");
in ShowPinDialog()
55
LOGI("
ShowPinDialog
end");
in ShowPinDialog()
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H
A
D
dm_dialog_manager.cpp
112
void DmDialogManager::
ShowPinDialog
(const std::string param)
in ShowPinDialog()
function in OHOS::DistributedHardware::DmDialogManager
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
1444
DmDialogManager::GetInstance().
ShowPinDialog
(std::to_string(authResponseContext_->code));
in ShowAuthInfoDialog()
Completed in 6 milliseconds