Home
last modified time | relevance | path

Searched defs:idleTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Didle_time.cpp77 int64_t idleTime = period - (elapsedTime % period) ; in EventTask() local
101 auto idleTime = weak.lock(); in PostTask() local
H A Dmain_thread.cpp1642 IdleTimeCallback callback = [wpApplication](int32_t idleTime) { in HandleLaunchApplication()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/include/
H A Dcpu_util.h34 uint32_t idleTime = 0; member
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp31 void ArkIdleMonitor::NotifyLooperIdleStart(int64_t timestamp, int idleTime) in NotifyLooperIdleStart()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp192 …StorageEngine::ReleaseHandleTransiently(SQLiteSingleVerStorageExecutor *&handle, uint64_t idleTime, in ReleaseHandleTransiently()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp413 auto idleTime = ConcurrentHelper::GetMilliseconds() - worker->idlePoint_; in TriggerShrink() local
438 auto idleTime = ConcurrentHelper::GetMilliseconds() - worker->idlePoint_; in TriggerShrink() local
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp93 void HiviewPlatform::SetMaxProxyIdleTime(time_t idleTime) in SetMaxProxyIdleTime()