Searched refs:SendFailBackWork (Results 1 – 2 of 2) sorted by relevance
53 static void SendFailBackWork(uv_work_t *work, int statusIn);
101 uv_queue_work(loop, work, [](uv_work_t *work) { (void)work; }, SendFailBackWork); in SilentInstall()170 void HspSilentInstallNapi::SendFailBackWork(uv_work_t *work, int statusIn) in SendFailBackWork() function in OHOS::NavPushPathHelper::HspSilentInstallNapi