/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/ |
H A D | account_delegate_default_impl.h | 32 void BindExecutor(std::shared_ptr<ExecutorPool> executors) override;
|
H A D | account_delegate_default_impl.cpp | 80 void AccountDelegateDefaultImpl::BindExecutor(std::shared_ptr<ExecutorPool> executors) in BindExecutor() function in OHOS::DistributedKv::AccountDelegateDefaultImpl
|
H A D | account_delegate_normal_impl.h | 37 void BindExecutor(std::shared_ptr<ExecutorPool> executors) override;
|
H A D | account_delegate_normal_impl.cpp | 196 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 D | wifi_direct_processor.h | 36 void BindExecutor(WifiDirectExecutor *executor) in BindExecutor() function
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/ |
H A D | account_delegate.h | 72 API_EXPORT virtual void BindExecutor(std::shared_ptr<ExecutorPool> executors) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_executor.cpp | 65 processor_->BindExecutor(this); in Run()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/ |
H A D | kvstore_data_service_test.cpp | 65 KvStoreMetaManager::GetInstance().BindExecutor(std::make_shared<ExecutorPool>(12, 5));
|
H A D | session_manager_test.cpp | 69 KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
|
H A D | kvstore_data_service_clear_test.cpp | 131 KvStoreMetaManager::GetInstance().BindExecutor(executors);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.h | 60 void BindExecutor(std::shared_ptr<ExecutorPool> executors);
|
H A D | kvstore_data_service.cpp | 126 KvStoreMetaManager::GetInstance().BindExecutor(executors_); in Initialize() 272 AccountDelegate::GetInstance()->BindExecutor(executors_); in OnStart()
|
H A D | kvstore_meta_manager.cpp | 435 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 D | meta_data_test.cpp | 103 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
|
H A D | udmf_run_time_store_test.cpp | 80 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
|
H A D | kvdb_service_impl_test.cpp | 605 DistributedKv::KvStoreMetaManager::GetInstance().BindExecutor(executors);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/ |
H A D | account_delegate_test.cpp | 247 AccountDelegate::GetInstance()->BindExecutor(executor);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | meta_data_test.cpp | 50 KvStoreMetaManager::GetInstance().BindExecutor(executors); in SetUpTestCase()
|