Home
last modified time | relevance | path

Searched refs:DMS_CONTINUE (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_handler_test.cpp68 int32_t result = dmsHandler_.RegisterDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
83 int32_t result = dmsHandler_.RegisterDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
98 int32_t result = dmsHandler_.UnRegisterDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
113 int32_t result = dmsHandler_.UnRegisterDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
H A Ddms_sa_cilent_test.cpp79 int32_t result = dmssaClient_->AddDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
104 int32_t result = dmssaClient_->AddDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
127 int32_t result1 = dmssaClient_->AddDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
129 int32_t result2 = dmssaClient_->DelDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
198 int32_t result = dmssaClient_->AddDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
221 int32_t result = dmssaClient_->AddDSchedEventListener(DMS_CONTINUE, listener);; in HWTEST_F()
H A Ddms_client_test.cpp72 int32_t result = distributedClient_.RegisterDSchedEventListener(DMS_CONTINUE, listener); in HWTEST_F()
87 int32_t result = distributedClient_.UnRegisterDSchedEventListener(DMS_CONTINUE, listener); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp47 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
73 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
98 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
131 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp125 case 'A' : g_business.Register(DMS_CONTINUE); in main()
127 case 'B' : g_business.UnRegister(DMS_CONTINUE); in main()
129 case 'C' : g_business.GetDSchedEventInfo(DMS_CONTINUE); in main()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h133 DMS_CONTINUE = 4, member in OHOS::DistributedSchedule::ClickIcon
139 DMS_CONTINUE = 1, member in OHOS::DistributedSchedule::SaveData
144 DMS_CONTINUE = 0, member in OHOS::DistributedSchedule::Module
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_sched_types.h31 DMS_CONTINUE = 0, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.cpp56 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in IsContinue()
85 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in GetDstBundleName()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp754 BIZ_STAGE, static_cast<int32_t>(ClickIcon::DMS_CONTINUE), in ClickIconDmsContinue()
769 BIZ_STAGE, static_cast<int32_t>(ClickIcon::DMS_CONTINUE), in ClickIconDmsContinue()
868 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_CONTINUE), in SaveDataDmsContinue()
880 BIZ_STAGE, static_cast<int32_t>(SaveData::DMS_CONTINUE), in SaveDataDmsContinue()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1433 case DMS_CONTINUE: in NotifyDSchedEventCallbackResult()
2930 case DMS_CONTINUE: in RegisterDSchedEventListener()
2961 case DMS_CONTINUE: in UnRegisterDSchedEventListener()
3001 case DMS_CONTINUE: in GetDSchedEventInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp196 eventData_.dSchedEventType_ = DMS_CONTINUE; in SetEventData()

Completed in 15 milliseconds