Home
last modified time | relevance | path

Searched defs:executor (Results 76 – 100 of 175) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dalert_dialog_model_impl.cpp43 auto executor = container->GetTaskExecutor(); in SetShowDialog() local
H A Daction_sheet_model_impl.cpp31 auto executor = container->GetTaskExecutor(); in ShowActionSheet() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/
H A Daudio_renderer_unit_test.h67 void Install(std::function<void(size_t)> executor) in Install()
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_sensor_illumination_test.cpp103 auto executor = Common::MakeShared<FingerprintAllInOneExecutorHdi>(nullptr); variable
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dmodule_template.h37 … bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor, in InterfaceWithoutManager()
70 bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor, in Interface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp179 RefPtr<TaskExecutor>& executor) in GetTaskExecutor()
269 RefPtr<TaskExecutor> executor = nullptr; in Create() local
313 void ComponentSnapshot::PostDelayedTaskOfBuiler(const RefPtr<TaskExecutor>& executor, JsCallback&& … in PostDelayedTaskOfBuiler()
413 RefPtr<TaskExecutor> executor = nullptr; in CreateSync() local
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp236 auto executor = [createTimerContext]() { in CreateTimer() local
276 auto executor = [startTimerContext]() { in StartTimer() local
305 auto executor = [stopTimerContext]() { in StopTimer() local
333 auto executor = [destroyTimerContext]() { in DestroyTimer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
H A Dcj_environment.cpp40 auto executor = container->GetTaskExecutor(); in FfiOHOSAceFrameworkEnvironmentGetAccessibilityEnabled() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/include/
H A Daudio_capturer_unit_test.h62 void Install(std::function<void(size_t)> executor) in Install()
/ohos5.0/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
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_worker.h36 DfxTask(DfxExecute executor, DfxData *data) : executor_(executor), data_(data), in DfxTask()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_routing_manager.cpp212 auto executor = [context]() { in GetDevices() local
276 auto executor = [context]() { in SelectOutputDevice() local
312 auto executor = [context]() { in SelectOutputDeviceByFilter() local
350 auto executor = [context]() { in SelectInputDevice() local
389 auto executor = [context]() { in SelectInputDeviceByFilter() local
434 auto executor = [context]() { in SetCommunicationDevice() local
473 auto executor = [context]() { in IsCommunicationDeviceActive() local
531 auto executor = [context]() { in GetActiveOutputDeviceDescriptors() local
570 auto executor = [context]() { in GetPreferredOutputDeviceForRendererInfo() local
662 auto executor = [context]() { in GetPreferredInputDeviceForCapturerInfo() local
[all …]
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_driver_hdi.cpp69 auto executor = Common::MakeShared<FaceAuthAllInOneExecutorHdi>(iExecutor); in GetExecutorList() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/cloudservicestub_fuzzer/
H A Dcloudservicestub_fuzzer.cpp71 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcollect_command.cpp30 CollectCommand::CollectCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in CollectCommand()
H A Didentify_command.cpp28 IdentifyCommand::IdentifyCommand(std::weak_ptr<Executor> executor, uint64_t scheduleId, in IdentifyCommand()
H A Dcustom_command.cpp36 CustomCommand::CustomCommand(std::weak_ptr<Executor> executor, const Attributes &attributes) in CustomCommand()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp147 RemoteExecutor *executor = GetAndIncRemoteExector(); in Close() local
240 auto executor = new (std::nothrow) RemoteExecutor(); in InitInnerSource() local
820 RemoteExecutor *executor = GetAndIncRemoteExector(); in OfflineHandleByDevice() local
1094 RemoteExecutor *executor = GetAndIncRemoteExector(); in RemoteQuery() local
1106 RemoteExecutor *executor = GetAndIncRemoteExector(); in NotifyConnectionClosed() local
1117 RemoteExecutor *executor = GetAndIncRemoteExector(); in NotifyUserChange() local
1133 void SyncEngine::SetRemoteExector(RemoteExecutor *executor) in SetRemoteExector()
1200 RemoteExecutor *executor = GetAndIncRemoteExector(); in HandleRemoteExecutorMsg() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_ability_manager.cpp31 void ExtensionAbilityManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c230 ExecutorInfoHal *executor = (ExecutorInfoHal *)tempNode->data; in MountExecutorOnce() local
311 const ExecutorInfoHal *executor = coAuthSchedule->executors + i; in GetScheduleVerifierSensorHint() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.cpp297 auto executor = [context]() { in GetCapturerInfo() local
346 auto executor = [context]() { in GetStreamInfo() local
395 auto executor = [context]() { in Start() local
468 auto executor = [context]() { in Read() local
493 auto executor = [context]() { in GetAudioTime() local
549 auto executor = [context]() { in Stop() local
578 auto executor = [context]() { in Release() local
607 auto executor = [context]() { in GetBufferSize() local
656 auto executor = [context]() { in GetAudioStreamId() local
788 auto executor = [context]() { in GetOverflowCount() local
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller.cpp161 auto executor = [context]() { in SendControlCommand() local
210 auto executor = [context]() { in Start() local
260 auto executor = [context]() { in Prepare() local
293 auto executor = [context]() { in GetDuration() local
336 auto executor = [context]() { in GetCastAVPlaybackState() local
379 auto executor = [context]() { in GetCurrentItem() local
422 auto executor = [context]() { in GetValidCommands() local
469 auto executor = [context]() { in Release() local
516 auto executor = [context]() { in SetDisplaySurface() local
572 auto executor = [context]() { in ProcessMediaKeyResponse() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.cpp86 const std::shared_ptr<InsightIntentExecutor>& executor) in AddInsightIntentExecutor()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp45 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Drecording_setting_state.h29 explicit RecordingSettingState(StateId stateId, RecorderExecutor& executor) in RecordingSettingState()

1234567