mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
!126 修改任务变化回调bug
Merge pull request !126 from zhangfan/cherry-pick-1643161501
This commit is contained in:
commit
7eed7b36f7
@ -22,12 +22,12 @@
|
||||
namespace OHOS {
|
||||
namespace DistributedSchedule {
|
||||
namespace {
|
||||
constexpr int32_t CODE_NOTIFY_MISSION = 1;
|
||||
constexpr int32_t NOTIFY_SNAP_SHOT = 2;
|
||||
constexpr int32_t NOTIFY_NET_DISCONNECT = 3;
|
||||
constexpr int32_t CODE_NOTIFY_MISSION = 0;
|
||||
constexpr int32_t NOTIFY_SNAP_SHOT = 1;
|
||||
constexpr int32_t NOTIFY_NET_DISCONNECT = 2;
|
||||
constexpr int32_t CODE_NOTIFY_SWITCH = 4;
|
||||
|
||||
const std::u16string DESCRIPTOR = u"ohos.distributedschedule.dmissionmanagerkit.IDistributedMissionChangedListener";
|
||||
const std::u16string DESCRIPTOR = u"ohos.aafwk.RemoteMissionListener";
|
||||
const std::string TAG = "MissionChangedNotify";
|
||||
}
|
||||
void MissionChangedNotify::NotifyMissionsChanged(const sptr<IRemoteObject>& remoteObject,
|
||||
|
Loading…
Reference in New Issue
Block a user