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
defs:executors
(Results
1 - 25
of
49
) sorted by relevance
1
2
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H
A
D
behaviour_reporter_impl.cpp
31
void BehaviourReporterImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H
A
D
reporter.h
43
void SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H
A
D
database_fault_impl.cpp
36
void DatabaseFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
communication_fault_impl.cpp
25
void CommunicationFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
service_fault_impl.cpp
25
void ServiceFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
runtime_fault_impl.cpp
25
void RuntimeFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/
H
A
D
traffic_statistic_impl.cpp
25
void TrafficStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
visit_statistic_impl.cpp
25
void VisitStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
api_performance_statistic_impl.cpp
25
void ApiPerformanceStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
H
A
D
database_statistic_impl.cpp
25
void DatabaseStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_account_observer.h
37
KvStoreAccountObserver(KvStoreDataService &kvStoreDataService, std::shared_ptr<ExecutorPool>
executors
)
KvStoreAccountObserver()
argument
H
A
D
task_manager.cpp
18
TaskManager::TaskManager(std::shared_ptr<ExecutorPool>
executors
) : executors_(
executors
)
in TaskManager()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
object_asset_loader_test.cpp
104
std::shared_ptr<ExecutorPool>
executors
= std::make_shared<ExecutorPool>(5, 3);
in HWTEST_F()
local
H
A
D
object_asset_machine_test.cpp
80
auto
executors
= std::make_shared<ExecutorPool>(2, 1);
in SetUp()
local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H
A
D
security.h
37
explicit Security(std::shared_ptr<ExecutorPool>
executors
) : executors_(
executors
) {};
in Security()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H
A
D
feature_system.h
43
std::shared_ptr<ExecutorPool>
executors
;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store_cache.cpp
90
void StoreCache::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
task_executor.cpp
68
void TaskExecutor::SetExecutors(std::shared_ptr<ExecutorPool>
executors
)
in SetExecutors()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
communicator_context.cpp
31
void CommunicatorContext::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H
A
D
lifecycle_manager.cpp
113
void LifeCycleManager::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H
A
D
uri_permission_manager.cpp
115
void UriPermissionManager::SetThreadPool(std::shared_ptr<ExecutorPool>
executors
)
in SetThreadPool()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H
A
D
kvstore_data_service_clear_test.cpp
129
auto
executors
= std::make_shared<ExecutorPool>(2, 1);
in HWTEST_F()
local
H
A
D
session_manager_test.cpp
65
auto
executors
= std::make_shared<ExecutorPool>(12, 5);
in SetUpTestCase()
local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H
A
D
account_delegate_default_impl.cpp
80
void AccountDelegateDefaultImpl::BindExecutor(std::shared_ptr<ExecutorPool>
executors
)
in BindExecutor()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H
A
D
installer_impl.cpp
137
Status InstallerImpl::Init(KvStoreDataService *kvStoreDataService, std::shared_ptr<ExecutorPool>
executors
)
in Init()
argument
Completed in 11 milliseconds
1
2