Home
last modified time | relevance | path

Searched refs:BindExecutor (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_default_impl.h32 void BindExecutor(std::shared_ptr<ExecutorPool> executors) override;
H A Daccount_delegate_default_impl.cpp80 void AccountDelegateDefaultImpl::BindExecutor(std::shared_ptr<ExecutorPool> executors) in BindExecutor() function in OHOS::DistributedKv::AccountDelegateDefaultImpl
H A Daccount_delegate_normal_impl.h37 void BindExecutor(std::shared_ptr<ExecutorPool> executors) override;
H A Daccount_delegate_normal_impl.cpp196 void AccountDelegateNormalImpl::BindExecutor(std::shared_ptr<ExecutorPool> executors) in BindExecutor() function in OHOS::DistributedKv::AccountDelegateNormalImpl
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dwifi_direct_processor.h36 void BindExecutor(WifiDirectExecutor *executor) in BindExecutor() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H A Daccount_delegate.h72 API_EXPORT virtual void BindExecutor(std::shared_ptr<ExecutorPool> executors) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor.cpp65 processor_->BindExecutor(this); in Run()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp65 KvStoreMetaManager::GetInstance().BindExecutor(std::make_shared<ExecutorPool>(12, 5));
H A Dsession_manager_test.cpp69 KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
H A Dkvstore_data_service_clear_test.cpp131 KvStoreMetaManager::GetInstance().BindExecutor(executors);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.h60 void BindExecutor(std::shared_ptr<ExecutorPool> executors);
H A Dkvstore_data_service.cpp126 KvStoreMetaManager::GetInstance().BindExecutor(executors_); in Initialize()
272 AccountDelegate::GetInstance()->BindExecutor(executors_); in OnStart()
H A Dkvstore_meta_manager.cpp435 void KvStoreMetaManager::BindExecutor(std::shared_ptr<ExecutorPool> executors) in BindExecutor() function in OHOS::DistributedKv::KvStoreMetaManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp103 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
H A Dudmf_run_time_store_test.cpp80 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
H A Dkvdb_service_impl_test.cpp605 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp247 AccountDelegate::GetInstance()->BindExecutor(executor);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp50 KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()