Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dupdate_progress.h27 int32_t CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread);
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dupdate_progress_unittest.cpp63 EXPECT_EQ(CreateProgressThread(&env, thread), 0);
/ohos5.0/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread() function
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp412 ret = CreateProgressThread(env, thread); in ExecUpdate()