Home
last modified time | relevance | path

Searched refs:DoWork (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_executor_test.cpp63 EXPECT_EQ(Command_->DoWork(), false);
76 EXPECT_EQ(Command_->DoWork(), false);
125 Command_->DoWork();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_executor.cpp39 if (!DoWork()) { in WaitWorkDone()
69 bool ShellCommandExecutor::DoWork() in DoWork() function in OHOS::AAFwk::ShellCommandExecutor
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_uv_queue.cpp64 int ret = uv_queue_work(loop_, work, DoWork, DoUvCallback); in AsyncCall()
116 int ret = uv_queue_work(loop_, work, DoWork, DoUvPromise); in AsyncPromise()
183 void UvQueue::DoWork(uv_work_t *work) in DoWork() function in OHOS::AppDataMgrJsKit::UvQueue
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_executor.h51 bool DoWork();
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h39 void DoWork();
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_timer.cpp106 ThermalDfx::GetInstance().DoWork(); in LoopingThreadEntry()
H A Dthermal_dfx.cpp418 void ThermalDfx::DoWork() in DoWork() function in OHOS::HDI::Thermal::V1_1::ThermalDfx
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_uv_queue.h73 static void DoWork(uv_work_t *work);
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_log_test.cpp68 hdfLog.DoWork();