Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp232 ReportSaMainExit("sa services path config error"); in main()
238 ReportSaMainExit("saId is invalid"); in main()
H A Dlocal_ability_manager.cpp90 ReportSaMainExit("DoStartSAProcess invalid path"); in DoStartSAProcess()
99 ReportSaMainExit("InitSaProfiles no right profile"); in DoStartSAProcess()
105 ReportSaMainExit("CheckSamgrReady failed"); in DoStartSAProcess()
111 ReportSaMainExit("SA Run failed"); in DoStartSAProcess()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/
H A Dlibsamgr_common.versionscript21 *ReportSaMainExit*;
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/include/
H A Dhisysevent_adapter.h21 void ReportSaMainExit(const std::string& reason);
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp97 void ReportSaMainExit(const std::string& reason) in ReportSaMainExit() function