Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp49 static void *OtaUpdateProgressThread(void *usEnv) in OtaUpdateProgressThread() function
79 return pthread_create(&thread, nullptr, OtaUpdateProgressThread, env); in CreateProgressThread()