Searched refs:SetAppForkEndTime (Results 1 – 4 of 4) sorted by relevance
82 void SetAppForkEndTime(int64_t time);
680 PerfProfile::GetInstance().SetAppForkEndTime(APP_FORK_SET_END_TIME);713 PerfProfile::GetInstance().SetAppForkEndTime(INVALID_TIME);718 PerfProfile::GetInstance().SetAppForkEndTime(APP_FORK_SET_START_TIME - 1);
218 void PerfProfile::SetAppForkEndTime(int64_t time) in SetAppForkEndTime() function in OHOS::AppExecFwk::PerfProfile
3472 PerfProfile::GetInstance().SetAppForkEndTime(GetTickCount()); in StartProcess()