Home
last modified time | relevance | path

Searched refs:SetExecutor (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Dtask_executor.cpp39 void TaskExecutor::SetExecutor(std::shared_ptr<TaskExecutor::ExecutorPool> executor) in SetExecutor() function in OHOS::NativeRdb::TaskExecutor
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.h34 void SetExecutor(Executor& executor);
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.h34 void SetExecutor(Executor& executor);
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.h34 void SetExecutor(Executor& executor);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h28 void SetExecutor(std::shared_ptr<ExecutorPool> executor);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtask_executor.cpp41 void TaskExecutor::SetExecutor(std::shared_ptr<ExecutorPool> executor) in SetExecutor() function in OHOS::NativeRdb::TaskExecutor
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtask_executor.h75 void SetExecutor(std::shared_ptr<ExecutorPool> executor);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h54 void SetExecutor(std::shared_ptr<Executor> executor) override;
H A Dgeneral_store_mock.cpp164 void GeneralStoreMock::SetExecutor(std::shared_ptr<Executor> executor) {} in SetExecutor() function in OHOS::DistributedData::GeneralStoreMock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h79 void SetExecutor(std::shared_ptr<ExecutorPool> executors);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h122 virtual void SetExecutor(std::shared_ptr<Executor> executor) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h78 void SetExecutor(std::shared_ptr<Executor> executor) override;
H A Dkvdb_general_store.cpp793 void KVDBGeneralStore::SetExecutor(std::shared_ptr<Executor> executor)
H A Dkvdb_service_impl.cpp1357 DeviceMatrix::GetInstance().SetExecutor(bindInfo.executors); in OnBind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h56 void SetExecutor(std::shared_ptr<Executor> executor) override;
H A Drdb_general_store.cpp1129 void RdbGeneralStore::SetExecutor(std::shared_ptr<Executor> executor)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp93 dbStore->SetExecutor(executor_); in GetStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp735 void DeviceMatrix::SetExecutor(std::shared_ptr<ExecutorPool> executors) in SetExecutor() function in OHOS::DistributedData::DeviceMatrix

Completed in 12 milliseconds