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:ContextPool
(Results
1 - 22
of
22
) sorted by relevance
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H
A
D
context_pool_impl_fuzzer.cpp
51
ContextPool
::Instance().GetNewContextId();
in FillTest()
58
ContextPool
::Instance().Insert(context);
in FillTest()
60
ContextPool
::Instance().Delete(parcel.ReadUint64());
in FillTest()
62
ContextPool
::Instance().CancelAll();
in FillTest()
64
ContextPool
::Instance().Select(parcel.ReadUint64());
in FillTest()
66
ContextPool
::Instance().Select(static_cast<ContextType>(parcel.ReadUint32()));
in FillTest()
68
ContextPool
::Instance().SelectScheduleNodeByScheduleId(parcel.ReadUint64());
in FillTest()
71
ContextPool
::Instance().RegisterContextPoolListener(listener);
in FillTest()
73
ContextPool
::Instance().DeregisterContextPoolListener(listener);
in FillTest()
/base/useriam/user_auth_framework/services/context/src/
H
A
D
context_factory.cpp
38
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateSimpleAuthContext()
51
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateIdentifyContext()
63
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateEnrollContext()
82
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateWidgetContext()
91
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateRemoteAuthContext()
111
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateRemoteAuthInvokerContext()
120
uint64_t newContextId =
ContextPool
::GetNewContextId();
in CreateScheduleHolderContext()
H
A
D
context_pool_impl.cpp
51
class ContextPoolImpl final : public
ContextPool
, public Singleton<ContextPoolImpl> {
185
ContextPool
&
ContextPool
::Instance()
in Instance()
190
uint64_t
ContextPool
::GetNewContextId()
in GetNewContextId()
204
ContextPool
::Instance().Select(contextId).lock() != nullptr) {
in GetNewContextId()
H
A
D
context_helper.cpp
37
auto result =
ContextPool
::Instance().Delete(contextId_);
in operator ()()
H
A
D
context_death_recipient.cpp
97
auto context =
ContextPool
::Instance().Select(contextId_).lock();
in OnRemoteDied()
H
A
D
context_appstate_observer.cpp
142
auto context =
ContextPool
::Instance().Select(contextId_).lock();
in ProcAppStateChanged()
H
A
D
remote_executor_stub.cpp
223
ContextPool
::Instance().Delete(contextId_.value());
in ~RemoteExecutorStub()
279
bool addContextRet =
ContextPool
::Instance().Insert(context);
in ProcBeginExecuteRequest()
H
A
D
remote_auth_service.cpp
161
if (context == nullptr || !
ContextPool
::Instance().Insert(context)) {
in StartRemoteAuthContext()
H
A
D
widget_context.cpp
185
if (context == nullptr || !
ContextPool
::Instance().Insert(context)) {
in BuildTask()
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
context_pool_test.cpp
47
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
53
auto &pool1 =
ContextPool
::Instance();
in HWTEST_F()
54
auto &pool2 =
ContextPool
::Instance();
in HWTEST_F()
62
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
73
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
86
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
96
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
126
auto &pool =
ContextPool
::Instance();
in HWTEST_F()
132
std::shared_ptr<
ContextPool
::ContextPoolListener> listener = nullptr;
in HWTEST_F()
146
auto &pool =
ContextPool
in HWTEST_F()
[all...]
H
A
D
executor_messenger_service_test.cpp
87
EXPECT_TRUE(
ContextPool
::Instance().Insert(context));
in HWTEST_F()
99
EXPECT_TRUE(
ContextPool
::Instance().Delete(testContextId));
in HWTEST_F()
H
A
D
user_idm_service_test.cpp
95
EXPECT_TRUE(
ContextPool
::Instance().Insert(context));
in HWTEST_F()
362
auto contextList =
ContextPool
::Instance().Select(CONTEXT_ENROLL);
in MockForAddCredentialHdi()
554
EXPECT_TRUE(
ContextPool
::Instance().Insert(context));
in HWTEST_F()
H
A
D
user_auth_service_test.cpp
479
context =
ContextPool
::Instance().Select(contextId).lock();
in MockForUserAuthHdi()
706
context =
ContextPool
::Instance().Select(contextId).lock();
in MockForIdentifyHdi()
792
EXPECT_TRUE(
ContextPool
::Instance().Insert(context));
in HWTEST_F()
799
EXPECT_TRUE(
ContextPool
::Instance().Delete(testContextId));
in HWTEST_F()
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
executor_messenger_service.cpp
44
auto scheduleNode =
ContextPool
::Instance().SelectScheduleNodeByScheduleId(scheduleId);
in SendData()
60
auto scheduleNode =
ContextPool
::Instance().SelectScheduleNodeByScheduleId(scheduleId);
in Finish()
H
A
D
hdi_message_callback_service.cpp
50
std::shared_ptr<ScheduleNode> scheduleNode =
ContextPool
::Instance().SelectScheduleNodeByScheduleId(scheduleId);
in OnMessage()
H
A
D
user_idm_service.cpp
75
auto contextList =
ContextPool
::Instance().Select(CONTEXT_ENROLL);
in OpenSession()
80
ContextPool
::Instance().Delete(ctx->GetContextId());
in OpenSession()
210
if (context == nullptr || !
ContextPool
::Instance().Insert(context)) {
in StartEnroll()
305
if (
ContextPool
::Instance().Select(CONTEXT_ENROLL).size() == 0) {
in CancelCurrentEnrollIfExist()
316
auto contextList =
ContextPool
::Instance().Select(CONTEXT_ENROLL);
in CancelCurrentEnroll()
322
ContextPool
::Instance().Delete(ctx->GetContextId());
in CancelCurrentEnroll()
H
A
D
user_auth_service.cpp
453
if (context == nullptr || !
ContextPool
::Instance().Insert(context)) {
in StartAuthContext()
479
if (context == nullptr || !
ContextPool
::Instance().Insert(context)) {
in StartRemoteAuthInvokerContext()
710
if (!
ContextPool
::Instance().Insert(context)) {
in Identify()
738
auto context =
ContextPool
::Instance().Select(contextId).lock();
in CancelAuthOrIdentify()
987
ret =
ContextPool
::Instance().Insert(context);
in Insert2ContextPool()
H
A
D
template_cache_manager.cpp
101
ContextPool
::Instance().CancelAll();
in OnRemoveSystemAbility()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
context_pool.h
26
class
ContextPool
{
class
34
static
ContextPool
&Instance();
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H
A
D
mock_context_pool_listener.h
26
class MockContextPoolListener final : public
ContextPool
::ContextPoolListener {
38
static std::shared_ptr<
ContextPool
::ContextPoolListener> Create(const Callback &callback)
in Create()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H
A
D
dummy_context_pool_listener.h
33
class DummyContextPoolListener : public
ContextPool
::ContextPoolListener {
H
A
D
dummy_context_pool.h
33
class DummyContextPool : public
ContextPool
{
46
static
ContextPool
&Instance();
Completed in 16 milliseconds