Searched refs:DiffTime (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/lite/ |
H A D | appspawn_service.c | 35 uint64_t DiffTime(const struct timespec *startTime, const struct timespec *endTime) in DiffTime() function 166 long long diff = DiffTime(&tmStart, &tmEnd); in Invoke()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_module_interface_test.cpp | 258 uint64_t diff = DiffTime(&startTime, &endTime); in HWTEST_F() 260 diff = DiffTime(nullptr, &endTime); in HWTEST_F() 262 diff = DiffTime(&startTime, nullptr); in HWTEST_F()
|
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.c | 137 uint64_t diff = DiffTime(&spawnMgr->perLoadStart, &spawnMgr->perLoadEnd); in PostHookExec() 192 uint64_t diff = DiffTime(&arg->tmStart, &arg->tmEnd); in PostAppSpawnHookExec()
|
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 128 uint64_t DiffTime(const struct timespec *startTime, const struct timespec *endTime);
|
/base/startup/appspawn/common/ |
H A D | appspawn_server.c | 184 uint64_t diff = DiffTime(&forkStart, &forkEnd); in AppSpawnForkChildProcess()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_appmgr.c | 377 uint64_t diff = DiffTime(&appInfo->spawnStart, &appInfo->spawnEnd); in DumpAppQueue()
|
/base/startup/appspawn/util/src/ |
H A D | appspawn_utils.c | 125 uint64_t DiffTime(const struct timespec *startTime, const struct timespec *endTime) in DiffTime() function
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 241 uint64_t diff = DiffTime(&server->startTime_, &end); in ProcessIdle()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 277 uint64_t diff = DiffTime(&mountStart, &mountEnd); in DoAppSandboxMountOnce()
|
Completed in 10 milliseconds