mirror of
https://gitee.com/openharmony/security_certificate_manager
synced 2024-11-23 23:50:31 +00:00
commit
5f8a82ec1b
@ -230,7 +230,7 @@ int CertManagerService::OnRemoteRequest(uint32_t code, MessageParcel &data,
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
||||
void CertManagerService::OnStart(const std::unordered_map<std::string, std::string>& startReason)
|
||||
void CertManagerService::OnStart()
|
||||
{
|
||||
CM_LOG_I("CertManagerService OnStart");
|
||||
|
||||
|
@ -88,7 +88,7 @@ public:
|
||||
static CertManagerService& GetInstance();
|
||||
|
||||
protected:
|
||||
void OnStart(const std::unordered_map<std::string, std::string>& startReason) override;
|
||||
void OnStart() override;
|
||||
void OnStop() override;
|
||||
void OnAddSystemAbility(int32_t systemAbilityId, const std::string &deviceId) override;
|
||||
void OnRemoveSystemAbility(int32_t systemAbilityId, const std::string& deviceId) override;
|
||||
|
Loading…
Reference in New Issue
Block a user