Home
last modified time | relevance | path

Searched refs:SetExecutor (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/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
/ohos5.0/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);
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h28 void SetExecutor(std::shared_ptr<ExecutorPool> executor);
/ohos5.0/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);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_identification.h28 MOCK_METHOD1(SetExecutor, void(uint32_t executorIndex));
H A Dmock_authentication.h28 MOCK_METHOD1(SetExecutor, void(uint32_t executorIndex));
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Didentification.h42 virtual void SetExecutor(uint32_t executorIndex) = 0;
H A Dauthentication.h66 virtual void SetExecutor(uint32_t executorIndex) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h29 void SetExecutor(uint32_t executorIndex){}; in SetExecutor() function
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.h33 void SetExecutor(uint32_t executorIndex) override;
H A Dauthentication_impl.h33 void SetExecutor(uint32_t executorIndex) override;
H A Didentification_impl.cpp49 void IdentificationImpl::SetExecutor(uint32_t executorIndex) in SetExecutor() function in OHOS::UserIam::UserAuth::IdentificationImpl
H A Dauthentication_impl.cpp48 void AuthenticationImpl::SetExecutor(uint32_t executorIndex) in SetExecutor() function in OHOS::UserIam::UserAuth::AuthenticationImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtask_executor.h75 void SetExecutor(std::shared_ptr<ExecutorPool> executor);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h55 void SetExecutor(std::shared_ptr<Executor> executor) override;
H A Dgeneral_store_mock.cpp165 void GeneralStoreMock::SetExecutor(std::shared_ptr<Executor> executor) in SetExecutor() function in OHOS::DistributedData::GeneralStoreMock
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h124 virtual void SetExecutor(std::shared_ptr<Executor> executor) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h79 void SetExecutor(std::shared_ptr<ExecutorPool> executors);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h80 void SetExecutor(std::shared_ptr<Executor> executor) override;
H A Dkvdb_general_store.cpp801 void KVDBGeneralStore::SetExecutor(std::shared_ptr<Executor> executor) in SetExecutor() function in OHOS::DistributedKv::KVDBGeneralStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h56 void SetExecutor(std::shared_ptr<Executor> executor) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp93 dbStore->SetExecutor(executor_); in GetStore()
/ohos5.0/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

12