Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/
H A Dlibsamgr_common.versionscript23 *ReportSaLoadDuration*;
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/include/
H A Dhisysevent_adapter.h40 void ReportSaLoadDuration(int32_t saId, int32_t keyStage, int64_t duration);
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp108 void ReportSaLoadDuration(int32_t saId, int32_t keyStage, int64_t duration) in ReportSaLoadDuration() function
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp188 ReportSaLoadDuration(saId_, SA_LOAD_ON_START, duration); in Start()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp158 ReportSaLoadDuration(saProfile.saId, SA_LOAD_OPENSO, duration); in OpenSo()