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:CoAuthService
(Results
1 - 5
of
5
) sorted by relevance
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
co_auth_service.cpp
50
const bool REGISTER_RESULT = SystemAbility::MakeAndRegisterAbility(
CoAuthService
::GetInstance().get());
54
std::shared_ptr<
CoAuthService
>
CoAuthService
::instance_ = nullptr;
56
std::shared_ptr<
CoAuthService
>
CoAuthService
::GetInstance()
in GetInstance()
62
instance_ = Common::MakeShared<
CoAuthService
>();
in GetInstance()
71
CoAuthService
::
CoAuthService
() : SystemAbility(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, true)
in CoAuthService()
function in OHOS::UserIam::UserAuth::CoAuthService
73
IAM_LOGI("
CoAuthService
init");
in CoAuthService()
76
void
CoAuthService
[all...]
/base/useriam/user_auth_framework/services/ipc/inc/
H
A
D
co_auth_service.h
28
class
CoAuthService
: public SystemAbility, public CoAuthStub {
class
31
DECLARE_SYSTEM_ABILITY(
CoAuthService
);
32
static std::shared_ptr<
CoAuthService
> GetInstance();
34
CoAuthService
();
35
~
CoAuthService
() override = default;
56
static std::shared_ptr<
CoAuthService
> instance_;
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
co_auth_service_test.cpp
65
auto service = Common::MakeShared<
CoAuthService
>();
in HWTEST_F()
101
auto service = Common::MakeShared<
CoAuthService
>();
in HWTEST_F()
116
auto service = Common::MakeShared<
CoAuthService
>();
in HWTEST_F()
/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/
H
A
D
co_auth_service_fuzzer.cpp
124
std::shared_ptr<
CoAuthService
> g_coAuthService =
CoAuthService
::GetInstance();
/base/useriam/user_auth_framework/test/fuzztest/services/coauthstub_fuzzer/
H
A
D
co_auth_stub_fuzzer.cpp
51
CoAuthService
coAuthService;
in FuzzCoAuthStub()
Completed in 2 milliseconds