/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | hiview_adapter.cpp | 90 …ViewAdapter::ReportFault(int dfxCode, const FaultMsg &msg, std::shared_ptr<ExecutorPool> executors) in ReportFault() 122 …Adapter::ReportDBFault(int dfxCode, const DBFaultMsg &msg, std::shared_ptr<ExecutorPool> executors) in ReportDBFault() 154 …ter::ReportCommFault(int dfxCode, const CommFaultMsg &msg, std::shared_ptr<ExecutorPool> executors) in ReportCommFault() 192 …ter::ReportBehaviour(int dfxCode, const BehaviourMsg &msg, std::shared_ptr<ExecutorPool> executors) in ReportBehaviour() 227 …::ReportDatabaseStatistic(int dfxCode, const DbStat &stat, std::shared_ptr<ExecutorPool> executors) in ReportDatabaseStatistic() 303 std::shared_ptr<ExecutorPool> executors) in ReportTrafficStatistic() 358 …::ReportVisitStatistic(int dfxCode, const VisitStat &stat, std::shared_ptr<ExecutorPool> executors) in ReportVisitStatistic() 407 std::shared_ptr<ExecutorPool> executors) in ReportApiPerformanceStatistic() 433 int dfxCode, const UdmfBehaviourMsg &msg, std::shared_ptr<ExecutorPool> executors) in ReportUdmfBehaviour() 508 void HiViewAdapter::StartTimerThread(std::shared_ptr<ExecutorPool> executors) in StartTimerThread()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | reporter.h | 43 void SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | communication_fault_impl.cpp | 25 void CommunicationFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | runtime_fault_impl.cpp | 25 void RuntimeFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | service_fault_impl.cpp | 25 void ServiceFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | database_fault_impl.cpp | 36 void DatabaseFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/ |
H A D | api_performance_statistic_impl.cpp | 25 void ApiPerformanceStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | database_statistic_impl.cpp | 25 void DatabaseStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | traffic_statistic_impl.cpp | 25 void TrafficStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
H A D | visit_statistic_impl.cpp | 25 void VisitStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/ |
H A D | hiview_base_adapter.h | 33 void SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_account_observer.h | 38 std::shared_ptr<ExecutorPool> executors) in KvStoreAccountObserver()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _schedule_info_v10.md | 59 ### executors subsection
|
H A D | _schedule_info_v12.md | 55 ### executors subsection
|
H A D | _schedule_info_v1__1_v11.md | 56 ### executors subsection
|
H A D | _schedule_info_v1__1_v12.md | 52 ### executors subsection
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/ |
H A D | feature_system.h | 43 std::shared_ptr<ExecutorPool> executors; member
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | upgrade_manager.cpp | 37 void UpgradeManager::Init(std::shared_ptr<ExecutorPool> executors) in Init()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | executor_pool_test.cpp | 174 auto executors = std::make_shared<ExecutorPool>(1, 0); variable 200 auto executors = std::make_shared<ExecutorPool>(1, 1); variable
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|