Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 175) sorted by relevance

1234567

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp45 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInput(OH_NNExecutor *executor, in OH_NNExecutor_SetInput()
69 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutput(OH_NNExecutor *executor, in OH_NNExecutor_SetOutput()
89 NNRT_API OH_NN_ReturnCode OH_NNExecutor_Run(OH_NNExecutor *executor) in OH_NNExecutor_Run()
100 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateInputMemory(OH_NNExecutor *executor, uint32_t inputInd… in OH_NNExecutor_AllocateInputMemory()
122 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputI… in OH_NNExecutor_AllocateOutputMemory()
144 NNRT_API void OH_NNExecutor_DestroyInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, OH_NN_… in OH_NNExecutor_DestroyInputMemory()
169 NNRT_API void OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_N… in OH_NNExecutor_DestroyOutputMemory()
194 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetInputWithMemory()
214 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetOutputWithMemory()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp56 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) in ProcessSaCommand()
81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> exe… in OnHdiDisconnect()
105 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in EnableSensorIllumination()
147 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in DisableSensorIllumination()
169 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOnSensorIllumination()
188 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOffSensorIllumination()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp368 shared_ptr<Executor> executor; variable
388 shared_ptr<Executor> executor; variable
411 shared_ptr<Executor> executor; variable
438 shared_ptr<Executor> executor; variable
488 shared_ptr<Executor> executor; variable
526 shared_ptr<Executor> executor; variable
552 shared_ptr<Executor> executor; variable
585 shared_ptr<Executor> executor; variable
629 shared_ptr<Executor> executor; variable
655 shared_ptr<Executor> executor; variable
[all …]
H A Dauth_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
105 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
134 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
151 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
178 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
198 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
225 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
249 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
H A Denroll_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
H A Didentify_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
/ohos5.0/base/useriam/face_auth/services/src/
H A Dscreen_brightness_manager.cpp57 …ultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> exe… in ProcessSaCommand()
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect()
99 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseBegin()
134 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseEnd()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp58 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local
75 for (const auto &executor : executorList_) { in OnHdiDisconnect() local
93 for (const auto &executor : executorList_) { in OnFrameworkReady() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp69 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand() local
97 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand() local
123 auto executor = executorIt->second; in ProcessDeviceCommandImmediately() local
171 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline() local
248 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local
273 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; in GetExecutorChannel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_clipboard.cpp44 auto executor = container->GetTaskExecutor(); in Get() local
67 auto executor = container->GetTaskExecutor(); in Set() local
81 auto executor = container->GetTaskExecutor(); in Clear() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp36 …mandBase::AsyncCommandBase(std::string type, uint64_t scheduleId, std::weak_ptr<Executor> executor, in AsyncCommandBase()
58 auto executor = executor_.lock(); in StartProcess() local
135 std::shared_ptr<Executor> executor = executor_.lock(); in OnMessageInner() local
156 auto executor = executor_.lock(); in GetAuthType() local
167 auto executor = executor_.lock(); in EndProcess() local
190 auto executor = executor_.lock(); in GetExecutorHdi() local
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dfingerprint_auth_interface_service.cpp41 auto executor = new (std::nothrow) AllInOneExecutorImpl(); in FingerprintAuthInterfaceService() local
52 for (auto executor : executorList_) { in GetExecutorList() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp38 std::shared_ptr<WifiDirectExecutor> executor; in ConnectDevice() local
78 std::shared_ptr<WifiDirectExecutor> executor; in DisconnectDevice() local
98 std::shared_ptr<WifiDirectExecutor> executor; in ForceDisconnectDevice() local
110 bool WifiDirectScheduler::ProcessNextCommand(WifiDirectExecutor *executor, in ProcessNextCommand()
160 std::shared_ptr<WifiDirectExecutor> &executor) in ScheduleActiveCommand()
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_driver_hdi_unit_test.cpp138 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0302() local
162 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0402() local
189 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0502() local
212 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0602() local
H A Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) { in __anon3b3ef3d10102()
113 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon3b3ef3d10202()
135 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon3b3ef3d10302()
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dface_auth_interface_service.cpp42 auto executor = new (std::nothrow) AllInOneExecutorImpl(); in FaceAuthInterfaceService() local
53 for (auto executor : executorList_) { in GetExecutorList() local
/ohos5.0/base/useriam/pin_auth/services/modules/driver/src/
H A Dpin_auth_driver_hdi.cpp48 auto executor = Common::MakeShared<PinAuthAllInOneHdi>(iAllInOne); in GetAllInOneExecutorList() local
66 auto executor = Common::MakeShared<PinAuthCollectorHdi>(iCollector); in GetCollectorExecutorList() local
84 auto executor = Common::MakeShared<PinAuthVerifierHdi>(iVerifier); in GetVerifierExecutorList() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp40 FrameworkExecutorCallback::FrameworkExecutorCallback(std::weak_ptr<Executor> executor) : executor_(… in FrameworkExecutorCallback()
103 auto executor = executor_.lock(); in OnMessengerReady() local
161 auto executor = executor_.lock(); in OnSendData() local
202 auto executor = executor_.lock(); in ProcessAuthCommand() local
228 auto executor = executor_.lock(); in ProcessCancelCommand() local
241 auto executor = executor_.lock(); in ProcessDeleteTemplateCommand() local
271 auto executor = executor_.lock(); in ProcessSetCachedTemplates() local
289 auto executor = executor_.lock(); in ProcessNotifyExecutorReady() local
324 auto executor = executor_.lock(); in ProcessGetPropertyCommand() local
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_driver_hdi_unit_test.cpp139 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon02edc4eb0302() local
163 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon02edc4eb0402() local
190 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon02edc4eb0502() local
213 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon02edc4eb0602() local
H A Dsa_command_manager_unit_test.cpp90 .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) { in __anonb73e9b980102()
113 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anonb73e9b980202()
135 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anonb73e9b980302()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h44 … bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor, in InterfaceWithManagerWrapper()
94 … bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor, in InterfaceWithSharedManager()
145 … const std::string &asyncWorkName, AsyncWorkExecutor executor, in InterfaceWithOutAsyncWorkWithManagerWrapper()
194 … const std::string &asyncWorkName, AsyncWorkExecutor executor, in InterfaceWithOutAsyncWorkWithSharedManager()
242 bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor, in Interface()
290 AsyncWorkExecutor executor, AsyncWorkCallback callback) in InterfaceWithOutAsyncWork()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
H A Dcj_persistent_storage_ffi.cpp33 auto executor = container->GetTaskExecutor(); in GetValueFromStorage() local
48 auto executor = container->GetTaskExecutor(); in SetValueToStorage() local
191 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkPersistentDelete() local
205 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkPersistentClear() local
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Derror_state.h30 …explicit ErrorState(StateId stateId, RecorderExecutor& executor) : State(stateId, "ErrorState", ex… in ErrorState()
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp277 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
290 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
305 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
320 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
333 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
347 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
361 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
376 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
392 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
408 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_context_menu_ffi.cpp37 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkContextMenuClose() local

1234567