Home
last modified time | relevance | path

Searched refs:SystemTimeMillisecond (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h33 [[maybe_unused]] static int64_t SystemTimeMillisecond() in SystemTimeMillisecond() function
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp82 int64_t startTime = AbilityRuntime::TimeUtil::SystemTimeMillisecond(); in OpenConnection()
86 int64_t costTime = AbilityRuntime::TimeUtil::SystemTimeMillisecond() - startTime; in OpenConnection()
478 int64_t startTime = AbilityRuntime::TimeUtil::SystemTimeMillisecond(); in StartProcess()
500 int64_t costTime = AbilityRuntime::TimeUtil::SystemTimeMillisecond() - startTime; in StartProcess()
H A Dapp_mgr_service_inner.cpp1485 int64_t startTime = SystemTimeMillisecond(); in KillApplicationByUid()
1574 int64_t startTime = SystemTimeMillisecond(); in KillApplicationSelf()
1602 int64_t startTime = SystemTimeMillisecond(); in KillApplicationByBundleName()
1652 int64_t startTime = SystemTimeMillisecond(); in KillApplicationByUserIdLocked()
2380 int64_t delayTime = SystemTimeMillisecond() - startTime; in WaitForRemoteProcessExit()
2386 delayTime = SystemTimeMillisecond() - startTime; in WaitForRemoteProcessExit()
2422 int64_t AppMgrServiceInner::SystemTimeMillisecond() in SystemTimeMillisecond() function in OHOS::AppExecFwk::AppMgrServiceInner
2714 if (!WaitForRemoteProcessExit(pids, SystemTimeMillisecond())) { in KillProcessByAbilityToken()
2731 int64_t startTime = SystemTimeMillisecond(); in KillProcessesByUserId()
4768 auto startTime = SystemTimeMillisecond(); in KillApplicationByRecord()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp1422 int64_t timeStart = AbilityRuntime::TimeUtil::SystemTimeMillisecond(); in CallObjectMethod()
1427 int64_t timeEnd = AbilityRuntime::TimeUtil::SystemTimeMillisecond(); in CallObjectMethod()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1521 * SystemTimeMillisecond, Get system time.
1525 int64_t SystemTimeMillisecond();

Completed in 15 milliseconds