Home
last modified time | relevance | path

Searched refs:ReportAddSystemAbilityFailed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/
H A Dlibsamgr_common.versionscript17 *ReportAddSystemAbilityFailed*;
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/include/
H A Dhisysevent_adapter.h23 void ReportAddSystemAbilityFailed(int32_t said, int32_t pid, int32_t uid, const std::string& filaNa…
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp212 void ReportAddSystemAbilityFailed(int32_t said, int32_t pid, int32_t uid, const std::string& filaNa… in ReportAddSystemAbilityFailed() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp168 ReportAddSystemAbilityFailed(saProfile.saId, getpid(), getuid(), fileName); in OpenSo()