/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | task_executor.cpp | 39 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 D | neural_network_runtime_test.h | 34 void SetExecutor(Executor& executor);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.h | 34 void SetExecutor(Executor& executor);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | task_executor.cpp | 41 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 D | task_executor.h | 28 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 D | neural_network_core_test.h | 34 void SetExecutor(Executor& executor);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_identification.h | 28 MOCK_METHOD1(SetExecutor, void(uint32_t executorIndex));
|
H A D | mock_authentication.h | 28 MOCK_METHOD1(SetExecutor, void(uint32_t executorIndex));
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | identification.h | 42 virtual void SetExecutor(uint32_t executorIndex) = 0;
|
H A D | authentication.h | 66 virtual void SetExecutor(uint32_t executorIndex) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_authentication.h | 29 void SetExecutor(uint32_t executorIndex){}; in SetExecutor() function
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.h | 33 void SetExecutor(uint32_t executorIndex) override;
|
H A D | authentication_impl.h | 33 void SetExecutor(uint32_t executorIndex) override;
|
H A D | identification_impl.cpp | 49 void IdentificationImpl::SetExecutor(uint32_t executorIndex) in SetExecutor() function in OHOS::UserIam::UserAuth::IdentificationImpl
|
H A D | authentication_impl.cpp | 48 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 D | task_executor.h | 75 void SetExecutor(std::shared_ptr<ExecutorPool> executor);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.h | 55 void SetExecutor(std::shared_ptr<Executor> executor) override;
|
H A D | general_store_mock.cpp | 165 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 D | general_store.h | 124 virtual void SetExecutor(std::shared_ptr<Executor> executor) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 79 void SetExecutor(std::shared_ptr<ExecutorPool> executors);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.h | 80 void SetExecutor(std::shared_ptr<Executor> executor) override;
|
H A D | kvdb_general_store.cpp | 801 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 D | rdb_general_store.h | 56 void SetExecutor(std::shared_ptr<Executor> executor) override;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
H A D | auto_cache.cpp | 93 dbStore->SetExecutor(executor_); in GetStore()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 735 void DeviceMatrix::SetExecutor(std::shared_ptr<ExecutorPool> executors) in SetExecutor() function in OHOS::DistributedData::DeviceMatrix
|