Home
last modified time | relevance | path

Searched defs:executors (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp90 …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 Dreporter.h43 void SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Dcommunication_fault_impl.cpp25 void CommunicationFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Druntime_fault_impl.cpp25 void RuntimeFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Dservice_fault_impl.cpp25 void ServiceFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Ddatabase_fault_impl.cpp36 void DatabaseFaultImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/
H A Dapi_performance_statistic_impl.cpp25 void ApiPerformanceStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Ddatabase_statistic_impl.cpp25 void DatabaseStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Dtraffic_statistic_impl.cpp25 void TrafficStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
H A Dvisit_statistic_impl.cpp25 void VisitStatisticImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_base_adapter.h33 void SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H A Dbehaviour_reporter_impl.cpp31 void BehaviourReporterImpl::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.h38 std::shared_ptr<ExecutorPool> executors) in KvStoreAccountObserver()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_schedule_info_v10.md59 ### executors subsection
H A D_schedule_info_v12.md55 ### executors subsection
H A D_schedule_info_v1__1_v11.md56 ### executors subsection
H A D_schedule_info_v1__1_v12.md52 ### executors subsection
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.h37 explicit Security(std::shared_ptr<ExecutorPool> executors) : executors_(executors) {}; in Security()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h43 std::shared_ptr<ExecutorPool> executors; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp68 void TaskExecutor::SetExecutors(std::shared_ptr<ExecutorPool> executors) in SetExecutors()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp37 void UpgradeManager::Init(std::shared_ptr<ExecutorPool> executors) in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dexecutor_pool_test.cpp174 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 Dstore_cache.cpp90 void StoreCache::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_default_impl.cpp80 void AccountDelegateDefaultImpl::BindExecutor(std::shared_ptr<ExecutorPool> executors) in BindExecutor()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H A Dlifecycle_manager.cpp113 void LifeCycleManager::SetThreadPool(std::shared_ptr<ExecutorPool> executors) in SetThreadPool()

123