Home
last modified time | relevance | path

Searched refs:StartEventHandler (Results 1 - 18 of 18) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h36 void StartEventHandler();
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp129 * @tc.desc: Verify the StartEventHandler
138 operation.StartEventHandler(config1); in HWTEST_F()
143 operation.StartEventHandler(config2); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp87 eventThread_ = std::thread([this]() { this->StartEventHandler(); }); in InitDCameraPipEvent()
94 void DCameraPipelineSource::StartEventHandler() in StartEventHandler() function in OHOS::DistributedHardware::DCameraPipelineSource
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp52 eventThread_ = std::thread([this]() { this->StartEventHandler(); }); in Init()
59 void DCameraSinkDataProcess::StartEventHandler() in StartEventHandler() function in OHOS::DistributedHardware::DCameraSinkDataProcess
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp74 eventThread_ = std::thread(&StorageMonitorService::StartEventHandler, this); in StartStorageMonitorTask()
84 void StorageMonitorService::StartEventHandler() in StartEventHandler() function in OHOS::StorageManager::StorageMonitorService
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp50 eventThread_ = std::thread([this, &config] { this->StartEventHandler(config); }); in Init()
53 void BootAnimationOperation::StartEventHandler(const BootAnimationConfig& config) in StartEventHandler() function in BootAnimationOperation
55 LOGI("StartEventHandler"); in StartEventHandler()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
H A Ddcamera_pipeline_source.h53 void StartEventHandler();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_data_process.h52 void StartEventHandler();
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_operation.h46 void StartEventHandler(const BootAnimationConfig& config);
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h105 int32_t StartEventHandler();
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h128 void StartEventHandler();
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp142 StartEventHandler(); in Enable()
157 int32_t Context::StartEventHandler() in StartEventHandler() function in OHOS::Msdp::DeviceStatus::Cooperate::Context
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h97 void StartEventHandler();
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h140 void StartEventHandler();
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp98 eventThread_ = std::thread([this]() { this->StartEventHandler(); }); in InitCodecEvent()
105 void DecodeDataProcess::StartEventHandler() in StartEventHandler() function in OHOS::DistributedHardware::DecodeDataProcess
H A Ddecode_data_process_common.cpp98 eventThread_ = std::thread([this]() { this->StartEventHandler(); }); in InitCodecEvent()
105 void DecodeDataProcess::StartEventHandler() in StartEventHandler() function in OHOS::DistributedHardware::DecodeDataProcess
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp111 StartEventHandler(); in OnStart()
757 void Daemon::StartEventHandler() in StartEventHandler() function in OHOS::Storage::DistributedFile::Daemon
759 LOGI("StartEventHandler begin"); in StartEventHandler()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp215 eventThread_ = std::thread(&DSchedContinue::StartEventHandler, this); in Init()
224 void DSchedContinue::StartEventHandler() in StartEventHandler() function in OHOS::DistributedSchedule::DSchedContinue

Completed in 12 milliseconds