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:SuccessAuth
(Results
1 - 11
of
11
) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H
A
D
mock_widget_schedule_node_callback.h
37
MOCK_METHOD1(
SuccessAuth
, void(AuthType authType));
H
A
D
mock_widget_schedule_node.h
32
MOCK_METHOD1(
SuccessAuth
, bool(AuthType));
/base/useriam/user_auth_framework/services/core/inc/
H
A
D
widget_schedule_node_callback.h
41
virtual void
SuccessAuth
(AuthType authType) = 0;
H
A
D
widget_schedule_node.h
61
virtual bool
SuccessAuth
(AuthType authType) = 0;
/base/useriam/user_auth_framework/services/core/src/
H
A
D
widget_schedule_node_impl.h
45
bool
SuccessAuth
(AuthType authType) override;
H
A
D
widget_schedule_node_impl.cpp
133
bool WidgetScheduleNodeImpl::
SuccessAuth
(AuthType authType)
in SuccessAuth()
function in OHOS::UserIam::UserAuth::WidgetScheduleNodeImpl
215
callback->
SuccessAuth
(successAuthType_);
in OnSuccessAuth()
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_context_test.cpp
318
widgetContext->
SuccessAuth
(authType);
in HWTEST_F()
331
widgetContext->
SuccessAuth
(authType);
in HWTEST_F()
349
widgetContext->
SuccessAuth
(authType);
in HWTEST_F()
H
A
D
widget_schedule_node_impl_test.cpp
115
EXPECT_TRUE(schedule->
SuccessAuth
(AuthType::PIN));
in HWTEST_F()
H
A
D
widget_client_test.cpp
79
EXPECT_CALL(*schedule,
SuccessAuth
).WillRepeatedly(Return(true));
in BuildSchedule()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_context.h
74
void
SuccessAuth
(AuthType authType) override;
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_context.cpp
253
schedule_->
SuccessAuth
(authTypeTmp);
in AuthResult()
417
void WidgetContext::
SuccessAuth
(AuthType authType)
in SuccessAuth()
function in OHOS::UserIam::UserAuth::WidgetContext
Completed in 5 milliseconds