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:GetPinCode
(Results
1 - 16
of
16
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H
A
D
hichain_connector_callback.h
26
virtual int32_t
GetPinCode
(int32_t &code) = 0;
40
virtual int32_t
GetPinCode
(int32_t &code) = 0;
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_hichain_auth_connector.h
48
MOCK_METHOD(int32_t,
GetPinCode
, (int32_t &code), (override));
H
A
D
UTTest_hichain_connector.h
53
MOCK_METHOD(int32_t,
GetPinCode
, (int32_t &code), (override));
H
A
D
UTTest_hichain_auth_connector.cpp
69
int32_t
GetPinCode
(int32_t &code) override
172
EXPECT_CALL(*mockCallback,
GetPinCode
(testing::_))
in HWTEST_F()
H
A
D
UTTest_hichain_connector.cpp
64
int32_t
GetPinCode
(int32_t &code)
in GetPinCode()
function in OHOS::DistributedHardware::HiChainConnectorCallbackTest
406
* return values from
GetPinCode
correctly.
417
EXPECT_CALL(*mockCallback,
GetPinCode
(testing::_))
in HWTEST_F()
422
EXPECT_CALL(*mockCallback,
GetPinCode
(testing::_))
in HWTEST_F()
H
A
D
UTTest_dm_auth_manager_first.cpp
294
authManager_->
GetPinCode
(code);
in HWTEST_F()
305
authManager_->
GetPinCode
(code);
in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonfuzztest/onerror_fuzzer/
H
A
D
on_error_fuzzer.cpp
49
int32_t
GetPinCode
(int32_t &code) override
/foundation/distributedhardware/device_manager/test/commonfuzztest/onfinish_fuzzer/
H
A
D
on_finish_fuzzer.cpp
49
int32_t
GetPinCode
(int32_t &code) override
/foundation/distributedhardware/device_manager/test/commonfuzztest/onrequest_fuzzer/
H
A
D
on_request_fuzzer.cpp
48
int32_t
GetPinCode
(int32_t &code) override
/foundation/distributedhardware/device_manager/services/implementation/include/ability/
H
A
D
dm_dialog_manager.h
46
static std::string
GetPinCode
()
in GetPinCode()
function in OHOS::DistributedHardware::DmDialogManager
/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H
A
D
hichain_connector_fuzzer.cpp
49
int32_t
GetPinCode
(int32_t &code) override
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H
A
D
dm_dialog_manager.cpp
197
param["pinCode"] = DmDialogManager::
GetPinCode
();
in OnAbilityConnectDone()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_auth_connector.cpp
105
if (dmDeviceAuthCallback_->
GetPinCode
(pinCode) == ERR_DM_FAILED) {
in onRequest()
H
A
D
hichain_connector.cpp
480
if (hiChainConnectorCallback_->
GetPinCode
(pinCode) == ERR_DM_FAILED) {
in onRequest()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
dm_auth_manager.h
351
* @tc.name: DmAuthManager::
GetPinCode
355
int32_t
GetPinCode
(int32_t &code);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
1373
int32_t DmAuthManager::
GetPinCode
(int32_t &code)
in GetPinCode()
function in OHOS::DistributedHardware::DmAuthManager
1376
LOGE("failed to
GetPinCode
because authResponseContext_ is nullptr");
in GetPinCode()
Completed in 28 milliseconds