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:AUTH
(Results
1 - 19
of
19
) sorted by relevance
/base/useriam/user_auth_framework/interfaces/inner_api/
H
A
D
iam_common_defines.h
125
AUTH
= 1,
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
schedule_node_helper_test.cpp
67
scheduleInfo.scheduleMode = HdiScheduleMode::
AUTH
;
in HWTEST_F()
H
A
D
authentication_impl_test.cpp
274
scheduleInfo.scheduleMode = HdiScheduleMode::
AUTH
;
in HWTEST_F()
/base/account/os_account/frameworks/common/include/
H
A
D
accountmgr_service_ipc_interface_code.h
238
AUTH
,
member in OHOS::AccountSA::AppAccountAuthenticatorInterfaceCode
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H
A
D
domain_plugin.h
113
AUTH
,
enumerator
/base/update/updateservice/services/firmware/common/include/
H
A
D
firmware_common.h
165
AUTH
/base/account/os_account/frameworks/appaccount/native/include/
H
A
D
app_account_common.h
116
AUTH
,
enumerator
/base/useriam/user_auth_framework/services/core/src/
H
A
D
schedule_node_impl.h
50
ScheduleMode scheduleMode {
AUTH
};
/base/account/os_account/frameworks/appaccount/native/src/
H
A
D
app_account_authenticator_stub.cpp
53
case static_cast<uint32_t>(AppAccountAuthenticatorInterfaceCode::
AUTH
):
in OnRemoteRequest()
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_authenticator_proxy.cpp
151
ErrCode result = SendRequest(AppAccountAuthenticatorInterfaceCode::
AUTH
, data, reply);
in Auth()
H
A
D
app_account_authenticator_session.cpp
199
case
AUTH
:
in OnAbilityConnectDone()
H
A
D
app_account_authenticator_session_manager.cpp
105
auto session = std::make_shared<AppAccountAuthenticatorSession>(
AUTH
, request);
in Auth()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_authenticate_test.cpp
586
EXPECT_EQ(mockServicePtr_->OnRemoteRequest(
AUTH
, data, reply, option), ERR_NONE);
in HWTEST_F()
789
EXPECT_EQ(mockServicePtr_->OnRemoteRequest(
AUTH
, data, reply, option), ERR_NONE);
in HWTEST_F()
H
A
D
app_account_authenticator_session_module_test.cpp
244
action =
AUTH
;
in HWTEST_F()
/base/useriam/user_auth_framework/test/unittest/executors/
H
A
D
executor_unit_test.cpp
614
commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE,
AUTH
);
in HWTEST_F()
645
commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE,
AUTH
);
in HWTEST_F()
671
commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE,
AUTH
);
in HWTEST_F()
699
commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE,
AUTH
);
in HWTEST_F()
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H
A
D
framework_executor_callback.cpp
71
case
AUTH
:
in OnBeginExecuteInner()
/base/useriam/user_auth_framework/services/context/src/
H
A
D
remote_executor_stub.cpp
80
return ScheduleMode::
AUTH
;
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
inner_domain_account_manager.cpp
251
case PluginMethodEnum::
AUTH
:
in GetMethodNameByEnum()
617
auto iter = methodMap_.find(PluginMethodEnum::
AUTH
);
in PluginAuth()
619
ACCOUNT_LOGE("Caller method=%{public}d not exsit.", PluginMethodEnum::
AUTH
);
in PluginAuth()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H
A
D
domain_account_client_mock_plugin_so_module_test.cpp
76
{PluginMethodEnum::
AUTH
, reinterpret_cast<void *>(Auth)},
Completed in 20 milliseconds