Home
last modified time | relevance | path

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

123456

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
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
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
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()
/foundation/communication/netstack/utils/napi_utils/include/
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()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
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
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
Derror_state.h30 …explicit ErrorState(StateId stateId, RecorderExecutor& executor) : State(stateId, "ErrorState", ex… in ErrorState()
Dready_state.h29 …explicit ReadyState(StateId stateId, RecorderExecutor& executor) : State(stateId, "ReadyState", ex… in ReadyState()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_context_menu_ffi.cpp37 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkContextMenuClose() local
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
Dnapi_audio_manager.cpp355 auto executor = [context]() { in SetVolume() local
393 auto executor = [context]() { in GetVolume() local
428 auto executor = [context]() { in GetMaxVolume() local
463 auto executor = [context]() { in GetMinVolume() local
499 auto executor = [context]() { in GetDevices() local
537 auto executor = [context]() { in SetStreamMute() local
574 auto executor = [context]() { in IsStreamMute() local
610 auto executor = [context]() { in IsStreamActive() local
646 auto executor = [context]() { in SetRingerMode() local
674 auto executor = [context]() { in GetRingerMode() local
[all …]
Dnapi_audio_volume_group_manager.cpp273 auto executor = [context]() { in GetVolume() local
345 auto executor = [context]() { in SetVolume() local
390 auto executor = [context]() { in SetVolumeWithFlag() local
428 auto executor = [context]() { in GetMaxVolume() local
494 auto executor = [context]() { in GetMinVolume() local
563 auto executor = [context]() { in SetMute() local
600 auto executor = [context]() { in IsStreamMute() local
671 auto executor = [context]() { in SetRingerMode() local
701 auto executor = [context]() { in GetRingerMode() local
749 auto executor = [context]() { in SetMicrophoneMute() local
[all …]
/foundation/multimedia/media_foundation/engine/scene/player/internal/
Dstopped_state.h23 …explicit StoppedState(StateId stateId, PlayExecutor& executor) : State(stateId, "StoppedState", ex… in StoppedState()
Dpreparing_state.h29 …explicit PreparingState(StateId stateId, PlayExecutor& executor) : State(stateId, "PreparingState"… in PreparingState()
Dinit_state.h31 …explicit InitState(StateId stateId, PlayExecutor &executor) : State(stateId, "InitState", executor… in InitState()
Didle_state.h24 …explicit IdleState(StateId stateId, PlayExecutor& executor) : State(stateId, "IdleState", executor… in IdleState()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
Dnapi_stream_player.cpp725 auto executor = [napiAsyntask]() { in SetSurface() local
775 auto executor = [napiAsyntask]() { in Load() local
823 auto executor = [napiAsyntask]() { in Start() local
873 auto executor = [napiAsyntask]() { in Play() local
906 auto executor = [napiAsyntask]() { in Pause() local
939 auto executor = [napiAsyntask]() { in Stop() local
972 auto executor = [napiAsyntask]() { in Next() local
1005 auto executor = [napiAsyntask]() { in Previous() local
1051 auto executor = [napiAsyntask]() { in Seek() local
1099 auto executor = [napiAsyntask]() { in FastForward() local
[all …]
Dnapi_mirror_player.cpp143 auto executor = [napiAsyntask]() { in Play() local
189 auto executor = [napiAsyntask]() { in Pause() local
235 auto executor = [napiAsyntask]() { in SetSurface() local
284 auto executor = [napiAsyntask]() { in SetAppInfo() local
318 auto executor = [napiAsyntask]() { in Release() local
367 auto executor = [napiAsyntask]() { in ResizeVirtualScreen() local
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
Dnapi_avsession_manager.cpp148 auto executor = [context]() { in CreateAVSession() local
179 auto executor = [context]() { in GetAllSessionDescriptors() local
228 auto executor = [context]() { in GetHistoricalSessionDescriptors() local
279 auto executor = [context]() { in GetHistoricalAVQueueInfos() local
329 auto executor = [context]() { in StartAVPlayback() local
364 auto executor = [context]() { in CreateController() local
420 auto executor = [context]() { in GetAVCastController() local
486 auto executor = [context]() { in CastAudio() local
676 auto executor = [context]() { in SendSystemAVKeyEvent() local
713 auto executor = [context]() { in SendSystemControlCommand() local
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/concurrency/
Dcj_concurrency_ffi.cpp34 auto executor = currentObj->GetTaskExecutor(); in FfiOHOSAceFrameworkPostTaskToMainThread() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
Dneural_network_core_test.cpp1733 OH_NNExecutor* executor = nullptr; variable
1753 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1773 const OH_NNExecutor* executor = nullptr; variable
1791 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1809 const OH_NNExecutor* executor = nullptr; variable
1827 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1845 const OH_NNExecutor* executor = nullptr; variable
1858 const OH_NNExecutor* executor = nullptr; variable
1871 const OH_NNExecutor* executor = nullptr; variable
1896 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dneural_network_core.cpp1308 OH_NN_ReturnCode ExecutorPrepare(Executor** executor, Compilation** compilation) in ExecutorPrepare()
1405 OH_NNExecutor *executor = reinterpret_cast<OH_NNExecutor *>(executorImpl); in OH_NNExecutor_Construct() local
1437 NNRT_API void OH_NNExecutor_Destroy(OH_NNExecutor **executor) in OH_NNExecutor_Destroy()
1471 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetOutputShape(OH_NNExecutor *executor, in OH_NNExecutor_GetOutputShape()
1497 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputC… in OH_NNExecutor_GetInputCount()
1513 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetOutputCount(const OH_NNExecutor *executor, size_t *outpu… in OH_NNExecutor_GetOutputCount()
1529 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t i… in OH_NNExecutor_CreateInputTensorDesc()
1540 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t … in OH_NNExecutor_CreateOutputTensorDesc()
1551 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetInputDimRange(const OH_NNExecutor *executor, in OH_NNExecutor_GetInputDimRange()
1578 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDon… in OH_NNExecutor_SetOnRunDone()
[all …]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
Dtask_executor.cpp39 void TaskExecutor::SetExecutor(std::shared_ptr<TaskExecutor::ExecutorPool> executor) in SetExecutor()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
Dnapi_audio_renderer.cpp340 auto executor = [context]() { in SetRenderRate() local
375 auto executor = [context]() { in GetRenderRate() local
423 auto executor = [context]() { in SetRendererSamplingRate() local
458 auto executor = [context]() { in GetRendererSamplingRate() local
488 auto executor = [context]() { in Start() local
526 auto executor = [context]() { in Write() local
583 auto executor = [context]() { in GetAudioTime() local
640 auto executor = [context]() { in Drain() local
669 auto executor = [context]() { in Flush() local
698 auto executor = [context]() { in Pause() local
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
Dkv_store_manager.cpp25 KvStoreExecutor *&executor) in GetKvStore()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dtask_executor.cpp41 void TaskExecutor::SetExecutor(std::shared_ptr<ExecutorPool> executor) in SetExecutor()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp221 void NeuralNetworkRuntimeTest::SetInputAndOutput(Executor& executor) in SetInputAndOutput()
1137 OH_NNExecutor* executor = OH_NNExecutor_Construct(nnCompilation); variable
1153 OH_NNExecutor * executor = OH_NNExecutor_Construct(nnCompilation); variable
1169 OH_NNExecutor * executor = OH_NNExecutor_Construct(nnCompilation); variable
1295 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1327 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1357 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1387 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1495 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
1522 NNExecutor* executor = new (std::nothrow) NNExecutor( variable
[all …]

123456