Home
last modified time | relevance | path

Searched refs:SetBundleInstallStartTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/common/test/unittest/common_perf_profile_test/
H A Dcommon_perf_profile_test.cpp291 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME);
304 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME_SECOND);
338 PerfProfile::GetInstance().SetBundleInstallStartTime(INVALID_TIME);
343 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME);
369 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME);
375 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME_SECOND);
399 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME);
403 PerfProfile::GetInstance().SetBundleInstallStartTime(INVALID_TIME);
422 PerfProfile::GetInstance().SetBundleInstallStartTime(BUNDLE_INSTALL_SET_START_TIME);
426 PerfProfile::GetInstance().SetBundleInstallStartTime(INVALID_TIME);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dperf_profile.h48 void SetBundleInstallStartTime(int64_t time);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp51 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in InstallSandboxApp()
156 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in UninstallSandboxApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dperf_profile.cpp98 void PerfProfile::SetBundleInstallStartTime(int64_t time) in SetBundleInstallStartTime() function in OHOS::AppExecFwk::PerfProfile
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp61 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in InstallExistedApp()
H A Dbase_bundle_installer.cpp200 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in InstallBundle()
248 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in InstallBundleByBundleName()
285 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in Recover()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp52 PerfProfile::GetInstance().SetBundleInstallStartTime(GetTickCount()); in InstallCloneApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp10927 perfProfile.SetBundleInstallStartTime(time);