mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
Handle alarms
Signed-off-by: shihaojie6128 <shihaojie10@huawei.com>
This commit is contained in:
parent
9a58655d59
commit
c016d07c5e
@ -24,9 +24,11 @@ using namespace DistributedSchedule;
|
||||
using namespace std;
|
||||
|
||||
Business g_business;
|
||||
namespace {
|
||||
DmsHandler &dmsSourceHandlerdemo = DmsHandler::GetInstance();
|
||||
std::string g_type = "IDSchedEventListener";
|
||||
sptr<IDSchedEventListener> listener = sptr<IDSchedEventListener>(new Business());
|
||||
}
|
||||
|
||||
void Business::Register()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user