Home
last modified time | relevance | path

Searched refs:SetBmsLoadStartTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dperf_profile.h30 void SetBmsLoadStartTime(int64_t time);
/ohos5.0/foundation/bundlemanager/bundle_framework/common/test/unittest/common_perf_profile_test/
H A Dcommon_perf_profile_test.cpp115 PerfProfile::GetInstance().SetBmsLoadStartTime(BMS_LOAD_SET_START_TIME);
145 PerfProfile::GetInstance().SetBmsLoadStartTime(INVALID_TIME);
149 PerfProfile::GetInstance().SetBmsLoadStartTime(BMS_LOAD_SET_START_TIME);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dperf_profile.cpp38 void PerfProfile::SetBmsLoadStartTime(int64_t time) in SetBmsLoadStartTime() function in OHOS::AppExecFwk::PerfProfile
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp55 PerfProfile::GetInstance().SetBmsLoadStartTime(GetTickCount()); in BundleMgrService()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp10843 perfProfile.SetBmsLoadStartTime(time);