Home
last modified time | relevance | path

Searched defs:executor (Results 1 - 25 of 251) sorted by relevance

1234567891011

/third_party/node/test/async-hooks/
H A Dtest-promise.js26 function executor(resolve) { function
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_context_menu_ffi.cpp35 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkContextMenuClose() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/concurrency/
H A Dcj_concurrency_ffi.cpp32 auto executor = currentObj->GetTaskExecutor(); in FfiOHOSAceFrameworkPostTaskToMainThread() local
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2107.js19 function executor(resolve) { function
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstopped_state.h23 explicit StoppedState(StateId stateId, PlayExecutor& executor) : State(stateId, "StoppedState", executor) {} in StoppedState() argument
H A Dinit_state.h31 explicit InitState(StateId stateId, PlayExecutor &executor) : State(stateId, "InitState", executor) {} in InitState() argument
H A Didle_state.h24 explicit IdleState(StateId stateId, PlayExecutor& executor) : State(stateId, "IdleState", executor) {} in IdleState() argument
H A Deos_state.h25 explicit EosState(StateId stateId, PlayExecutor& executor) : State(stateId, "EosState", executor) {} in EosState() argument
H A Dpreparing_state.h29 explicit PreparingState(StateId stateId, PlayExecutor& executor) : State(stateId, "PreparingState", executor) in PreparingState() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/menu/
H A Djs_context_menu.cpp46 auto executor = container->GetTaskExecutor(); in Close() local
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Drecording_state.h29 explicit RecordingState(StateId stateId, RecorderExecutor& executor) : State(stateId, "RecordingState", executor) in RecordingState() argument
H A Dpause_state.h28 explicit PauseState(StateId stateId, RecorderExecutor& executor) : State(stateId, "PauseState", executor) in PauseState() argument
H A Dready_state.h29 explicit ReadyState(StateId stateId, RecorderExecutor& executor) : State(stateId, "ReadyState", executor) in ReadyState() argument
H A Dinit_state.h29 explicit InitState(StateId stateId, RecorderExecutor& executor) : State(stateId, "InitState", executor) in InitState() argument
H A Derror_state.h30 explicit ErrorState(StateId stateId, RecorderExecutor& executor) : State(stateId, "ErrorState", executor) in ErrorState() argument
/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() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtask_executor.cpp41 void TaskExecutor::SetExecutor(std::shared_ptr<ExecutorPool> executor) in SetExecutor() argument
/third_party/skia/src/core/
H A DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup() argument
/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_install_executor.cpp85 std::shared_ptr<FirmwareInstall> executor = InstallFactory::GetInstance(installType_); in DoInstall() local
/base/useriam/face_auth/services/src/
H A Dface_auth_driver_hdi.cpp69 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, in ProcessSaCommands() argument
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp67 UserAuth::ResultCode SaCommandManager::ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, in ProcessSaCommands() argument
86 void SaCommandManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor) in OnHdiDisconnect() argument
H A Dfingerprint_auth_driver_hdi.cpp70 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
/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
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dtask_executor.cpp59 TaskExecutor *executor = static_cast<TaskExecutor *>(arg); in ExecuteInThread() local

Completed in 6 milliseconds

1234567891011