Searched refs:LocalCodeSignService (Results 1 – 3 of 3) sorted by relevance
34 …SystemAbility::MakeAndRegisterAbility(DelayedSingleton<LocalCodeSignService>::GetInstance().get());36 LocalCodeSignService::LocalCodeSignService() in LocalCodeSignService() function in OHOS::Security::CodeSign::LocalCodeSignService41 LocalCodeSignService::~LocalCodeSignService() in ~LocalCodeSignService()45 void LocalCodeSignService::OnStart() in OnStart()56 bool ret = Publish(DelayedSingleton<LocalCodeSignService>::GetInstance().get()); in OnStart()65 bool LocalCodeSignService::Init() in Init()74 void LocalCodeSignService::DelayUnloadTask() in DelayUnloadTask()92 void LocalCodeSignService::OnStop() in OnStop()98 int32_t LocalCodeSignService::InitLocalCertificate(ByteBuffer &cert) in InitLocalCertificate()116 int32_t LocalCodeSignService::SignLocalCode(const std::string &filePath, ByteBuffer &signature) in SignLocalCode()
29 class LocalCodeSignService : public SystemAbility, public LocalCodeSignStub {30 DECLARE_DELAYED_SINGLETON(LocalCodeSignService);31 DECLARE_SYSTEM_ABILITY(LocalCodeSignService);
61 DelayedSingleton<LocalCodeSignService>::GetInstance()->OnStart(); in SignLocalCodeStubFuzzTest()62 …DelayedSingleton<LocalCodeSignService>::GetInstance()->OnRemoteRequest(code, datas, reply, option); in SignLocalCodeStubFuzzTest()